|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.0.0-alpha.14 (2025-10-21) |
| 4 | + |
| 5 | +### What's fixed |
| 6 | +- Default content bg [#12769](https://github.com/statamic/cms/issues/12769) by @JayGeorge |
| 7 | +- Fix failing test [#12802](https://github.com/statamic/cms/issues/12802) by @duncanmcclean |
| 8 | +- "Visit URL" link should open in a new tab [#12797](https://github.com/statamic/cms/issues/12797) by @duncanmcclean |
| 9 | +- Replace `<a>` tags with Inertia's `<Link>` component [#12796](https://github.com/statamic/cms/issues/12796) by @duncanmcclean |
| 10 | +- Inertia-fy empty dashboard [#12793](https://github.com/statamic/cms/issues/12793) by @jasonvarga |
| 11 | +- Fix missing props on entry create form [#12794](https://github.com/statamic/cms/issues/12794) by @duncanmcclean |
| 12 | +- Make widget titles linkable [#12799](https://github.com/statamic/cms/issues/12799) by @duncanmcclean |
| 13 | +- Handle dirty state in the user wizard [#12792](https://github.com/statamic/cms/issues/12792) by @duncanmcclean |
| 14 | +- Configuration screen fixes [#12800](https://github.com/statamic/cms/issues/12800) by @JayGeorge |
| 15 | +- Contain overscroll in calendar posts [#12786](https://github.com/statamic/cms/issues/12786) by @JayGeorge |
| 16 | +- Stack fixes [#12783](https://github.com/statamic/cms/issues/12783) by @JayGeorge |
| 17 | +- Fix duplicate impersonating badges in user dropdown [#12789](https://github.com/statamic/cms/issues/12789) by @duncanmcclean |
| 18 | +- Fix inactive tab text color legibility [#12784](https://github.com/statamic/cms/issues/12784) by @JayGeorge |
| 19 | +- Fix calendar cell aspect ratio in safari [#12787](https://github.com/statamic/cms/issues/12787) by @JayGeorge |
| 20 | +- Fix missing validation errors & redirects in production [#12795](https://github.com/statamic/cms/issues/12795) by @duncanmcclean |
| 21 | +- Delete unused Blade views [#12785](https://github.com/statamic/cms/issues/12785) by @duncanmcclean |
| 22 | +- Calendar narrow rows only for higher viewports [#12788](https://github.com/statamic/cms/issues/12788) by @JayGeorge |
| 23 | +- French translations [#12807](https://github.com/statamic/cms/issues/12807) by @ebeauchamps |
| 24 | +- Fix stack inset [#12812](https://github.com/statamic/cms/issues/12812) by @JayGeorge |
| 25 | +- Fix x position [#12814](https://github.com/statamic/cms/issues/12814) by @JayGeorge |
| 26 | +- `AddonTestCase` should load Inertia's `ServiceProvider` [#12815](https://github.com/statamic/cms/issues/12815) by @duncanmcclean |
| 27 | +- Improve sidebar nav performance [#12816](https://github.com/statamic/cms/issues/12816) by @JayGeorge |
| 28 | +- CP Nav Customisation - Add missing show item icon [#12818](https://github.com/statamic/cms/issues/12818) by @JayGeorge |
| 29 | +- List fieldtype border radius [#12817](https://github.com/statamic/cms/issues/12817) by @JayGeorge |
| 30 | +- Calendar entries dark mode [#12811](https://github.com/statamic/cms/issues/12811) by @JayGeorge |
| 31 | +- Fix column layout for publish fields [#12813](https://github.com/statamic/cms/issues/12813) by @JayGeorge |
| 32 | +- Decouple CSRF token from nocache script [#11014](https://github.com/statamic/cms/issues/11014) by @aerni |
| 33 | + |
| 34 | + |
| 35 | + |
3 | 36 | ## 6.0.0-alpha.13 (2025-10-16) |
4 | 37 |
|
5 | 38 | ### What's new |
|
0 commit comments