@forgerock/login-widget 1.0.0-beta.10 → 1.0.0-beta.12
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 +16 -2
- package/index.cjs +987 -583
- package/index.cjs.map +1 -1
- package/index.d.ts +27 -0
- package/index.js +987 -583
- package/index.js.map +1 -1
- package/package.json +1 -8
- package/widget.css +24 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [1.0.0-beta.12](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2023-03-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **password:** fix password confirmation reset and validation failures ([181c67e](https://github.com/forgerock/forgerock-web-login-framework/commit/181c67e475f712a131383317707f3760af2d099d))
|
|
7
|
+
|
|
8
|
+
# [1.0.0-beta.11](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2023-03-27)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **style-e2e:** fix style for kba and fix e2e tests ([4d55431](https://github.com/forgerock/forgerock-web-login-framework/commit/4d55431a60ecdffea196dc8eb2c14d5f9c290e6c))
|
|
14
|
+
* **style:** reworking application of headers and footers of widget ([bca81ca](https://github.com/forgerock/forgerock-web-login-framework/commit/bca81ca7286612c1ebe73151f8788ebdbda1d92a))
|
|
15
|
+
|
|
1
16
|
# [1.0.0-beta.10](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-25)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -7,10 +22,9 @@
|
|
|
7
22
|
|
|
8
23
|
# [1.0.0-beta.9](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-03-21)
|
|
9
24
|
|
|
10
|
-
|
|
11
25
|
### Bug Fixes
|
|
12
26
|
|
|
13
|
-
|
|
27
|
+
- **journeys:** fix stages, journey restarts & config, policy display, remove restart after logout ([ac0c9aa](https://github.com/forgerock/forgerock-web-login-framework/commit/ac0c9aaccf0359c36614a6199af7a64cfa9615e2))
|
|
14
28
|
|
|
15
29
|
# [1.0.0-beta.8](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2023-03-15)
|
|
16
30
|
|