@forgerock/login-widget 1.2.0-beta.1 → 1.2.0-beta.11

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 CHANGED
@@ -1,3 +1,79 @@
1
+ # [1.2.0-beta.11](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.10...v1.2.0-beta.11) (2023-12-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **fixing-types:** journey-type-updates ([899d0ba](https://github.com/forgerock/forgerock-web-login-framework/commit/899d0ba7705ac586c6734bf6c30543fbbe1964fd))
7
+
8
+ # [1.2.0-beta.10](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.9...v1.2.0-beta.10) (2023-12-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **e2e:** move-e2e-to-sdks-tenant ([7d151d4](https://github.com/forgerock/forgerock-web-login-framework/commit/7d151d479a5d028862281bb248bbe6032fd6e06b))
14
+
15
+
16
+ ### Features
17
+
18
+ * **recaptchav3:** implement v3 for recaptcha in LAW ([7b83545](https://github.com/forgerock/forgerock-web-login-framework/commit/7b83545dc8c191e7c4a3caa0cc9eb3324b1c234c))
19
+
20
+ # [1.2.0-beta.9](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.8...v1.2.0-beta.9) (2023-11-13)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **message-node:** render-next-msg-node ([c13bf93](https://github.com/forgerock/forgerock-web-login-framework/commit/c13bf934d338cbdcfa7c35ffddd63850e832000e))
26
+
27
+ # [1.2.0-beta.8](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.7...v1.2.0-beta.8) (2023-10-26)
28
+
29
+
30
+ ### Features
31
+
32
+ * **stage:** add new QR Code stage for MFA device registration ([b70bd31](https://github.com/forgerock/forgerock-web-login-framework/commit/b70bd3121474ee71ac37ebd385b17df5dc74fdab))
33
+
34
+ # [1.2.0-beta.7](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.6...v1.2.0-beta.7) (2023-10-19)
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * **e2e-defaults:** improve e2e test usage convention and default redirect url ([e988eb1](https://github.com/forgerock/forgerock-web-login-framework/commit/e988eb14cd616d490ffca9e930f2b0df6f82685f))
40
+
41
+ # [1.2.0-beta.6](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.5...v1.2.0-beta.6) (2023-10-19)
42
+
43
+
44
+ ### Features
45
+
46
+ * **recaptcha:** support-recaptcha-v2 ([3364d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/3364d0f381e3cbeb07adad1ac89085cca4528fe7))
47
+
48
+ # [1.2.0-beta.5](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.4...v1.2.0-beta.5) (2023-10-10)
49
+
50
+
51
+ ### Bug Fixes
52
+
53
+ * **zod:** improve the use of zod for configuration strictness ([25c330b](https://github.com/forgerock/forgerock-web-login-framework/commit/25c330b17a3289cccf8dd459f0ae71a05fd3f32a))
54
+
55
+ # [1.2.0-beta.4](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.3...v1.2.0-beta.4) (2023-10-05)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **css:** fix base css with link specificity issue ([e7d69bf](https://github.com/forgerock/forgerock-web-login-framework/commit/e7d69bf3675d175628afe284bc3d94c07ff370ab))
61
+ * **widget-api:** fix oauth and user disablement in journey config ([c527d38](https://github.com/forgerock/forgerock-web-login-framework/commit/c527d3806258a18e9b4a6b387e74b6e4951948d9))
62
+
63
+ # [1.2.0-beta.3](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.2...v1.2.0-beta.3) (2023-10-05)
64
+
65
+
66
+ ### Features
67
+
68
+ * **css-variables:** build initial "design tokens" for run-time customization ([d6107d8](https://github.com/forgerock/forgerock-web-login-framework/commit/d6107d8bf3a3fdfcb7151cabdeb8534557c30e57))
69
+
70
+ # [1.2.0-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.1...v1.2.0-beta.2) (2023-09-19)
71
+
72
+
73
+ ### Bug Fixes
74
+
75
+ * accessible-fields-when-data-is-unchanged ([9f8c32e](https://github.com/forgerock/forgerock-web-login-framework/commit/9f8c32e8293035c659150e69c474b4d902703426))
76
+
1
77
  # [1.2.0-beta.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.1.0...v1.2.0-beta.1) (2023-09-13)
2
78
 
3
79