Releases: developermithu/tallcraftui
Releases · developermithu/tallcraftui
v2.0.1
What's Changed
- Bump league/commonmark from 2.6.1 to 2.7.0 by @dependabot in #35
- Bump laravel/pint from 1.22.0 to 1.22.1 by @dependabot in #36
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Install & import tailwind forms plugin by @developermithu in #19
- Bump laravel/framework from 12.0.1 to 12.1.1 by @developermithu in #22
- Select : refactor & improved by @developermithu in #23
- Refactor : components for better reusability and maintenance by @developermithu in #24
- Rename :
select
component name tonative-select
by @developermithu in #26 - Button : refactor sizes by @developermithu in #29
- Badge : add support for
slot
by @developermithu in #28 - Select : new component by @developermithu in #27 🎉
Full Changelog: v1.4.1...v2.0.0
v1.4.6
What's Changed
- Bump laravel/pint from 1.21.2 to 1.22.0 by @dependabot in #31
Full Changelog: v1.4.5...v1.4.6
v1.4.5
What's Changed
- Bump laravel/pint from 1.21.1 to 1.21.2 by @dependabot in #30
- Button : refactor sizes
- Badge : add support for
slot
- Bump Dependency
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v1.4.2...v1.4.5
v1.4.2
What's Changed
- Bump Dependency by @developermithu in #25
- Add
dependabot.yml
Full Changelog: v1.4.1...v1.4.2
v2.0-beta
Beta Release
- Support for Tailwind CSS 4
- Support for Laravel 12
- Install & import tailwind forms plugin by @developermithu in #19
Installation Guideline
Requirements: Tailwind CSS 4.x
composer require developermithu/tallcraftui:^2.0-beta
php artisan install:tallcraftui
Add primary and secondary color in app.css
@theme {
--color-primary: #6d28d9;
--color-secondary: #a21caf;
}
Full Changelog: v1.4.1...v2.0-beta
v1.4.1
v1.4.0
What's Changed
- Input : fix & dynamic input size by @developermithu in #12
- Select : fix & dynamic size by @developermithu in #14
- Button : refactor by @developermithu in #15
- Progress : new component by @developermithu in #16
- Progress Radial : new component by @developermithu in #17
New Contributors
- @developermithu made their first contribution in #12
Full Changelog: v1.3.9...v1.4.0
Update Guideline (Optional for New Projects)
composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force
If upgrading from old version to v1.4.0, update your tailwind.config.js
export default {
content: [
// Remove this line ❌
// "./vendor/developermithu/tallcraftui/src/View/Components/**/*.php",
// Add this line ✅
"./vendor/developermithu/tallcraftui/src/**/*.php",
],
};
v1.3.9
What's Changed
- Table: Specify border color on table component by @PierreLebedel in #4
- Dropdown: Dropdown list-style & border by @PierreLebedel in #5
- Toggle: Preserve case in Toggle label by @PierreLebedel in #7
- Label: Preserve case in Label component by @PierreLebedel in #8
- Table: fix attribute merging by @developermithu in #9
- Table: add targeting property for loading spinner by @developermithu in #10
- Table: Prevent submit on table search field by @PierreLebedel in #11
- Table: sort by relationship fields
- Table: add
no-spinner
props - Fixed: security issues 🐛
New Contributors
- @PierreLebedel made their first contribution in #4
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
Rating : new component 🎉
Markdown : new component 🎉
Fixed : security issue 🐛
README : updated
Update Guideline
composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: v1.3.6...v1.3.8