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 #2724 - Add a
disableCrop()method tomediasfields by @ifox in #2686
Fixed
- Fix position management in
mediasandfilesfields by @zeezo887 in #2694 - Fix issues with touch actions by @13twelve in #2713
- Fix issue with
Relationcolumn by @zachgarwood in #2720 - Fix endpoints initialization for
Browsercomponent by @zeezo887 in #2722 - Fix image cropper for erroneous EXIF orientation: Use JS to read image dimensions on upload by @13twelve in #2705
- Fix square crops having mismatching width/height values by @13twelve in #2706
- Fix
hideActiveCrop()not working for medias form field when max is greater than 1 by @zeezo887 in #2686 - Fix #2641:
InlineRepeaterupdates by @13twelve in #2714 - Fix Vue dropdown console warnings: update useCapture param for removeEventListener to match addEventListener by @zeezo887 in #2687
- Fix #2657: adds missing Vue draggable deprecations by @13twelve in #2707
Docs
- Added instructions to disable publish switch in create modal by @ordigital in #2698
- Added instructions for
MultiSelectfield with dynamic values in form builder by @ordigital in #2699 - Added instructions for free cropping with
nullor0ratio value by @LucaRed in #2715
Translations
New Contributors
- @ordigital made their first contribution in #2698
Full Changelog: 3.4.1...3.5.0