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.3.0 is a minor release adding support for Laravel 11 and 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.3.0 is a minor release adding support for Laravel 11 and 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
medias
fields in JSON repeaters by @zeezo887 in added support for medias in json repeaters #2554connectedTo
for inline repeater and documentation aboutconnectedTo
by @Tofandel in Add connectedTo for inline repeater and documentation about connectedTo #2565buttonAsLink
option on inline repeaters by @danieldevine in fix: allow buttonAsLink option on inline repeaters #2522Fixed
allowInput
is true by @zeezo887 in fix: error with time-picker when allowInput is true #2576mediables
andfileables
by @Tofandel in fix: don't delete and recreate existing mediables and fileables #2567twillTrans
exportable so it can be used in config by @Tofandel in Make twillTrans exportable so it can be used in config #2563Browser
column overrides parent module field by @zeezo887 in fix: Table builder Browser column overrides parent module field #2506Docs
admin.
route totwill.
by @LucaRed in Docs: change admin. route to twill. #2585Chores
New Contributors
Full Changelog: 3.2.1...3.3.0
This discussion was created from the release Twill 3.3.0.
Beta Was this translation helpful? Give feedback.
All reactions