diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6437a4e17..de705c4cd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Release Notes for Craft CMS 4 +## Unreleased + +- It’s now possible to select the temp asset volume within Assets fields, if the temp upload location includes a subpath. ([#14246](https://github.com/craftcms/cms/pull/14246)) +- Fixed a bug where it wasn’t possible to set the “Formatting Locale” user preference back to “Same as language” once another value had been selected. +- Fixed a bug where layout components provided by disabled plugins weren’t getting omitted. ([#14236](https://github.com/craftcms/cms/pull/14236)) +- Fixed a bug where “Move to the left” and “Move to the right” actions within field layout designers weren’t always getting enabled when they should, if a new tab was added. +- Fixed a bug where “Move to the left” and “Move to the right” actions within field layout designers were labelled incorrectly for right-to-left languages. + +## 4.7.1 - 2024-01-29 + +- Unpublished drafts no longer show “Created at” or “Updated at” metadata values. ([#14204](https://github.com/craftcms/cms/issues/14204)) +- Fixed a bug where empty Dropdown fields were getting treated as dirty when unchanged. +- Fixed a bug where Recent Entries widgets were getting mangled when new entries were created via Quick Post widgets. +- Fixed an error that occurred when adding a Dropdown field condition rule, if the field contained any optgroups. ([#14224](https://github.com/craftcms/cms/issues/14224)) +- Fixed a bug where Dropdown field condition rules weren’t displaying `0` options. ([#14232](https://github.com/craftcms/cms/pull/14232)) + ## 4.7.0 - 2024-01-23 > [!NOTE] diff --git a/packages/craftcms-vue/admintable/App.vue b/packages/craftcms-vue/admintable/App.vue index b26ec921f47..28170b6e9a2 100644 --- a/packages/craftcms-vue/admintable/App.vue +++ b/packages/craftcms-vue/admintable/App.vue @@ -104,21 +104,19 @@