Twill 3.6.0 is a minor release adding support for Laravel 13 and addressing various bugs and improvements.
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.
Added
- Add Laravel 13 support by @ifox in #2831
- Internalize
cartalyst/tagspackage (abandoned upstream) for Laravel 13 compatibility without breaking changes by @ifox in cbee121 and 7f4f0369
Fixed
Improved
- Add
arrayreturn type forrulesForCreateandrulesForUpdatein module request stub by @tamdaz in #2801 - Mitigate Axios supply-chain compromise by pinning axios by @zachgarwood in #2822
- Update Axios to 0.33.0, which backports a comprehensive set of security and hardening fixes from the v1.x branch into v0.x by @ifox in d127ad51
Docs
- Revise middleware setup for Laravel localization by @sjardim in #2797
- Update page builder guide with Laravel 12.x links and
storage:linkby @rvyhvn in #2796
Chores
- Setup paratest for unit and integration tests parallelization by @ifox in b4d38fe6
- Update GitHub Actions versions by @ifox in 803373a1 and f57490b4
- Update PHP_CodeSniffer repository link in
composer.jsonby @rodrigoprimo in 199c0082 - Fix PHPUnit deprecations by @ifox in 7cf5a911
- Fix flaky tests by @ifox in 4240a7a0, e5878b25, and 64a20392
- Fix storage route check in tests for Laravel 12.52.0 by @ifox in 6a08d87c
- Fix tests in CI by @ifox in de0397aa, 9a00a57e, and 00db901d
- Update npm dependencies by @ifox in 169b9a35, b165e4fd, 474a862e, f322043b, and c7047c0c
New Contributors
- @sjardim made their first contribution in #2797
- @tamdaz made their first contribution in #2801
- @rodrigoprimo made their first contribution in #2819
- @rvyhvn made their first contribution in #2796
- @gvidobluefox made their first contribution in #2820
Returning Contributors
Full Changelog: 3.5.3...3.6.0