Twill 3.5.1
Twill 3.5.1 is a patch release that fixes a regression introduced in Twill 3.5.0 and adds a helpful warning for developers who have disabled Twill’s database migrations loading, following a conversation with a community contributor about the last release.
HOW TO UPDATE
Run composer update in your project and then, run Twill's own update command: php artisan twill:update. This will force update your published Twill assets. If you are versioning them, you can delete the old ones from your repository. If you are using custom Vue components, you should rebuild Twill assets using php artisan twill:build.
Fixed
- Fix file library uploader regression by @joyceverheije in https://github.com/area17/twill/pull/2740
- Fix
timeOnlyvariant of theDatepickerfield by @MamlukiSn in https://github.com/area17/twill/pull/2739
Improved
- Add a warning during the
twill:updateandtwill:buildcommands for developers that havetwill.load_default_migrationsset to false by @ifox in de274175
Full Changelog: https://github.com/area17/twill/compare/3.5.0...3.5.1