Skip to content

Commit 225762d

Browse files
chore: release 7.0.0-beta.14 (#813)
1 parent 79c5989 commit 225762d

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [7.0.0-beta.14](https://github.com/blackbaud/skyux/compare/7.0.0-beta.13...7.0.0-beta.14) (2022-11-15)
4+
5+
6+
### Features
7+
8+
* **sdk/testing:** add support for `axe-core@^4.5.2` ([#822](https://github.com/blackbaud/skyux/issues/822)) ([095509a](https://github.com/blackbaud/skyux/commit/095509a86cb9b3b2c6542670d270c953993ab9ad))
9+
10+
11+
### Bug Fixes
12+
13+
* adjust typescript exports and remove core-js imports ([#820](https://github.com/blackbaud/skyux/issues/820)) ([79c5989](https://github.com/blackbaud/skyux/commit/79c5989bc139a93f5c707cdf67ff6d4c06d2ca3a))
14+
* **components/data-manager:** mark for check when isActive changes ([#810](https://github.com/blackbaud/skyux/issues/810)) ([cf72fec](https://github.com/blackbaud/skyux/commit/cf72fec594ad05fa27da7247fe9a5c34f40e1505))
15+
* **components/errors:** set `ariaLabelledBy` for error modals to satisfy accessibility rules ([#819](https://github.com/blackbaud/skyux/issues/819)) ([ec7311a](https://github.com/blackbaud/skyux/commit/ec7311a76aebeedb02bcfdaefbff0e530368400f))
16+
* **components/forms:** allow character count indicator and limit to be set in either order ([#826](https://github.com/blackbaud/skyux/issues/826)) ([9b013f9](https://github.com/blackbaud/skyux/commit/9b013f99fe105aa72df5b096e2cb276aac4e5abc))
17+
* **components/tabs:** use 'aria-owns' to satisfy accessibility rules for vertical tab and sectioned form components ([#815](https://github.com/blackbaud/skyux/issues/815)) ([e5e3ac7](https://github.com/blackbaud/skyux/commit/e5e3ac70aeee35a18b0f205a87d42f5fcfd0053d))
18+
319
## [7.0.0-beta.13](https://github.com/blackbaud/skyux/compare/7.0.0-beta.12...7.0.0-beta.13) (2022-11-10)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skyux",
3-
"version": "7.0.0-beta.13",
3+
"version": "7.0.0-beta.14",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)