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.2.0 is a minor release addressing various bugs and edge cases. It also adds a couple missing features to the Twill 3 form builder and a new command to help with Laravel morph maps references in Twill's tables.
Huge thanks to @Tofandel, a community contributor, for all his recent and ongoing contributions ❤️
This release is mostly brought by him as you can see in the changelog below!
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.2.0 is a minor release addressing various bugs and edge cases. It also adds a couple missing features to the Twill 3 form builder and a new command to help with Laravel morph maps references in Twill's tables.
Huge thanks to @Tofandel, a community contributor, for all his recent and ongoing contributions ❤️
This release is mostly brought by him as you can see in the changelog below!
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
InlineRepeater
by @Tofandel in feat: Allow dynamic title on InlineRepeater #2493Fixed
getModulePermalinkBase
by @Tofandel in Fix getModulePermalinkBase #2470 #2471getBaseNamespace
by @Tofandel in Fix getBaseNamespace #2420Improved
New Contributors
Full Changelog: 3.1.0...3.2.0
This discussion was created from the release Twill 3.2.0.
Beta Was this translation helpful? Give feedback.
All reactions