Skip to content

Commit

Permalink
chore: release 9.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-sky-build-user committed Feb 21, 2024
1 parent 9304d02 commit fdeb316
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [9.26.0](https://github.com/blackbaud/skyux/compare/9.25.0...9.26.0) (2024-02-21)


### Features

* **components/ag-grid:** support custom label for row selector ([#2029](https://github.com/blackbaud/skyux/issues/2029)) ([d94feab](https://github.com/blackbaud/skyux/commit/d94feab0751dd0fa9b435f4036bd123822d7385b))
* **components/datetime:** improve keyboard navigation on datepicker calendar ([#1964](https://github.com/blackbaud/skyux/issues/1964)) ([b745087](https://github.com/blackbaud/skyux/commit/b7450877f5e4e39440b3fad0065bbb22524a0b08))
* **components/forms:** add labelText to radio group ([#2018](https://github.com/blackbaud/skyux/issues/2018)) ([80a2507](https://github.com/blackbaud/skyux/commit/80a25072e9e5304b47d8a8faaa14b2d8f17b2e5d))
* **components/lists:** improve keyboard navigation on sort picker ([#2005](https://github.com/blackbaud/skyux/issues/2005)) ([9304d02](https://github.com/blackbaud/skyux/commit/9304d02ebb075f371a7b36e70155cc432bce8b17))


### Bug Fixes

* **components/datetime:** keep date consistent when switching meridies ([#2034](https://github.com/blackbaud/skyux/issues/2034)) ([a822317](https://github.com/blackbaud/skyux/commit/a822317049cb81fa66304837f5dd1967bb9c0a9c))
* **components/tabs:** show vertical tab content when activated programmatically after init ([#2024](https://github.com/blackbaud/skyux/issues/2024)) ([d453e40](https://github.com/blackbaud/skyux/commit/d453e4075c013b578b1ed7e6a1859ec390de3f90))

## [9.25.0](https://github.com/blackbaud/skyux/compare/9.24.2...9.25.0) (2024-02-14)


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": "9.25.0",
"version": "9.26.0",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit fdeb316

Please sign in to comment.