Skip to content

Commit 8775621

Browse files
committed
changelog
1 parent b7fedab commit 8775621

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

CHANGELOG.md

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

3+
## 6.0.0-alpha.17 (2025-11-14)
4+
5+
### What's new
6+
- Add Alpine Precognition form driver [#12995](https://github.com/statamic/cms/issues/12995) by @jacksleight
7+
- Prevent dumping when debug off [#13003](https://github.com/statamic/cms/issues/13003) by @ryanmitchell
8+
- Add methods to Entry/Term Repos [#9815](https://github.com/statamic/cms/issues/9815) by @godismyjudge95
9+
- Make the focus outline color themeable [#13048](https://github.com/statamic/cms/issues/13048) by @JayGeorge
10+
11+
### What's fixed
12+
- Encapsulate button styles in the component itself for portability. [#12966](https://github.com/statamic/cms/issues/12966) by @jackmcdade
13+
- Fix create folder color [#12994](https://github.com/statamic/cms/issues/12994) by @JayGeorge
14+
- Increase combobox text size [#12991](https://github.com/statamic/cms/issues/12991) by @JayGeorge
15+
- Fix live preview device select [#12987](https://github.com/statamic/cms/issues/12987) by @JayGeorge
16+
- Remove nav sidebar shadow when closed [#12983](https://github.com/statamic/cms/issues/12983) by @JayGeorge
17+
- Update pull request template for v6 [#12981](https://github.com/statamic/cms/issues/12981) by @duncanmcclean
18+
- Ensure custom icons with fixed width/height are sized correctly [#12985](https://github.com/statamic/cms/issues/12985) by @duncanmcclean
19+
- Various revision fixes [#12996](https://github.com/statamic/cms/issues/12996) by @duncanmcclean
20+
- Add "Done" button to listing filters stack [#12976](https://github.com/statamic/cms/issues/12976) by @duncanmcclean
21+
- French translations [#12989](https://github.com/statamic/cms/issues/12989) by @ebeauchamps
22+
- Use correct first day of the week in week view [#12988](https://github.com/statamic/cms/issues/12988) by @duncanmcclean
23+
- Tweak text in remove page confirmation modal [#12998](https://github.com/statamic/cms/issues/12998) by @duncanmcclean
24+
- Fix bg architectural lines for dark mode [#12977](https://github.com/statamic/cms/issues/12977) by @JayGeorge
25+
- Add hook for asset warm presets [#12971](https://github.com/statamic/cms/issues/12971) by @godismyjudge95
26+
- Recalculate stack offset when the window is resized [#12999](https://github.com/statamic/cms/issues/12999) by @duncanmcclean
27+
- Fix Bard's floating toolbar in fullscreen mode [#12990](https://github.com/statamic/cms/issues/12990) by @duncanmcclean
28+
- Hide "Your Session is Expiring" modal when 2FA modal is open [#12997](https://github.com/statamic/cms/issues/12997) by @duncanmcclean
29+
- Fix error when creating nav items [#13000](https://github.com/statamic/cms/issues/13000) by @duncanmcclean
30+
- Ensure `hiddenFields` state is correct [#12980](https://github.com/statamic/cms/issues/12980) by @duncanmcclean
31+
- Avoid refreshing Codemirror [#13001](https://github.com/statamic/cms/issues/13001) by @duncanmcclean
32+
- Wrap widget header in a slot [#12973](https://github.com/statamic/cms/issues/12973) by @daun
33+
- Live preview improvements [#12984](https://github.com/statamic/cms/issues/12984) by @JayGeorge
34+
- Prevent divide y borders where child is hidden [#13005](https://github.com/statamic/cms/issues/13005) by @JayGeorge
35+
- Fix permission label translations [#12992](https://github.com/statamic/cms/issues/12992) by @duncanmcclean
36+
- Use correct mathematical symbol for display of dimensions [#13009](https://github.com/statamic/cms/issues/13009) by @daun
37+
- Array fieldtype table fixes [#13011](https://github.com/statamic/cms/issues/13011) by @JayGeorge
38+
- Adjust asset preview border radius [#13010](https://github.com/statamic/cms/issues/13010) by @daun
39+
- Display asset modification date in tooltip [#13012](https://github.com/statamic/cms/issues/13012) by @daun
40+
- Ability to have a custom Entry class per collection [#11203](https://github.com/statamic/cms/issues/11203) by @edalzell
41+
- Fix `Invalid Date` error on required date fields [#12798](https://github.com/statamic/cms/issues/12798) by @duncanmcclean
42+
- Bard focus ring adjustment [#13015](https://github.com/statamic/cms/issues/13015) by @JayGeorge
43+
- Fix color fieldtype popover position [#13017](https://github.com/statamic/cms/issues/13017) by @JayGeorge
44+
- Remove double shadow from toggle items [#13016](https://github.com/statamic/cms/issues/13016) by @JayGeorge
45+
- Fix missing translation for user group blueprint [#12649](https://github.com/statamic/cms/issues/12649) by @duncanmcclean
46+
- Tweak blueprint section placeholder text [#13020](https://github.com/statamic/cms/issues/13020) by @duncanmcclean
47+
- Avoid duplicate dirty state warnings [#13018](https://github.com/statamic/cms/issues/13018) by @duncanmcclean
48+
- Left align date fieldtype popover [#13019](https://github.com/statamic/cms/issues/13019) by @JayGeorge
49+
- Bring sizes of custom logo and avatar closer together [#13021](https://github.com/statamic/cms/issues/13021) by @daun
50+
- Support text-only custom logos [#13023](https://github.com/statamic/cms/issues/13023) by @daun
51+
- Publish container text direction [#13024](https://github.com/statamic/cms/issues/13024) by @jasonvarga
52+
- Adjust 950 color value for other hues [#13030](https://github.com/statamic/cms/issues/13030) by @JayGeorge
53+
- Indent color vars nicerer [#13026](https://github.com/statamic/cms/issues/13026) by @JayGeorge
54+
- Dark mode fix assets text contrast [#13025](https://github.com/statamic/cms/issues/13025) by @JayGeorge
55+
- Tweak calendar fieldtype [#13034](https://github.com/statamic/cms/issues/13034) by @JayGeorge
56+
- Bump lowest composer constraints [#13038](https://github.com/statamic/cms/issues/13038) by @jasonvarga
57+
- Improve blueprint breadcrumbs [#13045](https://github.com/statamic/cms/issues/13045) by @duncanmcclean
58+
- Address near-identical translation strings [#13028](https://github.com/statamic/cms/issues/13028) by @duncanmcclean
59+
- Trigger full-page refresh after saving sites [#13032](https://github.com/statamic/cms/issues/13032) by @duncanmcclean
60+
- Show Statamic's 404 page when nav doesn't exist [#13041](https://github.com/statamic/cms/issues/13041) by @duncanmcclean
61+
- Various navigation fixes [#13039](https://github.com/statamic/cms/issues/13039) by @duncanmcclean
62+
- Add `config:app:locale` option to sites locale dropdown [#13033](https://github.com/statamic/cms/issues/13033) by @duncanmcclean
63+
- Fix double page tree panel in selector [#13046](https://github.com/statamic/cms/issues/13046) by @jasonvarga
64+
- Refactor CSS color variables [#13008](https://github.com/statamic/cms/issues/13008) by @andjsch
65+
- Focus the "Display" input when opening section edit stack [#13061](https://github.com/statamic/cms/issues/13061) by @duncanmcclean
66+
- Add max widths to pages [#13062](https://github.com/statamic/cms/issues/13062) by @duncanmcclean
67+
- Clear command palette actions when navigating between pages [#13059](https://github.com/statamic/cms/issues/13059) by @duncanmcclean
68+
- Move blueprint tab edit fields into a stack [#13050](https://github.com/statamic/cms/issues/13050) by @duncanmcclean
69+
- Add layout actions to Command Palette on collection show page [#13057](https://github.com/statamic/cms/issues/13057) by @duncanmcclean
70+
- Remove unnecessary padding from Dictionary Fields fieldtype [#13060](https://github.com/statamic/cms/issues/13060) by @duncanmcclean
71+
- Add IDs to create form fields [#13055](https://github.com/statamic/cms/issues/13055) by @duncanmcclean
72+
- Add `gray-150` to replace `bg-gray-200/55` [#13040](https://github.com/statamic/cms/issues/13040) by @JayGeorge
73+
- Prevent opening nav item in new tab from updating active state [#13056](https://github.com/statamic/cms/issues/13056) by @duncanmcclean
74+
- Apply correct icon classes to appended input icons [#13051](https://github.com/statamic/cms/issues/13051) by @daun
75+
- Make listing search input clearable via button [#13052](https://github.com/statamic/cms/issues/13052) by @daun
76+
77+
78+
379
## 6.0.0-alpha.16 (2025-11-06)
480

581
### What's new

0 commit comments

Comments
 (0)