File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ composer.lock
1717.env
1818bundle-stats.html
1919.claude /settings.local.json
20+ .claude /worktrees
2021polyscope.json
2122storybook-static
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 6.21.0 (2026-06-10)
4+
5+ ### What's new
6+ - Add default sorting support for taxonomies [ #14772 ] ( https://github.com/statamic/cms/issues/14772 ) by @finnjsmith
7+ - Add default initial option configuration option for Link fieldtype [ #14698 ] ( https://github.com/statamic/cms/issues/14698 ) by @martyf
8+ - Add ` exclude ` param to stache commands [ #14788 ] ( https://github.com/statamic/cms/issues/14788 ) by @edalzell
9+
10+ ### What's fixed
11+ - Fix Modify::__ toString() throwing TypeError for non-string scalar values [ #14674 ] ( https://github.com/statamic/cms/issues/14674 ) by @VerburgtJimmy
12+ - Speed up Stache warming for large structured collections [ #14781 ] ( https://github.com/statamic/cms/issues/14781 ) by @o1y
13+ - Implement permissions cache on eloquent users [ #14661 ] ( https://github.com/statamic/cms/issues/14661 ) by @ryanmitchell
14+ - Adjust listing skeleton to match configured features [ #14796 ] ( https://github.com/statamic/cms/issues/14796 ) by @daun
15+ - Fix docs for ` Listing ` component [ #14798 ] ( https://github.com/statamic/cms/issues/14798 ) by @duncanmcclean
16+ - Don't reserve space when a field's display label is hidden [ #14803 ] ( https://github.com/statamic/cms/issues/14803 ) by @jasonvarga
17+ - Bump web-auth/webauthn-lib to ^5.3.0 [ #14727 ] ( https://github.com/statamic/cms/issues/14727 ) by @sstraakenbroek
18+ - Prevent overlapping git commit jobs [ #14672 ] ( https://github.com/statamic/cms/issues/14672 ) by @aerni
19+ - French translations [ #14789 ] ( https://github.com/statamic/cms/issues/14789 ) by @ebeauchamps
20+
21+
22+
323## 6.20.3 (2026-06-08)
424
525### What's fixed
Original file line number Diff line number Diff line change @@ -95,6 +95,11 @@ The project uses Vite for asset compilation with separate configs:
9595 - Short strings (like "Submit" or "Click here") can use the translation strings as keys.
9696 - Longer phrases or sentences should use keys and have their translations stored in an appropriate translation file.
9797 - When adding to a translation file, only English strings need to be added. Other languages will be provided by contributors.
98+ - Exception messages can stay untranslated in English
99+
100+ ## Misc
101+
102+ - Commit messages within a PR do * not* need the PR number prefix. Those are just for the PR merge commit itself.
98103
99104
100105## Links
You can’t perform that action at this time.
0 commit comments