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
Full Changelog: 3.5.1...3.5.2