Skip to content

Commit

Permalink
chore: release 12.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-sky-build-user committed Jan 22, 2025
1 parent 6116a0f commit 8b6238e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [12.0.0-alpha.1](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.0...12.0.0-alpha.1) (2025-01-22)


### Features

* add support for `[email protected]` and `[email protected]` ([#3002](https://github.com/blackbaud/skyux/issues/3002)) ([7e5a67e](https://github.com/blackbaud/skyux/commit/7e5a67e2afb7f41b54c292cf84895e16a2547e7d))
* **components/action-bars:** tokenize summary action bar styles ([#3040](https://github.com/blackbaud/skyux/issues/3040)) ([db667a9](https://github.com/blackbaud/skyux/commit/db667a9dd2d1f0532e9385530f0af920832d4522))
* **components/forms:** file drop add control value accessor ([#2968](https://github.com/blackbaud/skyux/issues/2968)) ([#3024](https://github.com/blackbaud/skyux/issues/3024)) ([27cffa8](https://github.com/blackbaud/skyux/commit/27cffa8a1b821a120d461e6734a1f8a76f978e56))
* **components/forms:** file drop harness ([#3029](https://github.com/blackbaud/skyux/issues/3029)) ([#3039](https://github.com/blackbaud/skyux/issues/3039)) ([b5c37ad](https://github.com/blackbaud/skyux/commit/b5c37adfec07952b3a7ca2de56afb14b74961bd1))
* **components/layout:** add harnesses for toolbar ([#3001](https://github.com/blackbaud/skyux/issues/3001)) ([#3020](https://github.com/blackbaud/skyux/issues/3020)) ([fd7a5ae](https://github.com/blackbaud/skyux/commit/fd7a5ae5916e2269f1c14277ae77f772063e529f))
* **components/layout:** tokenize description list styles ([#3043](https://github.com/blackbaud/skyux/issues/3043)) ([4213dac](https://github.com/blackbaud/skyux/commit/4213dac7a1739878a30e7ae3b4d91732fdbfe452))
* **components/lists:** tokenize filter styles ([#3019](https://github.com/blackbaud/skyux/issues/3019)) ([25f180e](https://github.com/blackbaud/skyux/commit/25f180ebfd78599d7a5dcc5600069dd39591dc41))
* **components/pages:** create testing harness for action hub ([#2962](https://github.com/blackbaud/skyux/issues/2962)) ([#3007](https://github.com/blackbaud/skyux/issues/3007)) ([08fe7e9](https://github.com/blackbaud/skyux/commit/08fe7e904e247640b0717be66c41e05d68d38b59))
* **components/pages:** tokenize page, page header, link lists ([#3030](https://github.com/blackbaud/skyux/issues/3030)) ([9de9521](https://github.com/blackbaud/skyux/commit/9de95213ce499091aff37dc1c4916d938ed24fa3))
* **components/tabs:** tokenize sectioned form styles ([#3033](https://github.com/blackbaud/skyux/issues/3033)) ([650282b](https://github.com/blackbaud/skyux/commit/650282b436e5962c6e82fa30dd5d330d0c82633a))
* **components/tabs:** tokenize vertical tabset styles ([#3015](https://github.com/blackbaud/skyux/issues/3015)) ([b06bdcb](https://github.com/blackbaud/skyux/commit/b06bdcbe8c6a4afad0202f2bb1ca3a5215466ba4))
* update `@skyux/icons` to 7.10.0 ([#3008](https://github.com/blackbaud/skyux/issues/3008)) ([#3012](https://github.com/blackbaud/skyux/issues/3012)) ([c29346f](https://github.com/blackbaud/skyux/commit/c29346f3b201f688ae2469e9eee7621c762da8f5))


### Bug Fixes

* **components/action-bars:** account for left nav in summary action bar position ([#3028](https://github.com/blackbaud/skyux/issues/3028)) ([#3032](https://github.com/blackbaud/skyux/issues/3032)) ([2f8a240](https://github.com/blackbaud/skyux/commit/2f8a240aed6aad8ab66bd1573d8e9b03d696d787))
* **components/ag-grid:** handle focus for adjacent editor cells ([#2993](https://github.com/blackbaud/skyux/issues/2993)) ([#3005](https://github.com/blackbaud/skyux/issues/3005)) ([84e9603](https://github.com/blackbaud/skyux/commit/84e9603c4bf39897333452852c35a0140bd10b37))
* **components/ag-grid:** header should have readable text ([#3037](https://github.com/blackbaud/skyux/issues/3037)) ([#3041](https://github.com/blackbaud/skyux/issues/3041)) ([e933fce](https://github.com/blackbaud/skyux/commit/e933fce3723e393046add8dad413f1870d028bd6))
* **components/autonumeric:** support negativeBracketsTypeOnBlur option ([#3049](https://github.com/blackbaud/skyux/issues/3049)) ([#3050](https://github.com/blackbaud/skyux/issues/3050)) ([6116a0f](https://github.com/blackbaud/skyux/commit/6116a0f84b734ba5d5c3c8583f56909a95aae5c5))
* **components/lists:** update filter visual tests ([#3010](https://github.com/blackbaud/skyux/issues/3010)) ([ef503a3](https://github.com/blackbaud/skyux/commit/ef503a3ba166733026c627040001bf0caebf57e3))
* **components/modals:** make modal footer error message focusable ([#3026](https://github.com/blackbaud/skyux/issues/3026)) ([#3027](https://github.com/blackbaud/skyux/issues/3027)) ([1ec60d1](https://github.com/blackbaud/skyux/commit/1ec60d1e78f7396cb492dfb3d08c07a207596c40))
* **components/pages:** export `SkyNeedsAttentionItemHarness` for testing ([#3046](https://github.com/blackbaud/skyux/issues/3046)) ([#3047](https://github.com/blackbaud/skyux/issues/3047)) ([22f24a4](https://github.com/blackbaud/skyux/commit/22f24a4e2b77c416c26c7f5fb16985e9da0d7046))
* **components/pages:** hide blocks with hidden `[skyHref]` links ([#3014](https://github.com/blackbaud/skyux/issues/3014)) ([#3017](https://github.com/blackbaud/skyux/issues/3017)) ([8c11c78](https://github.com/blackbaud/skyux/commit/8c11c7867eb9b414e1f040b43726787e75758a38))

## [11.36.0](https://github.com/blackbaud/skyux/compare/11.35.0...11.36.0) (2025-01-16)


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": "12.0.0-alpha.0",
"version": "12.0.0-alpha.1",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 8b6238e

Please sign in to comment.