|
1 | 1 | # Release Notes |
2 | 2 |
|
| 3 | +## 6.6.0 (2026-03-11) |
| 4 | + |
| 5 | +### What's new |
| 6 | +- Image transparency checkerboard [#13975](https://github.com/statamic/cms/issues/13975) by @jaygeorge |
| 7 | +- Support reference updates for custom fieldtypes and working copies [#13693](https://github.com/statamic/cms/issues/13693) by @morhi |
| 8 | +- Asset listing filters [#14025](https://github.com/statamic/cms/issues/14025) by @daun |
| 9 | +- Ability to save/reset changes to filter presets [#13956](https://github.com/statamic/cms/issues/13956) by @duncanmcclean |
| 10 | + |
| 11 | +### What's fixed |
| 12 | +- Improve tables in Bard fields, particularly dark mode [#14158](https://github.com/statamic/cms/issues/14158) by @jaygeorge |
| 13 | +- Add `MiddleEllipsis` component to Storybook [#14215](https://github.com/statamic/cms/issues/14215) by @duncanmcclean |
| 14 | +- Update ip_address protector to use request()->ips() [#14063](https://github.com/statamic/cms/issues/14063) by @gavynd6 |
| 15 | +- Fix $isNew detection after Asset::move() [#14140](https://github.com/statamic/cms/issues/14140) by @lwekuiper |
| 16 | +- Avoid escaping dictionary fieldtype labels [#13845](https://github.com/statamic/cms/issues/13845) by @duncanmcclean |
| 17 | +- Force full width on asset grid to account for smaller SVGs [#14164](https://github.com/statamic/cms/issues/14164) by @jaygeorge |
| 18 | +- Avoid opening Command Palette when Bard field is focused & text is selected [#14019](https://github.com/statamic/cms/issues/14019) by @duncanmcclean |
| 19 | +- Asset cropper fixes [#14173](https://github.com/statamic/cms/issues/14173) by @jaygeorge |
| 20 | +- External URLs in the nav should render as anchor tags [#14174](https://github.com/statamic/cms/issues/14174) by @duncanmcclean |
| 21 | +- Cancel inflight requests [#14178](https://github.com/statamic/cms/issues/14178) by @macaws |
| 22 | +- Performance: Reduce duplicate cache reads on nav [#14179](https://github.com/statamic/cms/issues/14179) by @macaws |
| 23 | +- Performance: memoize outpost [#14180](https://github.com/statamic/cms/issues/14180) by @macaws |
| 24 | +- Memoize marketplace cache [#14182](https://github.com/statamic/cms/issues/14182) by @macaws |
| 25 | +- Fix outline focus briefly showing as the stack comes in [#14187](https://github.com/statamic/cms/issues/14187) by @jaygeorge |
| 26 | +- Use amber for update badges [#14175](https://github.com/statamic/cms/issues/14175) by @duncanmcclean |
| 27 | +- Fix copy to clipboard input in light mode [#14186](https://github.com/statamic/cms/issues/14186) by @duncanmcclean |
| 28 | +- Handle stop words case insensitive [#14201](https://github.com/statamic/cms/issues/14201) by @marcorieser |
| 29 | +- Critical updates visibility [#14202](https://github.com/statamic/cms/issues/14202) by @jasonvarga |
| 30 | +- Tiny border-radius fix from the checkerboard PR by @jaygeorge |
| 31 | +- Collapse the assets fieldtype to its mobile layout at a higher breakpoint [#14212](https://github.com/statamic/cms/issues/14212) by @jaygeorge |
| 32 | +- Fix expanding Bard sets in localized entries [#14214](https://github.com/statamic/cms/issues/14214) by @duncanmcclean |
| 33 | +- Handle CarbonInterval instances in Localize middleware [#14209](https://github.com/statamic/cms/issues/14209) by @duncanmcclean |
| 34 | +- Handle cancelled requests when generating slugs [#14211](https://github.com/statamic/cms/issues/14211) by @duncanmcclean |
| 35 | +- Allow dev stability for local starter kit installations [#14208](https://github.com/statamic/cms/issues/14208) by @marcorieser |
| 36 | +- Refresh CodeMirror instance when switching tabs [#14199](https://github.com/statamic/cms/issues/14199) by @duncanmcclean |
| 37 | +- Update bulk action selections when individual row is deleted [#14196](https://github.com/statamic/cms/issues/14196) by @duncanmcclean |
| 38 | +- Add skeleton ui to lazy loaded actions [#14217](https://github.com/statamic/cms/issues/14217) by @jaygeorge |
| 39 | +- Various drag & drop fixes [#14219](https://github.com/statamic/cms/issues/14219) by @duncanmcclean |
| 40 | +- Avoid sanitizing `target` attribute in `markdown()` helper [#14221](https://github.com/statamic/cms/issues/14221) by @duncanmcclean |
| 41 | +- Fix create entry translations [#14223](https://github.com/statamic/cms/issues/14223) by @duncanmcclean |
| 42 | +- French translations [#14163](https://github.com/statamic/cms/issues/14163) by @dadaxr |
| 43 | +- German translations [#14165](https://github.com/statamic/cms/issues/14165) by @helloDanuk |
| 44 | +- French translations [#14166](https://github.com/statamic/cms/issues/14166) by @ebeauchamps |
| 45 | +- Bump minimatch and dompurify [#14161](https://github.com/statamic/cms/issues/14161) by @jasonvarga |
| 46 | +- Bump svgo from 3.3.2 to 3.3.3 [#14153](https://github.com/statamic/cms/issues/14153) by @dependabot |
| 47 | +- Bump tar from 7.5.9 to 7.5.10 [#14156](https://github.com/statamic/cms/issues/14156) by @dependabot |
| 48 | + |
| 49 | + |
| 50 | + |
3 | 51 | ## 6.5.0 (2026-03-04) |
4 | 52 |
|
5 | 53 | ### What's new |
|
0 commit comments