|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.4.0 (2026-02-27) |
| 4 | + |
| 5 | +**This release contains a potentially breaking change for the sake of security.** |
| 6 | + |
| 7 | +### What's new |
| 8 | +- Floating toolbar keyboard shortcuts [#14036](https://github.com/statamic/cms/issues/14036) by @jaygeorge |
| 9 | +- Add `disabled` prop to `Button` component [#14047](https://github.com/statamic/cms/issues/14047) by @duncanmcclean |
| 10 | +- Provide extra values through container and publish form [#14041](https://github.com/statamic/cms/issues/14041) by @jasonvarga |
| 11 | +- Make more colors themeable [#14013](https://github.com/statamic/cms/issues/14013) by @jaygeorge |
| 12 | + |
| 13 | +### What's fixed |
| 14 | +- Antlers hardening (**Breaking**: See PR for upgrade notes) [#14092](https://github.com/statamic/cms/issues/14092) by @jasonvarga |
| 15 | +- Fix missing site name on Statamic Solo sites [#14038](https://github.com/statamic/cms/issues/14038) by @duncanmcclean |
| 16 | +- Make red text values a consistent 600 [#14037](https://github.com/statamic/cms/issues/14037) by @jaygeorge |
| 17 | +- Fix horizontal content card overflow [#14032](https://github.com/statamic/cms/issues/14032) by @daun |
| 18 | +- Consistent Updates Widget Padding [#14030](https://github.com/statamic/cms/issues/14030) by @JohnathonKoster |
| 19 | +- Cache parsed items during Stache warming [#14031](https://github.com/statamic/cms/issues/14031) by @o1y |
| 20 | +- Avoid overflowing hint in relationship selector [#14033](https://github.com/statamic/cms/issues/14033) by @daun |
| 21 | +- Remove invisible "link" space that could be accidentally clicked [#14040](https://github.com/statamic/cms/issues/14040) by @jaygeorge |
| 22 | +- Widen google2fa constraint to support ^9.0 [#14027](https://github.com/statamic/cms/issues/14027) by @robbiekibler |
| 23 | +- Removes trailing slash when building relative Site URLs [#14029](https://github.com/statamic/cms/issues/14029) by @JohnathonKoster |
| 24 | +- Block methods in Antlers by default [#14042](https://github.com/statamic/cms/issues/14042) by @JohnathonKoster |
| 25 | +- Mention extra provided values in `PublishContainer` docs [#14044](https://github.com/statamic/cms/issues/14044) by @duncanmcclean |
| 26 | +- Fix Firefox not receiving text selection in nested Bards [#14021](https://github.com/statamic/cms/issues/14021) by @jaygeorge |
| 27 | +- Fix empty dropdowns on collection show page [#14054](https://github.com/statamic/cms/issues/14054) by @duncanmcclean |
| 28 | +- Clear progress bar when unmounting listing [#14046](https://github.com/statamic/cms/issues/14046) by @duncanmcclean |
| 29 | +- Throw UnableToReadFile for invalid images in ImageGenerator [#14043](https://github.com/statamic/cms/issues/14043) by @mmodler |
| 30 | +- Fix CSRF token on pages excluded from static caching [#14056](https://github.com/statamic/cms/issues/14056) by @duncanmcclean |
| 31 | +- Improve PDF Viewer [#14064](https://github.com/statamic/cms/issues/14064) by @jasonvarga |
| 32 | +- Antlers user content and config [#14065](https://github.com/statamic/cms/issues/14065) by @jasonvarga |
| 33 | +- Sanitize SVGs in `Icon` component [#14075](https://github.com/statamic/cms/issues/14075) by @duncanmcclean |
| 34 | +- Fix user name and email logic [#14079](https://github.com/statamic/cms/issues/14079) by @jasonvarga |
| 35 | +- Fix elevated sessions [#14076](https://github.com/statamic/cms/issues/14076) by @jasonvarga |
| 36 | +- Remove some unneeded z-indexes from the CodeMirror gutter [#14069](https://github.com/statamic/cms/issues/14069) by @jaygeorge |
| 37 | +- Handle many tabs for both the blueprint and entry view [#14073](https://github.com/statamic/cms/issues/14073) by @jaygeorge |
| 38 | +- Fit more filename characters into asset grid [#13979](https://github.com/statamic/cms/issues/13979) by @daun |
| 39 | +- Fix user fieldtype search [#14084](https://github.com/statamic/cms/issues/14084) by @duncanmcclean |
| 40 | +- Fix asset browser sorting [#14086](https://github.com/statamic/cms/issues/14086) by @duncanmcclean |
| 41 | +- Harden auth redirects [#14093](https://github.com/statamic/cms/issues/14093) by @jasonvarga |
| 42 | +- Harden redirects [#14099](https://github.com/statamic/cms/issues/14099) by @jasonvarga |
| 43 | +- External Glide URL validation [#14101](https://github.com/statamic/cms/issues/14101) by @jasonvarga |
| 44 | +- Clarify that `character_limit` option is only a recommendation [#14102](https://github.com/statamic/cms/issues/14102) by @duncanmcclean |
| 45 | +- Fix error caused by empty globals [#14098](https://github.com/statamic/cms/issues/14098) by @duncanmcclean |
| 46 | + |
| 47 | + |
| 48 | + |
3 | 49 | ## 6.3.3 (2026-02-20) |
4 | 50 |
|
5 | 51 | ### What's fixed |
|
0 commit comments