Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
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 to medias fields by @ifox in https://github.com/area17/twill/pull/2686
Fixed
Fix position management in medias and files fields 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 Relation column 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
Browser
Fix image cropper for erroneous EXIF orientation: Use JS to read image dimensions on upload by @13twelve in https://github.com/area17/twill/pull/2705
Fix square crops having mismatching width/height values by @13twelve in https://github.com/area17/twill/pull/2706
Fix hideActiveCrop() not working for medias form field when max is greater than 1 by @zeezo887 in https://github.com/area17/twill/pull/2686
Fix #2641: InlineRepeater updates by @13twelve in https://github.com/area17/twill/pull/2714
Fix Vue dropdown console warnings: update useCapture param for removeEventListener to match addEventListener by @zeezo887 in https://github.com/area17/twill/pull/2687
Fix #2657: adds missing Vue draggable deprecations by @13twelve in https://github.com/area17/twill/pull/2707
Docs
Added instructions to disable publish switch in create modal by @ordigital in https://github.com/area17/twill/pull/2698
Added instructions for MultiSelect field with dynamic values in form builder by @ordigital in https://github.com/area17/twill/pull/2699
Added instructions for free cropping with null or 0 ratio value by @LucaRed in https://github.com/area17/twill/pull/2715
Translations
Fix #2619: adds missing iso languages by @13twelve in https://github.com/area17/twill/pull/2708
New Contributors
@ordigital made their first contribution in https://github.com/area17/twill/pull/2698
Full Changelog: https://github.com/area17/twill/compare/3.4.1...3.5.0