From 9eda785b08b0a77c18617569118664f570cb7c36 Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Fri, 9 Feb 2024 11:04:13 -0500 Subject: [PATCH] chore: release 9.24.0 (#1996) --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5394ab9de..155ab8379a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [9.24.0](https://github.com/blackbaud/skyux/compare/9.23.0...9.24.0) (2024-02-08) + + +### Features + +* **components/colorpicker:** add form errors to colorpicker ([#1999](https://github.com/blackbaud/skyux/issues/1999)) ([e16f096](https://github.com/blackbaud/skyux/commit/e16f0961ef7db41231dc1b0d674bd1f990ceb47f)) +* **components/forms:** add form errors to checkbox ([#1994](https://github.com/blackbaud/skyux/issues/1994)) ([71e931e](https://github.com/blackbaud/skyux/commit/71e931e25517d38e7fe55587c687fed614f0f138)) +* **components/forms:** hide required asterisk from screen readers ([#1982](https://github.com/blackbaud/skyux/issues/1982)) ([b30bb09](https://github.com/blackbaud/skyux/commit/b30bb09ee25365fbe3253e3c978b2ab3ba644bcd)) + + +### Bug Fixes + +* **components/forms:** character counter reads to screen readers at unobtrusive intervals ([#1947](https://github.com/blackbaud/skyux/issues/1947)) ([eb5c65c](https://github.com/blackbaud/skyux/commit/eb5c65cd42a2adc4f27f98610377657b8f23e9de)) +* **components/popovers:** popovers with a hover trigger display when the trigger element is focused ([#1991](https://github.com/blackbaud/skyux/issues/1991)) ([8258a43](https://github.com/blackbaud/skyux/commit/8258a43a707fdaddb9d2c01b357e668374992b61)) +* **components/tabs:** tabs are read by screen readers in an industry standard format ([#1984](https://github.com/blackbaud/skyux/issues/1984)) ([f4fba7c](https://github.com/blackbaud/skyux/commit/f4fba7c76531d183ed7f85a2b2fc293544570b32)) + ## [9.23.0](https://github.com/blackbaud/skyux/compare/9.22.0...9.23.0) (2024-02-05)