@pingux/astro 2.5.1-alpha.1 → 2.5.1
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.
- package/CHANGELOG.md +13 -0
- package/NOTICE.html +12821 -0
- package/lib/cjs/components/PasswordField/PasswordField.js +4 -1
- package/lib/cjs/components/RequirementsList/RequirementsList.js +23 -6
- package/lib/components/PasswordField/PasswordField.js +4 -1
- package/lib/components/RequirementsList/RequirementsList.js +23 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,19 @@
|
|
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
|
+
## [2.5.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.5.0...@pingux/astro@2.5.1) (2023-05-30)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* [UIP-5768] Last selected calendar remains highlighted in external app ([b5a6954](https://gitlab.corp.pingidentity.com/ux/pingux/commit/b5a6954ce37bf8bb020d0bd8404219645ba69132))
|
12
|
+
* [UIP-6039] PasswordField: make the screen reader read the requirements list ([b8ec48e](https://gitlab.corp.pingidentity.com/ux/pingux/commit/b8ec48ed4f4e2d15506bf53ea4f08b3a2d715a2d))
|
13
|
+
* [UIP-6314] Page Header: make title an h1 ([8e3ba4d](https://gitlab.corp.pingidentity.com/ux/pingux/commit/8e3ba4dda4b17a0bbddf4b6709918bfa718227ae))
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
6
19
|
# [2.5.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@2.4.1...@pingux/astro@2.5.0) (2023-05-25)
|
7
20
|
|
8
21
|
|