Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-15 | 1.3 kB | |
Twill 3.5.1 source code.tar.gz | 2025-03-15 | 4.1 MB | |
Twill 3.5.1 source code.zip | 2025-03-15 | 4.7 MB | |
Totals: 3 Items | 8.8 MB | 0 |
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 conversion 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
timeOnly
variant of theDatepicker
field by @MamlukiSn in https://github.com/area17/twill/pull/2739
Improved
- Add a warning during the
twill:update
andtwill:build
commands for developers that havetwill.load_default_migrations
set to false by @ifox in de274175
Full Changelog: https://github.com/area17/twill/compare/3.5.0...3.5.1