Skip to content

Twill 3.6.0

Latest

Choose a tag to compare

@ifox ifox released this 19 Jul 15:15

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/tags package (abandoned upstream) for Laravel 13 compatibility without breaking changes by @ifox in cbee121 and 7f4f0369

Fixed

  • Fix BelongsTo relationships in preview hydration by @ifox in fc2858b7

Improved

  • Add array return type for rulesForCreate and rulesForUpdate in 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:link by @rvyhvn in #2796

Chores

New Contributors

Returning Contributors

Full Changelog: 3.5.3...3.6.0