You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 usingphp artisan twill:build
.Added
ModuleController::setPreviewView()
method by @zachgarwood in Create aModuleController::setPreviewView()
method #2724disableCrop()
method tomedias
fields by @ifox in fix: hideActiveCrop() not working for medias form field when max is greater than 1 #2686Fixed
medias
andfiles
fields by @zeezo887 in Allow positioning media files #2694Relation
column by @zachgarwood in Fix issue with Relation column #2720Browser
component by @zeezo887 in Refactor endpoints initialization for Browser component #2722hideActiveCrop()
not working for medias form field when max is greater than 1 by @zeezo887 in fix: hideActiveCrop() not working for medias form field when max is greater than 1 #2686InlineRepeater
updates by @13twelve in fix 2641: Inline repeater updates #2714Docs
MultiSelect
field with dynamic values in form builder by @ordigital in MultiSelect with dynamic values for formbuilder #2699null
or0
ratio value by @LucaRed in Docs: free cropping with 0 ratio #2715Translations
New Contributors
Full Changelog: 3.4.1...3.5.0
This discussion was created from the release Twill 3.5.0.
Beta Was this translation helpful? Give feedback.
All reactions