Releases: developermithu/tallcraftui
Releases · developermithu/tallcraftui
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
v1.3.6
What's Changed
Fix: vulnerable security issues🐛
Toast: default type is success
$this->toast('success', 'Default toast'); // before ☑️
$this->toast('Default toast'); // after ✅
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- Toast : new component 🎉
- Table : disable loading effect using
no-loading
props - Accordion : added support for
title
slot,icon
slot andclass:icon
props #3 - Tab : fixes issues #2
class:label
props is now supported in all form components #1
Update Guideline
composer update develpermithu/tallcraftui
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: v1.3.3...v1.3.5
v1.3.3
What's Changed
- Avatar : new component 🎉
- Alert : resize the size
Update config
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Tooltip : new component 🎉
- Range : new component 🎉
- Clipboard : new component 🎉
- Accordion : remove
underline
when hover title
Update Config
(optional)
php artisan vendor:publish --tag=tallcraftui-config --force
Full Changelog: v1.3.0...v1.3.2
v1.3.0
What's Changed
- Password : new component 🎉
- Color Picker : new component 🎉
- Tab : new component 🎉
- Accordion : new component 🎉
- Card : new component 🎉
and bug fixes..
Update config
and tallcraftui.css
php 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: v1.2.9...v1.3.0
v1.2.9
What's Changed
- Spinner : new component 🥳🎉
- Toggle : added color and size variants
- Table : persist page layout after pagination & added
hoverable
attribute
Full Changelog: v1.2.8...v1.2.9
v1.2.8
What's Changed
- Toggle : bug fix 🐛
- Table : new component 🥳🎉
Publish tallcraftui.css
php artisan vendor:publish --tag=tallcraftui-css
Import tallcraftui.css
in the top of app.css
@import "./tallcraftui.css";
@tailwind base;
@tailwind components;
@tailwind utilities;
Update Config
php artisan vendor:publish --tag=tallcraftui-config --force
Clear the view cache by running php artisan view:clear
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Drawer : fix drawer dark color & title attribute
- Alert : fix title color
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Fix :
install:tallcraftui
command - Dropdown : improvement with new
fade
slide
flip
rotate
animation attributes - Modal : added
without-trap-focus
attribute andclose
dispatch event - Drawer : new component 🎉
Full Changelog: v1.2.5...v1.2.6