Skip to content

Commit

Permalink
chore: release 10.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-sky-build-user committed Feb 11, 2024
1 parent fcf47af commit 4811670
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skyux",
"version": "10.0.0-alpha.1",
"version": "10.0.0-alpha.2",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 4811670

Please sign in to comment.