From 4811670caf119a1b7673f43158ded21dbdd079cd Mon Sep 17 00:00:00 2001 From: Blackbaud Sky Build User Date: Sun, 11 Feb 2024 00:02:26 -0500 Subject: [PATCH] chore: release 10.0.0-alpha.2 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155ab8379a..a2443ac3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [10.0.0-alpha.2](https://github.com/blackbaud/skyux/compare/10.0.0-alpha.1...10.0.0-alpha.2) (2024-02-11) + + +### Features + +* **components/ag-grid:** add support for AG Grid 30 ([#1993](https://github.com/blackbaud/skyux/issues/1993)) ([fcf47af](https://github.com/blackbaud/skyux/commit/fcf47af483e6c8d09e4454efa2fa3083b7ebb42f)) +* **components/colorpicker:** add form errors to colorpicker ([#1999](https://github.com/blackbaud/skyux/issues/1999)) ([#2004](https://github.com/blackbaud/skyux/issues/2004)) ([9b56708](https://github.com/blackbaud/skyux/commit/9b567082222a069594b02564196536e0d8e3a544)) +* **components/forms:** add form errors to checkbox ([#1994](https://github.com/blackbaud/skyux/issues/1994)) ([#2003](https://github.com/blackbaud/skyux/issues/2003)) ([3e77234](https://github.com/blackbaud/skyux/commit/3e7723494343da3026c3a8f5e469b8bac3c58661)) +* **components/forms:** hide required asterisk from screen readers ([#1982](https://github.com/blackbaud/skyux/issues/1982)) ([#1995](https://github.com/blackbaud/skyux/issues/1995)) ([62b2995](https://github.com/blackbaud/skyux/commit/62b29959fb8c5dbe909a464153f895da45a64f00)) +* **components/tabs:** add keyboard navigation to vertical tabset ([#1978](https://github.com/blackbaud/skyux/issues/1978)) ([#1986](https://github.com/blackbaud/skyux/issues/1986)) ([55eca8b](https://github.com/blackbaud/skyux/commit/55eca8b038e24730b8a821956c9d76fcb1215472)) + + +### Bug Fixes + +* **components/forms:** character counter reads to screen readers at unobtrusive intervals ([#1947](https://github.com/blackbaud/skyux/issues/1947)) ([#2001](https://github.com/blackbaud/skyux/issues/2001)) ([1651c16](https://github.com/blackbaud/skyux/commit/1651c16c66f762ae738f43cd7acbbf95dad1a059)) +* **components/forms:** refactor form errors ([#1981](https://github.com/blackbaud/skyux/issues/1981)) ([#1988](https://github.com/blackbaud/skyux/issues/1988)) ([915a64a](https://github.com/blackbaud/skyux/commit/915a64a3ca5cf38c285258587eb61f9ab8ddb30a)) +* **components/popovers:** popovers with a hover trigger display when the trigger element is focused ([#1991](https://github.com/blackbaud/skyux/issues/1991)) ([#1997](https://github.com/blackbaud/skyux/issues/1997)) ([d34aabb](https://github.com/blackbaud/skyux/commit/d34aabba2f87f9f963556795e95140cc23f06532)) +* **components/tabs:** tabs are read by screen readers in an industry standard format ([#1984](https://github.com/blackbaud/skyux/issues/1984)) ([#2000](https://github.com/blackbaud/skyux/issues/2000)) ([54f070d](https://github.com/blackbaud/skyux/commit/54f070dce75fb021252e0bced43b3458c019d5e3)) + ## [9.24.0](https://github.com/blackbaud/skyux/compare/9.23.0...9.24.0) (2024-02-08) diff --git a/package-lock.json b/package-lock.json index 2ba23520e4..a4f60e545a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyux", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyux", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 00eba1f325..b0bc5e3da1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skyux", - "version": "10.0.0-alpha.1", + "version": "10.0.0-alpha.2", "license": "MIT", "scripts": { "ng": "nx",