Skip to content

Commit

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

## [12.0.0-alpha.3](https://github.com/blackbaud/skyux/compare/12.0.0-alpha.2...12.0.0-alpha.3) (2025-01-31)


### ⚠ BREAKING CHANGES

* **components/indicators:** remove forwarded exports from `@skyux/help-inline` and `@skyux/icon` ([#3069](https://github.com/blackbaud/skyux/issues/3069))
* **components/forms:** file attachment components now wait for system dialogs to close before handling files so that errors are read to screen readers appropriately ([#3073](https://github.com/blackbaud/skyux/issues/3073))

### Features

* add `[@docs](https://github.com/docs)IncludeIds` to action bars, tree, autonumeric, avatar, colorpicker, core, datetime, errors, flyout, and forms packages ([#3074](https://github.com/blackbaud/skyux/issues/3074)) ([b5747b2](https://github.com/blackbaud/skyux/commit/b5747b22ff615d0b172a5fab0f653390d46e7890))
* **components/forms:** file attachment components now wait for system dialogs to close before handling files so that errors are read to screen readers appropriately ([#3073](https://github.com/blackbaud/skyux/issues/3073)) ([847c970](https://github.com/blackbaud/skyux/commit/847c970f1a4b796a66f346af478550f8db403991))
* **components/indicators:** remove forwarded exports from `@skyux/help-inline` and `@skyux/icon` ([#3069](https://github.com/blackbaud/skyux/issues/3069)) ([e2e3883](https://github.com/blackbaud/skyux/commit/e2e3883a07281a689beef3089f482c9693f2014d))
* **components/tiles:** add test harnesses for tile and tile dashboard ([#3052](https://github.com/blackbaud/skyux/issues/3052)) ([#3066](https://github.com/blackbaud/skyux/issues/3066)) ([2019f56](https://github.com/blackbaud/skyux/commit/2019f56a157f71755e62b19cb1129a404e2d6bf1))
* implement `[@docs](https://github.com/docs)Id` and `[@docs](https://github.com/docs)IncludeIds` JSDoc tags to capture documentation relationships in the manifest ([#3063](https://github.com/blackbaud/skyux/issues/3063)) ([ba33999](https://github.com/blackbaud/skyux/commit/ba33999f1ed289192bcc9f7b29db94397240c001))
* **sdk/skyux-eslint:** add linting rule to detect the use of legacy icons ([#3061](https://github.com/blackbaud/skyux/issues/3061)) ([1abcf12](https://github.com/blackbaud/skyux/commit/1abcf121d473eaa9ff335f41dd84507a72ee4aab))


### Bug Fixes

* **components/ag-grid:** datepicker cell editor should handle refresh refocus ([#3056](https://github.com/blackbaud/skyux/issues/3056)) ([#3057](https://github.com/blackbaud/skyux/issues/3057)) ([fa878fe](https://github.com/blackbaud/skyux/commit/fa878fe7f9f663a1dcf061c3031d4ea5168b9704))
* **components/forms:** ensure form error always has `errorName` attribute for test harnesses ([#3071](https://github.com/blackbaud/skyux/issues/3071)) ([#3072](https://github.com/blackbaud/skyux/issues/3072)) ([da19379](https://github.com/blackbaud/skyux/commit/da19379c9cbd6e4b2064fe276973b3fbc1b2503b))
* **components/text-editor:** value initializing for multiple text-editors ([#3067](https://github.com/blackbaud/skyux/issues/3067)) ([#3070](https://github.com/blackbaud/skyux/issues/3070)) ([b0b3533](https://github.com/blackbaud/skyux/commit/b0b35339b0e3c0145c74c42c2e5a2644cdfe0f3c))


### Deprecations

* deprecated action button icon `iconType` input and checkbox and radio button `icon` inputs in favor of new `iconName` input which utilizes SVG icons ([#3062](https://github.com/blackbaud/skyux/issues/3062)) ([567f922](https://github.com/blackbaud/skyux/commit/567f922f75a6f7943bc7a0100060f47de0b73ef8))

## [11.37.0](https://github.com/blackbaud/skyux/compare/11.36.2...11.37.0) (2025-01-28)


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

0 comments on commit ca3f7d5

Please sign in to comment.