Skip to content

Commit

Permalink
chore: release 12.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-sky-build-user committed Feb 20, 2025
1 parent b7e3b85 commit a9e1a09
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

## [12.0.0-alpha.5](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.4...12.0.0-alpha.5) (2025-02-20)


### Features

* add code example viewer component (internal use only) ([#3155](https://github.com/blackbaud/skyux/issues/3155)) ([2b3a72e](https://github.com/blackbaud/skyux/commit/2b3a72ef9eb615c18a9a2f48ad9c303fee4f8500))
* **components/flyout:** add flyout test harness ([#3149](https://github.com/blackbaud/skyux/issues/3149)) ([#3171](https://github.com/blackbaud/skyux/issues/3171)) ([04ac8be](https://github.com/blackbaud/skyux/commit/04ac8be257fa9ef0784e42fbc5af3a0b7dbb57dc))
* **components/layout:** tokenize text expand styles ([#3161](https://github.com/blackbaud/skyux/issues/3161)) ([f9362cf](https://github.com/blackbaud/skyux/commit/f9362cfbe3139b8ddc1341cf31d1df8dd4c54680))
* **components/lookup:** lookup and country field input contents are selected automatically on focus ([#3167](https://github.com/blackbaud/skyux/issues/3167)) ([b7e3b85](https://github.com/blackbaud/skyux/commit/b7e3b85cac028170e18aa2aade8b38f80b8fa3aa))


### Bug Fixes

* **components/layout:** exclude controls text content when returning heading text for the box harness ([#3156](https://github.com/blackbaud/skyux/issues/3156)) ([ec018cd](https://github.com/blackbaud/skyux/commit/ec018cd51da808c147d910f9ac359cb06e9f2b17))
* **components/popovers:** fix sporadic dropdown menu misalignment ([#3153](https://github.com/blackbaud/skyux/issues/3153)) ([#3154](https://github.com/blackbaud/skyux/issues/3154)) ([3a889d2](https://github.com/blackbaud/skyux/commit/3a889d2da4cdf966205b31dec839cdbdd6d41fb6))
* **components/tabs:** vertical tabs keyboard operable in mobile view ([#3150](https://github.com/blackbaud/skyux/issues/3150)) ([#3151](https://github.com/blackbaud/skyux/issues/3151)) ([ec7abbb](https://github.com/blackbaud/skyux/commit/ec7abbb24e14f84582011bac136880cddfc16609))
* **components/theme:** set initial active status for viewport reserve space element ([#3168](https://github.com/blackbaud/skyux/issues/3168)) ([#3169](https://github.com/blackbaud/skyux/issues/3169)) ([b2cdda6](https://github.com/blackbaud/skyux/commit/b2cdda6789e527b5476f950c4379906d413b7057))
* use alias instead of property name for directive inputs in the manifest ([#3160](https://github.com/blackbaud/skyux/issues/3160)) ([#3162](https://github.com/blackbaud/skyux/issues/3162)) ([566e6bd](https://github.com/blackbaud/skyux/commit/566e6bd6adcde78ef683c31cbcd28feb0f092794))

## [11.42.1](https://github.com/blackbaud/skyux/compare/11.42.0...11.42.1) (2025-02-19)


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

0 comments on commit a9e1a09

Please sign in to comment.