diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index 6042f0f7870..da5a938cf50 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -15,6 +15,7 @@ - Entries can now have multiple authors. ([#12380](https://github.com/craftcms/cms/pull/12380)) - Entry chips, cards, and blocks are now tinted according to their entry type’s color. ([#14187](https://github.com/craftcms/cms/pull/14187)) - Quick Post widgets now create entries via slideouts. ([#14228](https://github.com/craftcms/cms/pull/14228)) +- Slideout sidebars are now always toggleable; not just when the slideout is too narrow to show the sidebar alongside the content. ([#14418](https://github.com/craftcms/cms/pull/14418)) - The “Save as a new entry” action is now available to all users with the “Create entries” permission, and will create a new unpublished draft rather than a fully-saved entry. ([#9577](https://github.com/craftcms/cms/issues/9577), [#10244](https://github.com/craftcms/cms/discussions/10244)) - Entry conditions can now have a “Matrix field” rule. ([#13794](https://github.com/craftcms/cms/discussions/13794)) - Money field condition rules now use money inputs. ([#14148](https://github.com/craftcms/cms/pull/14148)) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5a129da66..e8dba40cfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Slideout sidebars are now always toggleable; not just when the slideout is too narrow to show the sidebar alongside the content. ([#14418](https://github.com/craftcms/cms/pull/14418)) - Field Layout Designers now hide the component library sidebar in favor of “Add” disclosure menus, when they’re too narrow to show the sidebar alongside configured tabs. ([#14411](https://github.com/craftcms/cms/pull/14411)) ## 5.0.0-beta.2 - 2024-02-15