Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.1.2...v2.1.3
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.1.1...v2.1.2
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.1.0...v2.1.1
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.9...v2.1.0
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.8...v2.0.9
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.7...v2.0.8
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.6...v2.0.7
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.5...v2.0.6
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.3...v2.0.5
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.2...v2.0.3
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.1...v2.0.2
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v2.0.0...v2.0.1
select component name to native-select by @developermithu in https://github.com/developermithu/tallcraftui/pull/26slot by @developermithu in https://github.com/developermithu/tallcraftui/pull/28Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.1...v2.0.0
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.5...v1.4.6
slotFull Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.2...v1.4.5
dependabot.ymlFull Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.1...v1.4.2
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](https://github.com/theme) {
--color-primary: #6d28d9;
--color-secondary: #a21caf;
}
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.1...v2.0-beta
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.4.0...v1.4.1
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.9...v1.4.0
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",
],
};
no-spinner propsFull Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.8...v1.3.9
Rating : new component π Markdown : new component π Fixed : security issue π README : updated
composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.6...v1.3.8
Fix: vulnerable security issuesπ
Toast: default type is success
$this->toast('success', 'Default toast'); // before βοΈ
$this->toast('Default toast'); // after β
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.5...v1.3.6
no-loading propstitle slot, icon slot and class:icon props #3class:label props is now supported in all form components #1composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.3...v1.3.5
configphp artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.2...v1.3.3
underline when hover titleConfig (optional)php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.3.0...v1.3.2
config and tallcraftui.cssphp artisan vendor:publish --tag=tallcraftui-config --force
php artisan vendor:publish --tag=tallcraftui-css --force
Clear the view cache by running php artisan view:clear
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.9...v1.3.0
hoverable attributeFull Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.8...v1.2.9
tallcraftui.cssphp artisan vendor:publish --tag=tallcraftui-css
Import tallcraftui.css in the top of app.css
[@import](https://github.com/import) "./tallcraftui.css";
[@tailwind](https://github.com/tailwind) base;
[@tailwind](https://github.com/tailwind) components;
[@tailwind](https://github.com/tailwind) utilities;
Configphp artisan vendor:publish --tag=tallcraftui-config --force
Clear the view cache by running php artisan view:clear
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.7...v1.2.8
Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.6...v1.2.7
install:tallcraftui commandfade slide flip rotate animation attributeswithout-trap-focus attribute and close dispatch eventFull Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.5...v1.2.6
How can I help you explore Laravel packages today?