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 --forceIf 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",
],
};