|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.22.0 (2026-06-19) |
| 4 | + |
| 5 | +### What's new |
| 6 | +- Chips [#14766](https://github.com/statamic/cms/issues/14766) by @jaygeorge |
| 7 | +- Crop images server-side [#14841](https://github.com/statamic/cms/issues/14841) by @jasonvarga |
| 8 | + |
| 9 | +### What's fixed |
| 10 | +- Give precognitive form requests a separate rate limit bucket [#14810](https://github.com/statamic/cms/issues/14810) by @jasonvarga |
| 11 | +- Fix nested Bard data loss when editing a set [#14808](https://github.com/statamic/cms/issues/14808) by @joshuablum |
| 12 | +- Always render Control Panel exceptions as JSON for XHR requests [#14812](https://github.com/statamic/cms/issues/14812) by @jasonvarga |
| 13 | +- Make the whole radio/checkbox item clickable [#14821](https://github.com/statamic/cms/issues/14821) by @duncanmcclean |
| 14 | +- Fix mobile nav button failing [#14673](https://github.com/statamic/cms/issues/14673) by @jaygeorge |
| 15 | +- Render asset editor video player with dimensions [#14813](https://github.com/statamic/cms/issues/14813) by @daun |
| 16 | +- Handle external links in empty-state component [#14814](https://github.com/statamic/cms/issues/14814) by @daun |
| 17 | +- Fix inconsistent dark mode text colours [#14830](https://github.com/statamic/cms/issues/14830) by @jaygeorge |
| 18 | +- Autopopulate email on password reset form [#14834](https://github.com/statamic/cms/issues/14834) by @jackmcdade |
| 19 | +- Avoid loading the revisions store when finding a working copy [#14847](https://github.com/statamic/cms/issues/14847) by @jasonvarga |
| 20 | +- Retain current tab hash in URL when switching localization [#14846](https://github.com/statamic/cms/issues/14846) by @duncanmcclean |
| 21 | +- Translate untranslated CP page titles [#14848](https://github.com/statamic/cms/issues/14848) by @jasonvarga |
| 22 | +- Don't show selection checkboxes when bulk actions are disabled [#14850](https://github.com/statamic/cms/issues/14850) by @jasonvarga |
| 23 | +- Avoid widget table overflow [#14851](https://github.com/statamic/cms/issues/14851) by @daun |
| 24 | +- German translations [#14818](https://github.com/statamic/cms/issues/14818) by @helloDanuk |
| 25 | +- Bump the github-actions group with 2 updates [#14817](https://github.com/statamic/cms/issues/14817) by @dependabot |
| 26 | +- Bump vite from 8.0.7 to 8.0.16 [#14824](https://github.com/statamic/cms/issues/14824) by @dependabot |
| 27 | +- Bump form-data from 4.0.5 to 4.0.6 [#14825](https://github.com/statamic/cms/issues/14825) by @dependabot |
| 28 | +- Bump markdown-it from 14.1.1 to 14.2.0 [#14827](https://github.com/statamic/cms/issues/14827) by @dependabot |
| 29 | +- Bump dompurify from 3.4.0 to 3.4.9 [#14826](https://github.com/statamic/cms/issues/14826) by @dependabot |
| 30 | +- Bump esbuild and storybook [#14828](https://github.com/statamic/cms/issues/14828) by @dependabot |
| 31 | +- Bump dompurify from 3.4.9 to 3.4.11 in the npm_and_yarn group across 1 directory [#14845](https://github.com/statamic/cms/issues/14845) by @dependabot |
| 32 | + |
| 33 | + |
| 34 | + |
3 | 35 | ## 6.21.0 (2026-06-10) |
4 | 36 |
|
5 | 37 | ### What's new |
|
0 commit comments