@pingux/astro 1.29.0-alpha.3 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/NOTICE.html +4651 -0
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.29.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.28.1...@pingux/astro@1.29.0) (2022-09-29)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5510] Message Aria Updates ([24c0bf8](https://gitlab.corp.pingidentity.com/ux/pingux/commit/24c0bf84e7128ca26f49077aff0a9fef33f74235))
12
+ * [UIP-5707] add aria label for close button in RadioButtonsWithLinks story ([cf51ded](https://gitlab.corp.pingidentity.com/ux/pingux/commit/cf51dedcd51e4b9e2be4d5329ae0586a2c7c183c))
13
+ * [UIP-5708] Improve breadcrumb a11y ([ec3ad5f](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ec3ad5fdc76dc89ebe12282cb34dd4b2f9f6849a))
14
+
15
+
16
+ ### Features
17
+
18
+ * [UIP-5615] Add aria attribute support to field components ([265bdeb](https://gitlab.corp.pingidentity.com/ux/pingux/commit/265bdeb1f9d6cc546997858da007cdce5d91c433))
19
+
20
+
21
+
22
+
23
+
6
24
  ## [1.28.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.28.0...@pingux/astro@1.28.1) (2022-09-22)
7
25
 
8
26