Skip to content

Commit b00170f

Browse files
committed
changelog
1 parent 503f156 commit b00170f

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# Release Notes
22

3+
4+
## 6.0.0-alpha.9 (2025-09-24)
5+
6+
### What's new
7+
- Blade Component Support in Antlers [#12424](https://github.com/statamic/cms/issues/12424) by @JohnathonKoster
8+
- Avatar component [#12194](https://github.com/statamic/cms/issues/12194) by @martyf
9+
- Update `make:fieldtype` stubs [#12533](https://github.com/statamic/cms/issues/12533) by @duncanmcclean
10+
- Update `make:widget` stub [#12521](https://github.com/statamic/cms/issues/12521) by @duncanmcclean
11+
12+
### What's fixed
13+
14+
- Border radius inception [#12571](https://github.com/statamic/cms/issues/12571) by @JayGeorge
15+
- Fix JS package tests [#12572](https://github.com/statamic/cms/issues/12572) by @jasonvarga
16+
- Fix "Contained data table" styling [#12556](https://github.com/statamic/cms/issues/12556) by @JayGeorge
17+
- Smoother page loading, mostly for Firefox [#12568](https://github.com/statamic/cms/issues/12568) by @JayGeorge
18+
- Fix license rows [#12569](https://github.com/statamic/cms/issues/12569) by @JayGeorge
19+
- Remove create child entry separator [#12570](https://github.com/statamic/cms/issues/12570) by @JayGeorge
20+
- Bard toolbar fixes [#12543](https://github.com/statamic/cms/issues/12543) by @JayGeorge
21+
- Make "Cancel" in ConfirmationModal translatable [#12539](https://github.com/statamic/cms/issues/12539) by @duncanmcclean
22+
- Fix JS errors caused by single quotes in translations [#12541](https://github.com/statamic/cms/issues/12541) by @duncanmcclean
23+
- Fix button text on password reset page [#12540](https://github.com/statamic/cms/issues/12540) by @duncanmcclean
24+
- Make Origin dropdown clearable on Global Set settings [#12542](https://github.com/statamic/cms/issues/12542) by @duncanmcclean
25+
- Fake breadcrumb keyboard focus [#12545](https://github.com/statamic/cms/issues/12545) by @JayGeorge
26+
- Fix a few focus states in the global header [#12546](https://github.com/statamic/cms/issues/12546) by @JayGeorge
27+
- Assets upload icon spacing [#12550](https://github.com/statamic/cms/issues/12550) by @JayGeorge
28+
- Improve combobox legibility to pass AA [#12544](https://github.com/statamic/cms/issues/12544) by @JayGeorge
29+
- Fix relationship input size edge cases [#12549](https://github.com/statamic/cms/issues/12549) by @jackmcdade
30+
- Checkbox item component shouldnt have required value prop [#12534](https://github.com/statamic/cms/issues/12534) by @jasonvarga
31+
- Match whereJsonContains to how Laravel handles it [#11117](https://github.com/statamic/cms/issues/11117) by @ryanmitchell
32+
- Hot-reload contents of Live Preview embed [#11982](https://github.com/statamic/cms/issues/11982) by @duncanmcclean
33+
- Add `@vitejs/plugin-vue` dependency to package [#12531](https://github.com/statamic/cms/issues/12531) by @duncanmcclean
34+
- Replace tailwind/typography [#12516](https://github.com/statamic/cms/issues/12516) by @JayGeorge
35+
- Improve Combobox performance [#12499](https://github.com/statamic/cms/issues/12499) by @duncanmcclean
36+
- Add dependencies to UI package [#12512](https://github.com/statamic/cms/issues/12512) by @duncanmcclean
37+
- Ensure field names are always left-aligned in blueprint builder [#12501](https://github.com/statamic/cms/issues/12501) by @duncanmcclean
38+
- Fix publish form actions showing at bottom when sidebar is visible [#12509](https://github.com/statamic/cms/issues/12509) by @duncanmcclean
39+
- Fix global site selector [#12497](https://github.com/statamic/cms/issues/12497) by @duncanmcclean
40+
- Improve List fieldtype in dark mode [#12495](https://github.com/statamic/cms/issues/12495) by @duncanmcclean
41+
- Fix translations in relationship selector [#12498](https://github.com/statamic/cms/issues/12498) by @duncanmcclean
42+
- Add `clearable` option to Dictionary fieldtype [#12506](https://github.com/statamic/cms/issues/12506) by @duncanmcclean
43+
- Make template & layout dropdowns clearable [#12505](https://github.com/statamic/cms/issues/12505) by @duncanmcclean
44+
- Ensure publish form actions are visible on smaller screens [#12500](https://github.com/statamic/cms/issues/12500) by @duncanmcclean
45+
- Improve term template instructions [#12507](https://github.com/statamic/cms/issues/12507) by @duncanmcclean
46+
- Correct select icon and spacing [#12486](https://github.com/statamic/cms/issues/12486) by @martyf
47+
- Fix typo in navigation blueprint breadcrumb [#12494](https://github.com/statamic/cms/issues/12494) by @duncanmcclean
48+
- Correct Grid fieldtype deleting row condition [#12488](https://github.com/statamic/cms/issues/12488) by @martyf
49+
- Replace page tree ui/tooltips with regular directive tooltips. [9859261fc](https://github.com/statamic/cms/commit/9859261fc) by @jackmcdade
50+
- Section toggle is now a button for a11y. [4b1fb74b3](https://github.com/statamic/cms/commit/4b1fb74b3) by @jackmcdade
51+
- German translations [#12529](https://github.com/statamic/cms/issues/12529) by @helloDanuk
52+
- French translations [#12493](https://github.com/statamic/cms/issues/12493) by @ebeauchamps
53+
54+
55+
356
## 6.0.0-alpha.8 (2025-09-17)
457

558
### What's new

0 commit comments

Comments
 (0)