From 33b8b588fae23616272fe267878de9f9ca5005f7 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 10 Jan 2023 16:06:16 -0800 Subject: [PATCH] Release notes [ci skip] --- CHANGELOG-WIP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index eaaa5339100..83e6995c156 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -17,6 +17,7 @@ - Improved the color contrast and keyboard control of the Customize Sources modal. ([#12233](https://github.com/craftcms/cms/pull/12233)) - Improved info icons for screen readers. ([#12272](https://github.com/craftcms/cms/pull/12272)) - Removed input autofocussing throughout the control panel. ([#12324](https://github.com/craftcms/cms/discussions/12324), [#12332](https://github.com/craftcms/cms/pull/12332)) +- Improved the login screen for screen readers. ([#12386](https://github.com/craftcms/cms/pull/12386)) ### Administration - Conditional layout components are now identified using a condition icon within field layout designers. ([#12250](https://github.com/craftcms/cms/issues/12250)) @@ -67,6 +68,7 @@ - Deprecated `craft\queue\jobs\GeneratePendingTransforms`. `GenerateImageTransform` should be used instead. ([#12340](https://github.com/craftcms/cms/pull/12340)) - Added `Craft.Accordion`. ([#12189](https://github.com/craftcms/cms/pull/12189)) - Added `Craft.ElementFieldSettings`. +- Added `Garnish.MultiFunctionBtn`. - Deprecated `Craft.CategorySelectInput`. `Craft.BaseElementSelectInput` should be used instead. ([#11749](https://github.com/craftcms/cms/pull/11749)) ### System