Skip to content

Commit fdf4d65

Browse files
committed
changelog
1 parent 884813d commit fdf4d65

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

CHANGELOG.md

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

3+
## 6.0.0-alpha.19 (2025-12-16)
4+
5+
### What's new
6+
- Warm paginated pages with `static:warm` command [#9493](https://github.com/statamic/cms/issues/9493) by @duncanmcclean
7+
8+
### What's fixed
9+
- Fix focus trapping issue with `DatePicker` component [#13240](https://github.com/statamic/cms/issues/13240) by @duncanmcclean
10+
- Improve grid fieldtype icon [#13242](https://github.com/statamic/cms/issues/13242) by @JayGeorge
11+
- Optically align quick actions [#13236](https://github.com/statamic/cms/issues/13236) by @JayGeorge
12+
- Fix listing slot issues [#13187](https://github.com/statamic/cms/issues/13187) by @duncanmcclean
13+
- Improve group button shadows [#13237](https://github.com/statamic/cms/issues/13237) by @JayGeorge
14+
- Improve header layout for mobile [#13239](https://github.com/statamic/cms/issues/13239) by @JayGeorge
15+
- Remove keybindings when CreateForm component is unmounted [#13238](https://github.com/statamic/cms/issues/13238) by @duncanmcclean
16+
- Improve the Fullscreen experiences for Bard, Replicator, Code, and Markdown. [#13243](https://github.com/statamic/cms/issues/13243) by @jackmcdade
17+
- Listing button overflow masks now use the content-bg color [#13262](https://github.com/statamic/cms/issues/13262) by @jackmcdade
18+
- Fix missing `fullscreen` config option for the fullscreen quick action in a replicator [#13245](https://github.com/statamic/cms/issues/13245) by @martyf
19+
- Ensure theme color for progress bar is applied [#13256](https://github.com/statamic/cms/issues/13256) by @daun
20+
- Import passkeys in `eloquent:import-users` command [#13259](https://github.com/statamic/cms/issues/13259) by @duncanmcclean
21+
- Fix editing navigation without a tree [#13249](https://github.com/statamic/cms/issues/13249) by @duncanmcclean
22+
- Only show relevant fieldtypes when editing form blueprint [#13248](https://github.com/statamic/cms/issues/13248) by @duncanmcclean
23+
- Add disabled state for Field Actions to improve UX of expand/collapse buttons in Bard/Replicator fieldtypes [#13244](https://github.com/statamic/cms/issues/13244) by @martyf
24+
- Fix scrolled bard toolbar z index [#13264](https://github.com/statamic/cms/issues/13264) by @JayGeorge
25+
- Fix prop type warning from `replicator/Set.vue` [#13258](https://github.com/statamic/cms/issues/13258) by @duncanmcclean
26+
- Add wildcard when passing class name to `addCpSearchable()` [#13247](https://github.com/statamic/cms/issues/13247) by @duncanmcclean
27+
- Combobox: Prevent options being cut off & add scrollbar [#13211](https://github.com/statamic/cms/issues/13211) by @duncanmcclean
28+
- Filter out `undefined` values for preview texts for sets [#13246](https://github.com/statamic/cms/issues/13246) by @martyf
29+
- Nav tag: `is_parent` shouldn't be true when URL is `#` [#13263](https://github.com/statamic/cms/issues/13263) by @duncanmcclean
30+
- Ability to invalidate specific URLs via Cache Manager utility [#13194](https://github.com/statamic/cms/issues/13194) by @duncanmcclean
31+
- Prevent setting active tab from hash in inline publish forms [#13168](https://github.com/statamic/cms/issues/13168) by @duncanmcclean
32+
- Fix round button examples to stories [#13272](https://github.com/statamic/cms/issues/13272) by @Jubeki
33+
- Fix creating terms via terms fieldtype [#13277](https://github.com/statamic/cms/issues/13277) by @duncanmcclean
34+
- Update usage of `:localized-fields` prop in terms publish form [#13278](https://github.com/statamic/cms/issues/13278) by @duncanmcclean
35+
- German translation [#13279](https://github.com/statamic/cms/issues/13279) by @helloDanuk
36+
- French translations [#13267](https://github.com/statamic/cms/issues/13267) by @ebeauchamps
37+
- Modals should use the same portal as stacks [#13202](https://github.com/statamic/cms/issues/13202) by @duncanmcclean
38+
- Publish dev build during `setup-cp-vite`/`make:fieldtype` commands [#13282](https://github.com/statamic/cms/issues/13282) by @duncanmcclean
39+
- Fix modal mounting [#13284](https://github.com/statamic/cms/issues/13284) by @jasonvarga
40+
- Fix status indicator on relationship items in listings [#13276](https://github.com/statamic/cms/issues/13276) by @duncanmcclean
41+
- Merge extra form data recursively [#13271](https://github.com/statamic/cms/issues/13271) by @mikemartin
42+
- Fix bard toolbar z index [#13285](https://github.com/statamic/cms/issues/13285) by @jackmcdade
43+
- Customize columns border fixes [#13292](https://github.com/statamic/cms/issues/13292) by @JayGeorge
44+
- Translate breadcrumb string [#13288](https://github.com/statamic/cms/issues/13288) by @duncanmcclean
45+
- Use min-width on field condition dropdowns [#13289](https://github.com/statamic/cms/issues/13289) by @duncanmcclean
46+
- Tweak fullscreen header actions behaviour to match field-level actions behaviour [#13286](https://github.com/statamic/cms/issues/13286) by @martyf
47+
- Appearance, Theme, Color Mode naming [#13298](https://github.com/statamic/cms/issues/13298) by @jasonvarga
48+
- Focusable quick actions [#13299](https://github.com/statamic/cms/issues/13299) by @jackmcdade
49+
- Hide clear button on date filters [#13291](https://github.com/statamic/cms/issues/13291) by @duncanmcclean
50+
- Dark mode fixes [#13317](https://github.com/statamic/cms/issues/13317) by @jackmcdade
51+
- Fix Set Picker Modal [#13307](https://github.com/statamic/cms/issues/13307) by @duncanmcclean
52+
- French translations [#13301](https://github.com/statamic/cms/issues/13301) by @ebeauchamps
53+
- Bard full-screen tweaks [#13304](https://github.com/statamic/cms/issues/13304) by @JayGeorge
54+
- Fix nav breakpoint being off by 1px [#13316](https://github.com/statamic/cms/issues/13316) by @JayGeorge
55+
- Fix console error when icon is missing from nav item [#13319](https://github.com/statamic/cms/issues/13319) by @duncanmcclean
56+
- Improve replicator click areas [#13173](https://github.com/statamic/cms/issues/13173) by @JayGeorge
57+
- Remove global header z index [#13314](https://github.com/statamic/cms/issues/13314) by @JayGeorge
58+
- Contextual sort icon [#13321](https://github.com/statamic/cms/issues/13321) by @JayGeorge
59+
- Use min-width on field comparison operator dropdown [#13312](https://github.com/statamic/cms/issues/13312) by @helloDanuk
60+
- Don't use sidebar slot in terms publish form unless its needed [#13325](https://github.com/statamic/cms/issues/13325) by @duncanmcclean
61+
- Initialize translations before color mode [#13328](https://github.com/statamic/cms/issues/13328) by @duncanmcclean
62+
- Fix collapsing sections with field conditions [#13326](https://github.com/statamic/cms/issues/13326) by @duncanmcclean
63+
- Bring back type column in relationship selector [#13172](https://github.com/statamic/cms/issues/13172) by @duncanmcclean
64+
- Fix nocache URL not being interpolated in static cache JavaScript [#13352](https://github.com/statamic/cms/issues/13352) by @el-schneider
65+
- Collapse mobile nav when changing page [#13344](https://github.com/statamic/cms/issues/13344) by @JayGeorge
66+
- Collapse nav on window shrink [#13348](https://github.com/statamic/cms/issues/13348) by @JayGeorge
67+
- Scrolling horizontal lists [#13343](https://github.com/statamic/cms/issues/13343) by @JayGeorge
68+
- Replicator focus state improvements [#13354](https://github.com/statamic/cms/issues/13354) by @JayGeorge
69+
- Fix field conditions & validation rules not being persisted [#13353](https://github.com/statamic/cms/issues/13353) by @duncanmcclean
70+
- Change table select decoration [#13345](https://github.com/statamic/cms/issues/13345) by @JayGeorge
71+
- Improve disabled button legibility [#13337](https://github.com/statamic/cms/issues/13337) by @JayGeorge
72+
- Code field theme system theme and semantics update [#13349](https://github.com/statamic/cms/issues/13349) by @JayGeorge
73+
- Social login icon improvements [#13333](https://github.com/statamic/cms/issues/13333) by @JayGeorge
74+
- Code fieldtype fixes [#13351](https://github.com/statamic/cms/issues/13351) by @JayGeorge
75+
- Fix button group shadow extending beyond its buttons [#13332](https://github.com/statamic/cms/issues/13332) by @daun
76+
- Ensure "cmd + s" bindings are destroyed when moving pages [#13283](https://github.com/statamic/cms/issues/13283) by @duncanmcclean
77+
- Command palette improvements [#13356](https://github.com/statamic/cms/issues/13356) by @JayGeorge
78+
79+
80+
381
## 6.0.0-alpha.18 (2025-12-03)
482

583
### What's new

0 commit comments

Comments
 (0)