From b079af52d0ea003804bd2750ef9762d884c29d06 Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Tue, 23 Jun 2026 11:02:19 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17e64061c..4008d085a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Release Notes +## 6.23.0 (2026-06-23) + +### What's new +- Add explicit `package` param to the `installed` tag [#14858](https://github.com/statamic/cms/issues/14858) by @daun + +### What's fixed +- Prevent rare case of the container scrolling when focusing on the container [#14854](https://github.com/statamic/cms/issues/14854) by @jaygeorge +- Handle linked field comboboxes when the text is long [#14863](https://github.com/statamic/cms/issues/14863) by @jaygeorge +- Prevent the link field group from exceeding 50% of the container [#14864](https://github.com/statamic/cms/issues/14864) by @jaygeorge +- Apply as-config prop to top-level container only [#14855](https://github.com/statamic/cms/issues/14855) by @daun +- Hide "Live Preview" button while live preview is active [#14866](https://github.com/statamic/cms/issues/14866) by @duncanmcclean +- French translations [#14856](https://github.com/statamic/cms/issues/14856) by @ebeauchamps + + + ## 6.22.0 (2026-06-19) ### What's new