|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.12.0 (2026-04-08) |
| 4 | + |
| 5 | +### What's new |
| 6 | +- Add support for filtering conditions in Assets Tag [#13936](https://github.com/statamic/cms/issues/13936) by @jackmcdade |
| 7 | + |
| 8 | +### What's fixed |
| 9 | +- Add padding around 2FA QR code for dark mode scanning [#14460](https://github.com/statamic/cms/issues/14460) by @duncanmcclean |
| 10 | +- Fix form submissions with non-UTF-8 data crashing the CP listing [#14461](https://github.com/statamic/cms/issues/14461) by @duncanmcclean |
| 11 | +- Remove deprecated function calls [#14457](https://github.com/statamic/cms/issues/14457) by @justindantzer |
| 12 | +- Upgrade to Vite 8 [#14459](https://github.com/statamic/cms/issues/14459) by @jasonvarga |
| 13 | +- Nested fields should respect read-only state [#14351](https://github.com/statamic/cms/issues/14351) by @duncanmcclean |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +## 6.11.0 (2026-04-07) |
| 18 | + |
| 19 | +### What's new |
| 20 | +- Add support for public properties to PathDataManager [#11697](https://github.com/statamic/cms/issues/11697) by @marcorieser |
| 21 | +- Add ability to filter submission exports [#14432](https://github.com/statamic/cms/issues/14432) by @jasonvarga |
| 22 | +- Add elevated session guards to AssignGroups and AssignRoles actions [#14450](https://github.com/statamic/cms/issues/14450) by @jasonvarga |
| 23 | + |
| 24 | +### What's fixed |
| 25 | +- Fix Stache index re-entrancy causing null URIs on cold stache [#14181](https://github.com/statamic/cms/issues/14181) by @o1y |
| 26 | +- Fix form submission types [#14430](https://github.com/statamic/cms/issues/14430) by @daun |
| 27 | +- Support decimal values in Range fieldtype [#13096](https://github.com/statamic/cms/issues/13096) by @hastinbe |
| 28 | +- Add `link` tag to allowed Antlers tags [#14438](https://github.com/statamic/cms/issues/14438) by @edalzell |
| 29 | +- Add `@default` support to Antlers content allowlists [#14440](https://github.com/statamic/cms/issues/14440) by @jasonvarga |
| 30 | +- Centralize SVG sanitization and sanitize CSS in style tags [#14442](https://github.com/statamic/cms/issues/14442) by @jasonvarga |
| 31 | +- Fix serializable_classes issues [#14443](https://github.com/statamic/cms/issues/14443) by @jasonvarga |
| 32 | +- Fix addon settings always showing as migratable [#14444](https://github.com/statamic/cms/issues/14444) by @duncanmcclean |
| 33 | +- Fix creating passkeys with JSON session serialization [#14448](https://github.com/statamic/cms/issues/14448) by @duncanmcclean |
| 34 | +- Stop auto-logging in users after password reset [#14454](https://github.com/statamic/cms/issues/14454) by @jasonvarga |
| 35 | +- Fix sync/desync on localizable nested fields [#14335](https://github.com/statamic/cms/issues/14335) by @duncanmcclean |
| 36 | +- French translations [#14431](https://github.com/statamic/cms/issues/14431) by @ebeauchamps |
| 37 | +- Bump defu from 6.1.4 to 6.1.6 [#14434](https://github.com/statamic/cms/issues/14434) by @dependabot |
| 38 | +- Bump vite from 7.1.12 to 7.3.2 [#14441](https://github.com/statamic/cms/issues/14441) by @dependabot |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +## 6.10.0 (2026-04-02) |
| 43 | + |
| 44 | +### What's new |
| 45 | +- Default values can be computed [#14279](https://github.com/statamic/cms/issues/14279) by @edalzell |
| 46 | +- Ability to add to the filename replacements list [#14316](https://github.com/statamic/cms/issues/14316) by @edalzell |
| 47 | + |
| 48 | +### What's fixed |
| 49 | +- Harden OrderBys [#14421](https://github.com/statamic/cms/issues/14421) by @jasonvarga |
| 50 | +- Serialize nocache regions before storing in cache [#14422](https://github.com/statamic/cms/issues/14422) by @jasonvarga |
| 51 | +- Fix invalid HTML `lang` attribute [#14427](https://github.com/statamic/cms/issues/14427) by @duncanmcclean |
| 52 | +- Add serializable classes to allowlist [#14416](https://github.com/statamic/cms/issues/14416) by @duncanmcclean |
| 53 | +- Filter invalid UTF-8 locales from dictionary [#14426](https://github.com/statamic/cms/issues/14426) by @duncanmcclean |
| 54 | +- Fallback to option key in listings when label is missing [#14429](https://github.com/statamic/cms/issues/14429) by @duncanmcclean |
| 55 | +- Ensure moved/removed entries are statically invalidated [#14386](https://github.com/statamic/cms/issues/14386) by @ryanmitchell |
| 56 | +- Catch axios errors in blueprint builder [#14428](https://github.com/statamic/cms/issues/14428) by @duncanmcclean |
| 57 | +- Improve error handling when requiring starter kits [#14411](https://github.com/statamic/cms/issues/14411) by @duncanmcclean |
| 58 | +- Ensure empty addon settings get default blueprint values [#14384](https://github.com/statamic/cms/issues/14384) by @ryanmitchell |
| 59 | +- Bump lodash-es from 4.17.23 to 4.18.1 [#14425](https://github.com/statamic/cms/issues/14425) by @dependabot |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +## 6.9.0 (2026-04-01) |
| 64 | + |
| 65 | +### What's new |
| 66 | +- Add a Text component [#14247](https://github.com/statamic/cms/issues/14247) by @jaygeorge |
| 67 | +- Emit `asset.saved` event from asset editor [#14392](https://github.com/statamic/cms/issues/14392) by @duncanmcclean |
| 68 | + |
| 69 | +### What's fixed |
| 70 | +- Fix collection whereStatus logic [#14380](https://github.com/statamic/cms/issues/14380) by @jackmcdade |
| 71 | +- Implement whereStatus() on search query builder [#14387](https://github.com/statamic/cms/issues/14387) by @ryanmitchell |
| 72 | +- Blueprint button order changes [#14365](https://github.com/statamic/cms/issues/14365) by @jaygeorge |
| 73 | +- Fix address bar overlapping bottom of content (typically on iOS) [#14399](https://github.com/statamic/cms/issues/14399) by @jaygeorge |
| 74 | +- Fix nested Bard toolbar focus issues [#14396](https://github.com/statamic/cms/issues/14396) by @jaygeorge |
| 75 | +- Fix nav section border radius [#14409](https://github.com/statamic/cms/issues/14409) by @jaygeorge |
| 76 | +- Fix conditional field borders [#14407](https://github.com/statamic/cms/issues/14407) by @thomasvantuycom |
| 77 | +- Fix collection listing dates from wrapping [#14415](https://github.com/statamic/cms/issues/14415) by @jaygeorge |
| 78 | +- Fix Parameters make method [#14418](https://github.com/statamic/cms/issues/14418) by @jasonvarga |
| 79 | +- Prevent npm packages from executing malicious code via `postinstall` [#14417](https://github.com/statamic/cms/issues/14417) by @duncanmcclean |
| 80 | +- French translations [#14393](https://github.com/statamic/cms/issues/14393) by @ebeauchamps |
| 81 | +- Bump brace-expansion from 2.0.2 to 2.0.3 [#14383](https://github.com/statamic/cms/issues/14383) by @dependabot |
| 82 | + |
| 83 | + |
| 84 | + |
3 | 85 | ## 6.8.0 (2026-03-27) |
4 | 86 |
|
5 | 87 | ### What's new |
|
0 commit comments