|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.0.0 (2026-01-28) |
| 4 | + |
| 5 | +### What's new |
| 6 | +- Official 6.0 release! 🎉 |
| 7 | + |
| 8 | +### What's fixed |
| 9 | +- Add a custom scrollbar for set pickers [#13686](https://github.com/statamic/cms/issues/13686) by @JayGeorge |
| 10 | +- Prevent force mounting combobox to improve scroll performance [#13691](https://github.com/statamic/cms/issues/13691) by @jasonvarga |
| 11 | +- Improve progress states [#13690](https://github.com/statamic/cms/issues/13690) by @JayGeorge |
| 12 | +- Add pagination to package changelogs [#13692](https://github.com/statamic/cms/issues/13692) by @duncanmcclean |
| 13 | +- Fix adding nested replicator sets [#13694](https://github.com/statamic/cms/issues/13694) by @duncanmcclean |
| 14 | +- Prevent inline bard images from flickering when adding nodes [#13706](https://github.com/statamic/cms/issues/13706) by @duncanmcclean |
| 15 | +- Remove the spinner from the loading bulk actions state [#13709](https://github.com/statamic/cms/issues/13709) by @JayGeorge |
| 16 | +- Update type paths in package.json [#13700](https://github.com/statamic/cms/issues/13700) by @dadaxr |
| 17 | +- Fix `$fakeStacheDirectory` path when running addon tests on Windows [#13710](https://github.com/statamic/cms/issues/13710) by @duncanmcclean |
| 18 | +- Avoid Bard image alt input being focused on page load [#13705](https://github.com/statamic/cms/issues/13705) by @duncanmcclean |
| 19 | +- Display error when `npm install` fails in `setup-cp-vite` command [#13702](https://github.com/statamic/cms/issues/13702) by @duncanmcclean |
| 20 | +- Asset field listing preview improvements [#13708](https://github.com/statamic/cms/issues/13708) by @JayGeorge |
| 21 | + |
| 22 | + |
| 23 | + |
3 | 24 | ## 6.0.0-beta.6 (2026-01-26) |
4 | 25 |
|
5 | 26 | ### What's fixed |
|
29 | 50 | - French translations [#13653](https://github.com/statamic/cms/issues/13653) by @ebeauchamps |
30 | 51 | - Kill sibling transitions [#13658](https://github.com/statamic/cms/issues/13658) by @JayGeorge |
31 | 52 | - Restoring a revision should force a hard-reload of the page [#13656](https://github.com/statamic/cms/issues/13656) by @duncanmcclean |
32 | | -- Ensure replicator lines show after reaching `max_sets` limit [#13657](https://github.com/statamic/cms/issues/13657) by @ |
| 53 | +- Ensure replicator lines show after reaching `max_sets` limit [#13657](https://github.com/statamic/cms/issues/13657) by @duncanmcclean |
33 | 54 | - Improve Bard/Replicator performance during page load [#13427](https://github.com/statamic/cms/issues/13427) by @duncanmcclean |
34 | 55 | - Bard image button defaults [#13661](https://github.com/statamic/cms/issues/13661) by @jasonvarga |
35 | 56 | - Improve Combobox performance [#13625](https://github.com/statamic/cms/issues/13625) by @duncanmcclean |
|
0 commit comments