|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## 6.0.0-alpha.8 (2025-09-17) |
| 4 | + |
| 5 | +### What's new |
| 6 | +- Smoother page loads using animation [#12454](https://github.com/statamic/cms/issues/12454) by @JayGeorge |
| 7 | +- Add `setup-cp-vite` command [#12056](https://github.com/statamic/cms/issues/12056) by @duncanmcclean |
| 8 | +- Add `prepend` and `append` options to Float fieldtype [#12476](https://github.com/statamic/cms/issues/12476) by @duncanmcclean |
| 9 | + |
| 10 | +### What's fixed |
| 11 | +- Add missing architectural lines to navigation > getting started screen [#12468](https://github.com/statamic/cms/issues/12468) by @JayGeorge |
| 12 | +- Bard focus states [#12360](https://github.com/statamic/cms/issues/12360) by @JayGeorge |
| 13 | +- Collection grid missing v-for key [#12477](https://github.com/statamic/cms/issues/12477) by @martyf |
| 14 | +- Ensure "Stop Impersonating" string is translated correctly [#12456](https://github.com/statamic/cms/issues/12456) by @duncanmcclean |
| 15 | +- Combobox shouldn't be disabled when max selections limit has been reached [#12472](https://github.com/statamic/cms/issues/12472) by @duncanmcclean |
| 16 | +- Make bard buttons setting responsive [#12474](https://github.com/statamic/cms/issues/12474) by @jacksleight |
| 17 | +- Combobox: Fix search input focus [#12471](https://github.com/statamic/cms/issues/12471) by @duncanmcclean |
| 18 | +- Fix permission labels not being localized correctly [#12316](https://github.com/statamic/cms/issues/12316) by @duncanmcclean |
| 19 | +- Add tests for the `Combobox` component [#12174](https://github.com/statamic/cms/issues/12174) by @duncanmcclean |
| 20 | +- Add `cursor-pointer` to Create Form links [#12453](https://github.com/statamic/cms/issues/12453) by @duncanmcclean |
| 21 | +- Fix licensing table [#12429](https://github.com/statamic/cms/issues/12429) by @duncanmcclean |
| 22 | +- Textareas should autosize [#12435](https://github.com/statamic/cms/issues/12435) by @duncanmcclean |
| 23 | +- Hide "Customize Columns" button in Grid mode [#12448](https://github.com/statamic/cms/issues/12448) by @duncanmcclean |
| 24 | +- Optimize PageTree performance issues with larger collections [#12434](https://github.com/statamic/cms/issues/12434) by @o1y |
| 25 | +- French translations [#12430](https://github.com/statamic/cms/issues/12430) by @ebeauchamps |
| 26 | +- Validation error shouldn't be thrown when asset container has value [#12437](https://github.com/statamic/cms/issues/12437) by @duncanmcclean |
| 27 | +- Fix string on terms empty state [#12447](https://github.com/statamic/cms/issues/12447) by @duncanmcclean |
| 28 | +- Fix icon in field settings stack [#12436](https://github.com/statamic/cms/issues/12436) by @duncanmcclean |
| 29 | +- Fix validation errors not showing for relationship fieldtypes [#12438](https://github.com/statamic/cms/issues/12438) by @duncanmcclean |
| 30 | +- Improve folder empty states in asset browser [#12452](https://github.com/statamic/cms/issues/12452) by @duncanmcclean |
| 31 | +- Add `target` and `variant` props to Context Item component [#12451](https://github.com/statamic/cms/issues/12451) by @duncanmcclean |
| 32 | +- Fix adding nav items from empty state [#12463](https://github.com/statamic/cms/issues/12463) by @duncanmcclean |
| 33 | +- Ensure nav customizations apply to breadcrumbs [#12460](https://github.com/statamic/cms/issues/12460) by @duncanmcclean |
| 34 | +- Fix Grid fieldtype's table mode [#12439](https://github.com/statamic/cms/issues/12439) by @duncanmcclean |
| 35 | +- "Imported from: ..." translation should include variable [#12455](https://github.com/statamic/cms/issues/12455) by @duncanmcclean |
| 36 | +- Make translator tool look in the ui package [#12423](https://github.com/statamic/cms/issues/12423) by @jasonvarga |
| 37 | + |
| 38 | + |
| 39 | + |
3 | 40 | ## 6.0.0-alpha.7 (2025-09-12)
|
4 | 41 |
|
5 | 42 | ### What's new
|
|
0 commit comments