Skip to content

Twill 3.5.3

Latest

Choose a tag to compare

@ifox ifox released this 16 Jan 23:21
· 6 commits to 3.x since this release

Twill 3.5.3 is a patch release adding support for Laravel 12 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

Fixed

  • Fix global search not setting search string properly by @nikhiltri in #2763
  • Fix slug encoding issue by preventing HasSlug::getUtf8Slug() from guessing encoding by default by @zachgarwood in #2771
  • Fix malformed model when creating a module with no traits selected by @zeezo887 in #2759
  • Fix hardcoded namespace for singleton models by @phyce in #2742

Improved

  • Add validation on new password field in profile page by @iedex in #2767

Docs

  • Update custom form field instructions with correct path by @phyce in #2736
  • Update instructions on using custom icons by @phyce in #2735

Chores

New Contributors

Full Changelog: 3.5.2...3.5.3