Skip to content

3.5.2

Latest
Compare
Choose a tag to compare
@ifox ifox released this 21 Mar 02:52
· 3 commits to 3.x since this release
19d8c04

Twill 3.5.2 is a patch release addressing a bug with the cropper tool on the medias field.

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 cropper regression (likely a from a recent browser update) by @13twelve in #2744

Full Changelog: 3.5.1...3.5.2