Twill 3.1.0
#2425
Replies: 1 comment
-
|
This is amazing, @ifox, thank you so much for all the hard work you put on this release! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Twill 3.1.0 is a minor release combining the effort of 40 contributors over the past few months! 🎉 This release brings in PHP 8.3 support, enhancements to the form builder, a lot of developer experience improvements, important bug fixes, and more—crafted carefully because we know how crucial stability is for your Twill projects, and ours, too!
Websites and applications #MadeWithTwill are running in production for major companies and institutions like OpenAI, Nike, the New York Times or the Art Institute of Chicago, and we certainly don't want to cause any issues on their platforms when upgrading Twill. For this reason, and because we truly care about our clients and our community, we reviewed each community contributions with a lot of attention and tested them in multiple Twill instances before tagging this release.
Huge thanks to every contributor, new and returning, for making this release possible. Check out the updates and let us know your thoughts. Your input is always welcome and keeps Twill growing and improving.
HOW TO UPDATE
Run
composer updatein 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
activeto$translatedAttributesby @driftingly in Automatically addactiveto$translatedAttributes#2401BlockEditorblocksarray by @joyceverheije in 8778ab7excludeBlocksoption to theBlockEditorfields by @pauldwight in Feature/block editor allow blocks to be excluded #2409readOnlysupport to form builderInputfield by @zachgarwood in Add HasReadOnly trait to Input field #2331searchablesupport to form builderSelectfield by @iedex in Fix searchable option for formbuilder select field #2415maxsupport to form builderInlineRepeaterfield by @joyceverheije in 4a77386directionoption toInputandWysiwygfields by @13twelve in addsdirectionoption to form text and wysiwyg inputs #2295TipTapeditor by @florrie-90 in Add alignment buttons to TipTap editor #2305TipTaplink component by @zipavlin in Add predefined class selection to TipTap link component #2336titleInBrowserandadminEditUrlaccessors inbrowsersby @joyceverheije in 02ac019, ab8635f and 160e916--factoryand--seedertotwill:make:moduleby @driftingly in Add--factoryand--seedertotwill:make:module#2402Linkcolumn type to table builder by @agnonym in + | Column - Listing - Link #2376routePrefixsupport to nested breadcrumbs by @yamaha252 in Nested breadcrumbs updates #2312getDatamethod by @Afting in Add DI support for twill Block getData method #2292QuickFilterextension by @joyceverheije in 9c15b01nestedtable columns support in the table builder by @yamaha252 and @joyceverheije in Duplicate nested columns keys fix #2314 and 1edbfbbFixed
DatePickerdate selection by @ifox in 0e75172Wysiwygclick to focus area by @TimBlanchard in Focus on wysiwyg tiptap #2418BlockEditorfields by @joyceverheije in Fix position value for blocks in non-default editors #2381parseInternalLinkshelper issues by @avinash403 in parseInternalLinks corrections for double digit ids #2338getCapsuleForModel()for when passing a Model object by @antonioribeiro in Fix getCapsuleForModel() for when passing a Model object #2400keepAliveon connected non localized fields by @joyceverheije in b1593c7$forceLocaleintranslatedInput()by @pvdbroek in Fix type of $forceLocale in translatedInput() #2315php artisan migrate:resetby @NuktukDev in bug fix where 'php artisan migrate:reset' would error. #2413mediablespivot by @bonroyage in Always includelocalein the mediables pivot #2368DuskServiceProviderif Dusk doesn't exist by @Tofandel in Don't load DuskServiceProvider if dusk doesn't exist #2366fieldsGroupsFormFieldNameSeparatorby @yamaha252 in Handling groups of fields fix #2277AdmintoTwillon custom pages by @pauldwight in Updated namespace paths from Admin to Twill on Custom Page #2317pushOncebuiltin, remove custompushoncedirective by @mikerockett in Use pushOnce builtin, remove custom pushonce directive #2301twill.admin_route_name_prefixconfiguration for all internal routes by @ifox and @raymondtri in Patched the moduleRoute helper so that it will rely on the config value #2286Docs
browserfield with a custom pivot table by @poncianodiego and @ifox in Docs - Add instructions on how to use the browser field with a custom pivot table #2385Translations
New Contributors
Full Changelog: 3.0.2...3.1.0
This discussion was created from the release Twill 3.1.0.
Beta Was this translation helpful? Give feedback.
All reactions