Twill 2.6.0
#1328
Replies: 2 comments
-
How to add translations in singleton module after running the seeder getting a error This is the seeder file after created a singleton module. Can i know how to use translations in singleton module Thanks, |
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
-
Twill 2.6.0 is a non-breaking release bringing a lot of cool new features, fixes and improvements, especially for developers:
we introduced new Artisan commands, and new options were added to existing commands:
twill:make:singleton
will help you with standalone forms that can use all Twill modules features. They are a great replacement for sometimes lacking settings pages.--hasNesting
option of the modules CLI will fully configure self-nested modules for you. No more snippets to copy and paste from the docs.twill:refresh-crops
can apply your newmediasParams
configuration so that your crops are immediately available without using the CMS UI.to render images, we added support for TwicPics. They are an amazing French-based alternative to Imgix that you can try through their free plan which offers up to 3GB of CDN bandwidth, with unlimited master images and transformations.
our documentation site has been separated into individual pages for better browsability and is now leveraging a couple more features from VuePress to improve collaboration. We hope this is a helpful change alongside all the new additions. More to come!
Turkish translations were added, and German and Italian translations were updated by our amazing contributors!
and a ton more fixes and improvements, check out the full changelog below!
Thank you to all our contributors and community members for their amazing support this year! We hope you all have a great end of 2021, see you in 2022! 🚀
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. You can delete the old ones from your repository if you are versioning them. If you are using custom Vue components, you should rebuild Twill assets usingphp artisan twill:build
.Added
twill:make:singleton
to generate single-record modules#1178
--hasNesting
to generate self-nested modules#1140
#1222
twill:refresh-crops
to generate missing crops#1289
8b1e4f6d
#1217
ce15c4a5
#1134
#1092
#1212
#1275
#1170
#1302
Fixed
#1151
#1171
#1213
#1164
#1216
doctrine/dbal
3.0 support#1226
#1242
#1270
#1269
#1268
twill:capsule:install
command#1290
#1258
byKey()
setting query when passingsection
argument#1303
#1311
#1304
#1282
#1325
#1322
Improved
#1133
#1174
capsule_repository_prefix
configuration#1209
dev_mode_url
configuration#1163
#1202
#1237
#1296
#1251
titleKey
parameter inrelatedBrowsers
configuration#1301
HasSlug
to use Eloquent instead of DB facade#1309
#1235
#1312
#1167
#1165
#1244
#1236
#1131
Chores
377e5e0
#1327
New Contributors
Full Changelog: 2.5.2...2.6.0
This discussion was created from the release Twill 2.6.0.
Beta Was this translation helpful? Give feedback.
All reactions