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.4.0 is a minor release addressing various bugs, regressions, 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.4.0 is a minor release addressing various bugs, regressions, 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
searchQuery
method to controller for finer control over the search by @Tofandel in feat: add searchQuery method to controller for finer control over the search #2614clearable
method to select form field by @zeezo887 in feat: added clearable method to select form field #2581Improved
Fixed
twill:refresh-crops
by @ptrckvzn intwill:refresh-crops
Fix wrong crops for Blocks #2642Docs
Translations
Chores
New Contributors
Full Changelog: 3.3.1...3.4.0
This discussion was created from the release Twill 3.4.0.
Beta Was this translation helpful? Give feedback.
All reactions