Twill 3.5.0
Twill 3.5.0 is a minor release addressing various bugs and edge cases.
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 a
ModuleController::setPreviewView()method by @zachgarwood in https://github.com/area17/twill/pull/2724 - Add a
disableCrop()method tomediasfields by @ifox in https://github.com/area17/twill/pull/2686
Fixed
- Fix position management in
mediasandfilesfields by @zeezo887 in https://github.com/area17/twill/pull/2694 - Fix issues with touch actions by @13twelve in https://github.com/area17/twill/pull/2713
- Fix issue with
Relationcolumn by @zachgarwood in https://github.com/area17/twill/pull/2720 - Fix endpoints initialization for component by @zeezo887 in https://github.com/area17/twill/pull/2722