Skip to content

Commit 780053f

Browse files
committed
changelog
1 parent 947540f commit 780053f

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

CHANGELOG.md

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

3+
## 6.0.0-alpha.16 (2025-11-06)
4+
5+
### What's new
6+
- Enable background re-caching of static cache [#9396](https://github.com/statamic/cms/issues/9396) by @ryanmitchell
7+
- Template Scaffolding Improvements [#12872](https://github.com/statamic/cms/issues/12872) by @JohnathonKoster
8+
- Add login passkey autocomplete [#12880](https://github.com/statamic/cms/issues/12880) by @ryanmitchell
9+
- Support fieldsets in subdirectories [#9341](https://github.com/statamic/cms/issues/9341) by @duncanmcclean
10+
- Revision Query builder [#10437](https://github.com/statamic/cms/issues/10437) by @ryanmitchell
11+
- Add `min`, `max`, and `step` attributes to Integer and Float fieldtypes [#12395](https://github.com/statamic/cms/issues/12395) by @ELowry
12+
- Generate Vue components from `make:widget` [#12886](https://github.com/statamic/cms/issues/12886) by @duncanmcclean
13+
14+
### What's fixed
15+
- Avoid rendering `DynamicHtmlRenderer` for Vue widgets [#12871](https://github.com/statamic/cms/issues/12871) by @duncanmcclean
16+
- Add a period to avoid a new translation string [#12881](https://github.com/statamic/cms/issues/12881) by @ryanmitchell
17+
- Indigo 700 is now the default primary/accent color [#12887](https://github.com/statamic/cms/issues/12887) by @jackmcdade
18+
- Right-align toggles in config publish forms [#12889](https://github.com/statamic/cms/issues/12889) by @duncanmcclean
19+
- Use a modal instead of a prompt for create passkey [#12879](https://github.com/statamic/cms/issues/12879) by @ryanmitchell
20+
- Only send input attributes to the input [#12892](https://github.com/statamic/cms/issues/12892) by @jasonvarga
21+
- French translations [#12883](https://github.com/statamic/cms/issues/12883) by @ebeauchamps
22+
- Fix types in `Settings` interface [#12867](https://github.com/statamic/cms/issues/12867) by @JayGeorge
23+
- Delete background aa [#12900](https://github.com/statamic/cms/issues/12900) by @JayGeorge
24+
- Revert right-aligning toggles [#12902](https://github.com/statamic/cms/issues/12902) by @duncanmcclean
25+
- Add dark mode variant to addon `tailwind.css` [#12901](https://github.com/statamic/cms/issues/12901) by @duncanmcclean
26+
- Update Algolia [#12903](https://github.com/statamic/cms/issues/12903) by @jasonvarga
27+
- 2fa design tweaks [#12899](https://github.com/statamic/cms/issues/12899) by @JayGeorge
28+
- Make blue the accent UI color [#12906](https://github.com/statamic/cms/issues/12906) by @JayGeorge
29+
- Make prop example consistent between Vue & Blade widget stubs [#12912](https://github.com/statamic/cms/issues/12912) by @duncanmcclean
30+
- Passkey aa gray fix [#12904](https://github.com/statamic/cms/issues/12904) by @JayGeorge
31+
- Pull publish tabs up [#12911](https://github.com/statamic/cms/issues/12911) by @JayGeorge
32+
- More nuanced light and dark vars [#12917](https://github.com/statamic/cms/issues/12917) by @JayGeorge
33+
- npm audit fix [#12920](https://github.com/statamic/cms/issues/12920) by @jasonvarga
34+
- Fix `container` config option on asset folder fieldtype [#12919](https://github.com/statamic/cms/issues/12919) by @duncanmcclean
35+
- Only apply config layout to top-level fields [#12882](https://github.com/statamic/cms/issues/12882) by @duncanmcclean
36+
- Fake process in tests [#12922](https://github.com/statamic/cms/issues/12922) by @jasonvarga
37+
- German translations [#12921](https://github.com/statamic/cms/issues/12921) by @helloDanuk
38+
- Remove `validate` key from publish array [#12918](https://github.com/statamic/cms/issues/12918) by @duncanmcclean
39+
- Make the focus style more consistent [#12916](https://github.com/statamic/cms/issues/12916) by @JayGeorge
40+
- Filters close button position fix [#12924](https://github.com/statamic/cms/issues/12924) by @JayGeorge
41+
- Ignore test changes in Vite [#12928](https://github.com/statamic/cms/issues/12928) by @jasonvarga
42+
- Add singular translation for entry count on collection grid [#12931](https://github.com/statamic/cms/issues/12931) by @duncanmcclean
43+
- Optically size fieldtype icons [#12936](https://github.com/statamic/cms/issues/12936) by @JayGeorge
44+
- Address input regressions [#12940](https://github.com/statamic/cms/issues/12940) by @jasonvarga
45+
- Add a `creating-entry` hook to allow default values to be set [#8643](https://github.com/statamic/cms/issues/8643) by @ryanmitchell
46+
- Fix re-used state in publish forms [#12937](https://github.com/statamic/cms/issues/12937) by @duncanmcclean
47+
- Publish migration for `webauthn` table during upgrade process [#12938](https://github.com/statamic/cms/issues/12938) by @duncanmcclean
48+
- Remove `header` widget [#12946](https://github.com/statamic/cms/issues/12946) by @duncanmcclean
49+
- Prevent publish form jumping to top as sidebar shows/hides [#12948](https://github.com/statamic/cms/issues/12948) by @duncanmcclean
50+
- Prevent addon settings blueprints from being edited [#12866](https://github.com/statamic/cms/issues/12866) by @duncanmcclean
51+
- Prevent fieldtype components mounting twice [#12950](https://github.com/statamic/cms/issues/12950) by @duncanmcclean
52+
- Inertia-ify more things [#12942](https://github.com/statamic/cms/issues/12942) by @duncanmcclean
53+
- Revision history improvements [#12949](https://github.com/statamic/cms/issues/12949) by @JayGeorge
54+
- Tidy up stack headers [#12941](https://github.com/statamic/cms/issues/12941) by @JayGeorge
55+
- Revision history tweaks [#12955](https://github.com/statamic/cms/issues/12955) by @JayGeorge
56+
- Blue text fix [#12956](https://github.com/statamic/cms/issues/12956) by @JayGeorge
57+
- Add missing `arrow-up` icon [#12954](https://github.com/statamic/cms/issues/12954) by @duncanmcclean
58+
- Fix error on navigation edit page [#12952](https://github.com/statamic/cms/issues/12952) by @duncanmcclean
59+
- Delete Tooltip UI component in favour of `v-tooltip` [#12953](https://github.com/statamic/cms/issues/12953) by @duncanmcclean
60+
- Link Fieldtype API changes [#11375](https://github.com/statamic/cms/issues/11375) by @duncanmcclean
61+
- Fix pro badge tooltip [#12958](https://github.com/statamic/cms/issues/12958) by @duncanmcclean
62+
- Fix avatar squishing [#12957](https://github.com/statamic/cms/issues/12957) by @JayGeorge
63+
- Fix page tree links [#12968](https://github.com/statamic/cms/issues/12968) by @duncanmcclean
64+
- Fix locale select text contrast [#12964](https://github.com/statamic/cms/issues/12964) by @JayGeorge
65+
- Adjust empty state empty screens on mobile [#12965](https://github.com/statamic/cms/issues/12965) by @JayGeorge
66+
- Add alternative keyboard shortcut for toggling the nav [#12967](https://github.com/statamic/cms/issues/12967) by @duncanmcclean
67+
- Various Bard fixes [#12963](https://github.com/statamic/cms/issues/12963) by @duncanmcclean
68+
- Fix the Markdown fieldtype from being pulled above the sidebar nav [#12961](https://github.com/statamic/cms/issues/12961) by @JayGeorge
69+
- Show hidden fieldtype in form submission [#12970](https://github.com/statamic/cms/issues/12970) by @jasonvarga
70+
71+
72+
373
## 6.0.0-alpha.15 (2025-10-24)
474

575
### What's new

0 commit comments

Comments
 (0)