@forgerock/login-widget 1.2.0-beta.9 → 1.2.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 CHANGED
@@ -1,255 +1,286 @@
1
- # [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)
1
+ # [1.2.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.1.0...v1.2.1) (2024-01-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ - accessible-fields-when-data-is-unchanged ([9f8c32e](https://github.com/forgerock/forgerock-web-login-framework/commit/9f8c32e8293035c659150e69c474b4d902703426))
6
+ - **css:** fix base css with link specificity issue ([e7d69bf](https://github.com/forgerock/forgerock-web-login-framework/commit/e7d69bf3675d175628afe284bc3d94c07ff370ab))
7
+ - **e2e-defaults:** improve e2e test usage convention and default redirect url ([e988eb1](https://github.com/forgerock/forgerock-web-login-framework/commit/e988eb14cd616d490ffca9e930f2b0df6f82685f))
8
+ - **e2e:** move-e2e-to-sdks-tenant ([7d151d4](https://github.com/forgerock/forgerock-web-login-framework/commit/7d151d479a5d028862281bb248bbe6032fd6e06b))
9
+ - **fixing-types:** journey-type-updates ([899d0ba](https://github.com/forgerock/forgerock-web-login-framework/commit/899d0ba7705ac586c6734bf6c30543fbbe1964fd))
10
+ - **message-node:** render-next-msg-node ([c13bf93](https://github.com/forgerock/forgerock-web-login-framework/commit/c13bf934d338cbdcfa7c35ffddd63850e832000e))
11
+ - **tests:** repair tests from tenant migration ([13f41bb](https://github.com/forgerock/forgerock-web-login-framework/commit/13f41bb50fd3909721f9c9d20a0a44f043a1ed00))
12
+ - **widget-api:** fix oauth and user disablement in journey config ([c527d38](https://github.com/forgerock/forgerock-web-login-framework/commit/c527d3806258a18e9b4a6b387e74b6e4951948d9))
13
+ - **zod:** improve the use of zod for configuration strictness ([25c330b](https://github.com/forgerock/forgerock-web-login-framework/commit/25c330b17a3289cccf8dd459f0ae71a05fd3f32a))
14
+
15
+ ### Features
16
+
17
+ - **css-variables:** build initial "design tokens" for run-time customization ([d6107d8](https://github.com/forgerock/forgerock-web-login-framework/commit/d6107d8bf3a3fdfcb7151cabdeb8534557c30e57))
18
+ - **LAW:** improve rendering of TextOutputCallback's types ([0d6af68](https://github.com/forgerock/forgerock-web-login-framework/commit/0d6af682b675777af3554fafed62710bc6611020))
19
+ - **passwords-config:** add config for show password display UI ([bea26aa](https://github.com/forgerock/forgerock-web-login-framework/commit/bea26aa03aad70abf46281ab75ca8ec5396e8a4e))
20
+ - **passwords-config:** add config for show password display UI ([0c8221a](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8221a3076c6f297036241e5f69a2ed712e338c))
21
+ - **recaptcha:** support-recaptcha-v2 ([3364d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/3364d0f381e3cbeb07adad1ac89085cca4528fe7))
22
+ - **recaptchav3:** implement v3 for recaptcha in LAW ([7b83545](https://github.com/forgerock/forgerock-web-login-framework/commit/7b83545dc8c191e7c4a3caa0cc9eb3324b1c234c))
23
+ - **stage:** add new QR Code stage for MFA device registration ([b70bd31](https://github.com/forgerock/forgerock-web-login-framework/commit/b70bd3121474ee71ac37ebd385b17df5dc74fdab))
24
+
25
+ # [1.2.0-beta.13](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.12...v1.2.0-beta.13) (2023-12-15)
26
+
27
+ ### Features
2
28
 
29
+ - **passwords-config:** add config for show password display UI ([bea26aa](https://github.com/forgerock/forgerock-web-login-framework/commit/bea26aa03aad70abf46281ab75ca8ec5396e8a4e))
30
+ - **passwords-config:** add config for show password display UI ([0c8221a](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8221a3076c6f297036241e5f69a2ed712e338c))
31
+
32
+ # [1.2.0-beta.12](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.0-beta.11...v1.2.0-beta.12) (2023-12-15)
3
33
 
4
34
  ### Bug Fixes
5
35
 
6
- * **message-node:** render-next-msg-node ([c13bf93](https://github.com/forgerock/forgerock-web-login-framework/commit/c13bf934d338cbdcfa7c35ffddd63850e832000e))
36
+ - **tests:** repair tests from tenant migration ([13f41bb](https://github.com/forgerock/forgerock-web-login-framework/commit/13f41bb50fd3909721f9c9d20a0a44f043a1ed00))
7
37
 
8
- # [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)
38
+ # [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)
39
+
40
+ ### Bug Fixes
41
+
42
+ - **fixing-types:** journey-type-updates ([899d0ba](https://github.com/forgerock/forgerock-web-login-framework/commit/899d0ba7705ac586c6734bf6c30543fbbe1964fd))
9
43
 
44
+ # [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)
45
+
46
+ ### Bug Fixes
47
+
48
+ - **e2e:** move-e2e-to-sdks-tenant ([7d151d4](https://github.com/forgerock/forgerock-web-login-framework/commit/7d151d479a5d028862281bb248bbe6032fd6e06b))
10
49
 
11
50
  ### Features
12
51
 
13
- * **stage:** add new QR Code stage for MFA device registration ([b70bd31](https://github.com/forgerock/forgerock-web-login-framework/commit/b70bd3121474ee71ac37ebd385b17df5dc74fdab))
52
+ - **recaptchav3:** implement v3 for recaptcha in LAW ([7b83545](https://github.com/forgerock/forgerock-web-login-framework/commit/7b83545dc8c191e7c4a3caa0cc9eb3324b1c234c))
14
53
 
15
- # [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)
54
+ # [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)
55
+
56
+ ### Bug Fixes
57
+
58
+ - **message-node:** render-next-msg-node ([c13bf93](https://github.com/forgerock/forgerock-web-login-framework/commit/c13bf934d338cbdcfa7c35ffddd63850e832000e))
59
+
60
+ # [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)
61
+
62
+ ### Features
63
+
64
+ - **stage:** add new QR Code stage for MFA device registration ([b70bd31](https://github.com/forgerock/forgerock-web-login-framework/commit/b70bd3121474ee71ac37ebd385b17df5dc74fdab))
16
65
 
66
+ # [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)
17
67
 
18
68
  ### Bug Fixes
19
69
 
20
- * **e2e-defaults:** improve e2e test usage convention and default redirect url ([e988eb1](https://github.com/forgerock/forgerock-web-login-framework/commit/e988eb14cd616d490ffca9e930f2b0df6f82685f))
70
+ - **e2e-defaults:** improve e2e test usage convention and default redirect url ([e988eb1](https://github.com/forgerock/forgerock-web-login-framework/commit/e988eb14cd616d490ffca9e930f2b0df6f82685f))
21
71
 
22
72
  # [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)
23
73
 
24
-
25
74
  ### Features
26
75
 
27
- * **recaptcha:** support-recaptcha-v2 ([3364d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/3364d0f381e3cbeb07adad1ac89085cca4528fe7))
76
+ - **recaptcha:** support-recaptcha-v2 ([3364d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/3364d0f381e3cbeb07adad1ac89085cca4528fe7))
28
77
 
29
78
  # [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)
30
79
 
31
-
32
80
  ### Bug Fixes
33
81
 
34
- * **zod:** improve the use of zod for configuration strictness ([25c330b](https://github.com/forgerock/forgerock-web-login-framework/commit/25c330b17a3289cccf8dd459f0ae71a05fd3f32a))
82
+ - **zod:** improve the use of zod for configuration strictness ([25c330b](https://github.com/forgerock/forgerock-web-login-framework/commit/25c330b17a3289cccf8dd459f0ae71a05fd3f32a))
35
83
 
36
84
  # [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)
37
85
 
38
-
39
86
  ### Bug Fixes
40
87
 
41
- * **css:** fix base css with link specificity issue ([e7d69bf](https://github.com/forgerock/forgerock-web-login-framework/commit/e7d69bf3675d175628afe284bc3d94c07ff370ab))
42
- * **widget-api:** fix oauth and user disablement in journey config ([c527d38](https://github.com/forgerock/forgerock-web-login-framework/commit/c527d3806258a18e9b4a6b387e74b6e4951948d9))
88
+ - **css:** fix base css with link specificity issue ([e7d69bf](https://github.com/forgerock/forgerock-web-login-framework/commit/e7d69bf3675d175628afe284bc3d94c07ff370ab))
89
+ - **widget-api:** fix oauth and user disablement in journey config ([c527d38](https://github.com/forgerock/forgerock-web-login-framework/commit/c527d3806258a18e9b4a6b387e74b6e4951948d9))
43
90
 
44
91
  # [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)
45
92
 
46
-
47
93
  ### Features
48
94
 
49
- * **css-variables:** build initial "design tokens" for run-time customization ([d6107d8](https://github.com/forgerock/forgerock-web-login-framework/commit/d6107d8bf3a3fdfcb7151cabdeb8534557c30e57))
95
+ - **css-variables:** build initial "design tokens" for run-time customization ([d6107d8](https://github.com/forgerock/forgerock-web-login-framework/commit/d6107d8bf3a3fdfcb7151cabdeb8534557c30e57))
50
96
 
51
97
  # [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)
52
98
 
53
-
54
99
  ### Bug Fixes
55
100
 
56
- * accessible-fields-when-data-is-unchanged ([9f8c32e](https://github.com/forgerock/forgerock-web-login-framework/commit/9f8c32e8293035c659150e69c474b4d902703426))
101
+ - accessible-fields-when-data-is-unchanged ([9f8c32e](https://github.com/forgerock/forgerock-web-login-framework/commit/9f8c32e8293035c659150e69c474b4d902703426))
57
102
 
58
103
  # [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)
59
104
 
60
-
61
105
  ### Features
62
106
 
63
- * **LAW:** improve rendering of TextOutputCallback's types ([0d6af68](https://github.com/forgerock/forgerock-web-login-framework/commit/0d6af682b675777af3554fafed62710bc6611020))
107
+ - **LAW:** improve rendering of TextOutputCallback's types ([0d6af68](https://github.com/forgerock/forgerock-web-login-framework/commit/0d6af682b675777af3554fafed62710bc6611020))
64
108
 
65
109
  # [1.2.0](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.1.0...v1.2.0) (2023-09-12)
66
110
 
67
-
68
111
  ### Features
69
112
 
70
- * **LAW:** improve rendering of TextOutputCallback's types ([0d6af68](https://github.com/forgerock/forgerock-web-login-framework/commit/0d6af682b675777af3554fafed62710bc6611020))
113
+ - **LAW:** improve rendering of TextOutputCallback's types ([0d6af68](https://github.com/forgerock/forgerock-web-login-framework/commit/0d6af682b675777af3554fafed62710bc6611020))
71
114
 
72
115
  # [1.1.0](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2...v1.1.0) (2023-07-27)
73
116
 
74
-
75
117
  ### Features
76
118
 
77
- * **callbacks:** add-webauthn-support ([26af184](https://github.com/forgerock/forgerock-web-login-framework/commit/26af18457b466f161288e64070a317ceba50f0b0))
78
- * **callbacks:** device-profile-node addition ([a41fa12](https://github.com/forgerock/forgerock-web-login-framework/commit/a41fa129080ae957d803b4d40b254452d25055bb))
119
+ - **callbacks:** add-webauthn-support ([26af184](https://github.com/forgerock/forgerock-web-login-framework/commit/26af18457b466f161288e64070a317ceba50f0b0))
120
+ - **callbacks:** device-profile-node addition ([a41fa12](https://github.com/forgerock/forgerock-web-login-framework/commit/a41fa129080ae957d803b4d40b254452d25055bb))
79
121
 
80
122
  # [1.1.0-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2023-06-22)
81
123
 
82
-
83
124
  ### Features
84
125
 
85
- * **callbacks:** add-webauthn-support ([26af184](https://github.com/forgerock/forgerock-web-login-framework/commit/26af18457b466f161288e64070a317ceba50f0b0))
126
+ - **callbacks:** add-webauthn-support ([26af184](https://github.com/forgerock/forgerock-web-login-framework/commit/26af18457b466f161288e64070a317ceba50f0b0))
86
127
 
87
128
  # [1.1.0-beta.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2...v1.1.0-beta.1) (2023-06-12)
88
129
 
89
-
90
130
  ### Features
91
131
 
92
- * **callbacks:** device-profile-node addition ([a41fa12](https://github.com/forgerock/forgerock-web-login-framework/commit/a41fa129080ae957d803b4d40b254452d25055bb))
132
+ - **callbacks:** device-profile-node addition ([a41fa12](https://github.com/forgerock/forgerock-web-login-framework/commit/a41fa129080ae957d803b4d40b254452d25055bb))
93
133
 
94
134
  ## [1.0.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.1...v1.0.2) (2023-04-18)
95
135
 
96
-
97
136
  ### Bug Fixes
98
137
 
99
- * **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
100
- * **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
101
- * **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
138
+ - **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
139
+ - **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
140
+ - **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
102
141
 
103
142
  ## [1.0.2-beta.3](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2-beta.2...v1.0.2-beta.3) (2023-04-18)
104
143
 
105
-
106
144
  ### Bug Fixes
107
145
 
108
- * **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
146
+ - **types:** add new types file to type correction script ([2f93c6b](https://github.com/forgerock/forgerock-web-login-framework/commit/2f93c6b40932df0f69f225c39d7b843d6c614e6b))
109
147
 
110
148
  ## [1.0.2-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.2-beta.1...v1.0.2-beta.2) (2023-04-17)
111
149
 
112
-
113
150
  ### Bug Fixes
114
151
 
115
- * **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
152
+ - **files:** files in package.json means it only updates whats in there ([bdc23ae](https://github.com/forgerock/forgerock-web-login-framework/commit/bdc23ae6c8030b84aea9e92db83a72bee442263a))
116
153
 
117
154
  ## [1.0.2-beta.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.1...v1.0.2-beta.1) (2023-04-17)
118
155
 
119
-
120
156
  ### Bug Fixes
121
157
 
122
- * **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
158
+ - **license:** fix license file ([846d4e9](https://github.com/forgerock/forgerock-web-login-framework/commit/846d4e92c6d9776aa87282eaef65f86593af031b))
123
159
 
124
160
  ## [1.0.1](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0...v1.0.1) (2023-04-12)
125
161
 
126
-
127
162
  ### Bug Fixes
128
163
 
129
- * **readme:** fix-readme ([46f4a04](https://github.com/forgerock/forgerock-web-login-framework/commit/46f4a04387a13557a4ce3c5e8666513748363a19))
164
+ - **readme:** fix-readme ([46f4a04](https://github.com/forgerock/forgerock-web-login-framework/commit/46f4a04387a13557a4ce3c5e8666513748363a19))
130
165
 
131
166
  # 1.0.0 (2023-04-11)
132
167
 
133
-
134
168
  ### Bug Fixes
135
169
 
136
- * **add env in release:** we need to pass env var in release ([5162f4c](https://github.com/forgerock/forgerock-web-login-framework/commit/5162f4c8dc3bbcf5b7fec019dea87354a184a3b8))
137
- * **add-back-css:** css was removed ona ccident ([ba024f3](https://github.com/forgerock/forgerock-web-login-framework/commit/ba024f338a978c60a965230d95defdc95c7a4b3b))
138
- * addresses bugs fixes reported in beta testing and doc changes for new api ([10c4b05](https://github.com/forgerock/forgerock-web-login-framework/commit/10c4b05579bb5c5921567fdedc95a5bef4a9aa7b))
139
- * **animations:** improve checkbox and radio animations ([46017da](https://github.com/forgerock/forgerock-web-login-framework/commit/46017daac6f63f9f05a845475af2850b71f7cb38))
140
- * **api:** fix locale api crashing on unsupported locale ([4ddf2c2](https://github.com/forgerock/forgerock-web-login-framework/commit/4ddf2c253503b38eec3d421f520b1a6f3d62cf89))
141
- * **build:** fix build, type and test issues ([bee9d8f](https://github.com/forgerock/forgerock-web-login-framework/commit/bee9d8f997f4713ab76cbaa21f2f1db8160c3fe8))
142
- * **ci:** fix ci semantic release ([fde147f](https://github.com/forgerock/forgerock-web-login-framework/commit/fde147f027afaf109a74695097515fdf2ff15306))
143
- * **circular-deps:** stage and callbacks had circular deps ([46cfea9](https://github.com/forgerock/forgerock-web-login-framework/commit/46cfea904da28cd20ecf0e222e4b1a77acf7a38e))
144
- * **configuration:** improve handling and reporting of missing configuration ([a611623](https://github.com/forgerock/forgerock-web-login-framework/commit/a611623d7c33b0af18483ccad81a8725e461be65))
145
- * **confirm-input:** make confirm input required when password is filled ([0c8325c](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8325cd2e0a9959c3a88b2e4aa8abd6e931456b))
146
- * **david-feedback:** fix two issue caught by David ([8eca36e](https://github.com/forgerock/forgerock-web-login-framework/commit/8eca36eda76993cb5161fae48997dada0f7bbcea))
147
- * **docs:** force-release ([c0b7219](https://github.com/forgerock/forgerock-web-login-framework/commit/c0b7219352aeb12276f15df676b961a8f4a55d80))
148
- * **e2e:** fix inline e2e to use login, not registration ([6a5af0f](https://github.com/forgerock/forgerock-web-login-framework/commit/6a5af0f3c6262926fbf3b6df346b040bb88cbeac))
149
- * **env to release step:** add env to release step build ([c1bb60b](https://github.com/forgerock/forgerock-web-login-framework/commit/c1bb60bc44e712131e10ac7a662b612880d7091d))
150
- * **feedback:** address ryan's PR feedback ([2186f8a](https://github.com/forgerock/forgerock-web-login-framework/commit/2186f8a9b433c6b7ab234f434991749a31901877))
151
- * **fix-release:** release semantic is now on 18 so we are moving the engine to support 18 ([0340f01](https://github.com/forgerock/forgerock-web-login-framework/commit/0340f012613a531e982d19bf34af795db1d1ad13))
152
- * fixes journey persistence, authorize throwing error, font issue ([6923699](https://github.com/forgerock/forgerock-web-login-framework/commit/69236995211c61b14aad3e1220fe156fc64bdaa5))
153
- * **fixing release:** commit the correct assets hopefully ([1df4f27](https://github.com/forgerock/forgerock-web-login-framework/commit/1df4f279debc05952de7eb936b04a5be4bf9dd65))
154
- * **index.svelte:** bind http client to request ([460a826](https://github.com/forgerock/forgerock-web-login-framework/commit/460a8269834be31e044fe1239db628b0c28d856b))
155
- * **journey:** improve journey typings ([51c8a86](https://github.com/forgerock/forgerock-web-login-framework/commit/51c8a8661e0756b50fefee916d16c2bee7171e5d))
156
- * **journeys:** fix stages, journey restarts & config, policy display, remove restart after logout ([ac0c9aa](https://github.com/forgerock/forgerock-web-login-framework/commit/ac0c9aaccf0359c36614a6199af7a64cfa9615e2))
157
- * links were required which makes zod throw an error in prod! ([125be19](https://github.com/forgerock/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
158
- * **lint:** fixing lint and prettier issues ([c697d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/c697d0f14dc09888a66a7f74626d6678a833ab3c))
159
- * **locale:** switch from dynamic imports to page endpoints ([0797d75](https://github.com/forgerock/forgerock-web-login-framework/commit/0797d75a1991862aebd987c0eb3a44c61b63abc0))
160
- * **login-failure:** handle 500 failures within login store ([90fb461](https://github.com/forgerock/forgerock-web-login-framework/commit/90fb461e2598f929e4b418c9794f8b085e433e54))
161
- * **move-readme-with-sh:** move the readme file in exec prepare step ([6640112](https://github.com/forgerock/forgerock-web-login-framework/commit/6640112e7c86879b18e25018bb28b98e689df1ad))
162
- * **package.json:** fix-export-syntax ([a421492](https://github.com/forgerock/forgerock-web-login-framework/commit/a4214926531424013c151169727bb59bd7661a1b))
163
- * **package/package.json:** we lost the package.json in package dir ([4790dd1](https://github.com/forgerock/forgerock-web-login-framework/commit/4790dd11925c8d629fe6bd5b36781ef19328824b))
164
- * **password:** fix password confirmation reset and validation failures ([5b7d039](https://github.com/forgerock/forgerock-web-login-framework/commit/5b7d039ed8feb7eb7053b6818425c9a32b0e667c))
165
- * **password:** fix password confirmation reset and validation failures ([181c67e](https://github.com/forgerock/forgerock-web-login-framework/commit/181c67e475f712a131383317707f3760af2d099d))
166
- * **policies:** fixing the policy rendering and logic ([569f8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/569f8b11cc6277903f5105230cd63aecbcf9fb5f))
167
- * **readme:** address feedback from SDKS-2070 ([c83c768](https://github.com/forgerock/forgerock-web-login-framework/commit/c83c768e28023a70f3997e1e10d172be30387188))
168
- * **readme:** improve README.md for beta testing ([bf13af6](https://github.com/forgerock/forgerock-web-login-framework/commit/bf13af6074f0b1eaa49be6ee1b2a890a2579845b))
169
- * **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/forgerock/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
170
- * **release:** fix semantic release github by using this branch while the merge happens ([6591d84](https://github.com/forgerock/forgerock-web-login-framework/commit/6591d84b17af5b969bb93f16881ec04bc50413d1))
171
- * **root:** update publishing to add readme and changelog ([568ee71](https://github.com/forgerock/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
172
- * **ssr:** temporarily remove initialization of journey on server ([c231256](https://github.com/forgerock/forgerock-web-login-framework/commit/c231256c9ba33bdcadcdaedc58f77d8a7218eee0))
173
- * **storybook:** fix step components in storybook ([2a6df62](https://github.com/forgerock/forgerock-web-login-framework/commit/2a6df6259179921f4523db6c4f9c33c287df8736))
174
- * **style-e2e:** fix style for kba and fix e2e tests ([4d55431](https://github.com/forgerock/forgerock-web-login-framework/commit/4d55431a60ecdffea196dc8eb2c14d5f9c290e6c))
175
- * **style:** reworking application of headers and footers of widget ([1aa8306](https://github.com/forgerock/forgerock-web-login-framework/commit/1aa8306366127e38145fb6e69298da160349cd0e))
176
- * **style:** reworking application of headers and footers of widget ([bca81ca](https://github.com/forgerock/forgerock-web-login-framework/commit/bca81ca7286612c1ebe73151f8788ebdbda1d92a))
177
- * **tests:** fix i18n bugs breaking e2e ([a852c04](https://github.com/forgerock/forgerock-web-login-framework/commit/a852c04cc7444d57c37890323bc4daa982d94290))
178
- * **types.ts:** rename the types file where we missed it and fix release ([6071603](https://github.com/forgerock/forgerock-web-login-framework/commit/6071603026ed2134da036c14de0be1d416708fe1))
179
- * **types:** fix runtime and compile-time type bugs in widget API ([3ee678d](https://github.com/forgerock/forgerock-web-login-framework/commit/3ee678d512cfd2f2de76b158f3493edd8428759f))
180
- * **types:** use Maybe as Ryan suggested ([1d78fa7](https://github.com/forgerock/forgerock-web-login-framework/commit/1d78fa77fc3596e123958fb31eee2905059c96a1))
181
- * **typings-buttons:** fixed a few typings and changed custom css for button ([26059fc](https://github.com/forgerock/forgerock-web-login-framework/commit/26059fcecb4d9440e7bcb60df6e6102ae81a3e77))
182
- * **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/forgerock/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
183
- * **validations:** policy validation and error messaging ([306d2db](https://github.com/forgerock/forgerock-web-login-framework/commit/306d2dbc14e03db4a144bd5437756c4246ca5a5d))
184
- * **widget-css:** add css as export ([084854d](https://github.com/forgerock/forgerock-web-login-framework/commit/084854dfb8a8b4cce42800753caf6377ff8956c9))
185
- * **widget-journey-callback:** decrease coupling between components ([7bc3c4e](https://github.com/forgerock/forgerock-web-login-framework/commit/7bc3c4e60eed5c61b8fe96baeeddb58e5aefb8a5))
186
- * **widget:** update-package-lock ([ac58f93](https://github.com/forgerock/forgerock-web-login-framework/commit/ac58f938a3ac7810cf0e6806d43f54493a19216f))
187
-
170
+ - **add env in release:** we need to pass env var in release ([5162f4c](https://github.com/forgerock/forgerock-web-login-framework/commit/5162f4c8dc3bbcf5b7fec019dea87354a184a3b8))
171
+ - **add-back-css:** css was removed ona ccident ([ba024f3](https://github.com/forgerock/forgerock-web-login-framework/commit/ba024f338a978c60a965230d95defdc95c7a4b3b))
172
+ - addresses bugs fixes reported in beta testing and doc changes for new api ([10c4b05](https://github.com/forgerock/forgerock-web-login-framework/commit/10c4b05579bb5c5921567fdedc95a5bef4a9aa7b))
173
+ - **animations:** improve checkbox and radio animations ([46017da](https://github.com/forgerock/forgerock-web-login-framework/commit/46017daac6f63f9f05a845475af2850b71f7cb38))
174
+ - **api:** fix locale api crashing on unsupported locale ([4ddf2c2](https://github.com/forgerock/forgerock-web-login-framework/commit/4ddf2c253503b38eec3d421f520b1a6f3d62cf89))
175
+ - **build:** fix build, type and test issues ([bee9d8f](https://github.com/forgerock/forgerock-web-login-framework/commit/bee9d8f997f4713ab76cbaa21f2f1db8160c3fe8))
176
+ - **ci:** fix ci semantic release ([fde147f](https://github.com/forgerock/forgerock-web-login-framework/commit/fde147f027afaf109a74695097515fdf2ff15306))
177
+ - **circular-deps:** stage and callbacks had circular deps ([46cfea9](https://github.com/forgerock/forgerock-web-login-framework/commit/46cfea904da28cd20ecf0e222e4b1a77acf7a38e))
178
+ - **configuration:** improve handling and reporting of missing configuration ([a611623](https://github.com/forgerock/forgerock-web-login-framework/commit/a611623d7c33b0af18483ccad81a8725e461be65))
179
+ - **confirm-input:** make confirm input required when password is filled ([0c8325c](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8325cd2e0a9959c3a88b2e4aa8abd6e931456b))
180
+ - **david-feedback:** fix two issue caught by David ([8eca36e](https://github.com/forgerock/forgerock-web-login-framework/commit/8eca36eda76993cb5161fae48997dada0f7bbcea))
181
+ - **docs:** force-release ([c0b7219](https://github.com/forgerock/forgerock-web-login-framework/commit/c0b7219352aeb12276f15df676b961a8f4a55d80))
182
+ - **e2e:** fix inline e2e to use login, not registration ([6a5af0f](https://github.com/forgerock/forgerock-web-login-framework/commit/6a5af0f3c6262926fbf3b6df346b040bb88cbeac))
183
+ - **env to release step:** add env to release step build ([c1bb60b](https://github.com/forgerock/forgerock-web-login-framework/commit/c1bb60bc44e712131e10ac7a662b612880d7091d))
184
+ - **feedback:** address ryan's PR feedback ([2186f8a](https://github.com/forgerock/forgerock-web-login-framework/commit/2186f8a9b433c6b7ab234f434991749a31901877))
185
+ - **fix-release:** release semantic is now on 18 so we are moving the engine to support 18 ([0340f01](https://github.com/forgerock/forgerock-web-login-framework/commit/0340f012613a531e982d19bf34af795db1d1ad13))
186
+ - fixes journey persistence, authorize throwing error, font issue ([6923699](https://github.com/forgerock/forgerock-web-login-framework/commit/69236995211c61b14aad3e1220fe156fc64bdaa5))
187
+ - **fixing release:** commit the correct assets hopefully ([1df4f27](https://github.com/forgerock/forgerock-web-login-framework/commit/1df4f279debc05952de7eb936b04a5be4bf9dd65))
188
+ - **index.svelte:** bind http client to request ([460a826](https://github.com/forgerock/forgerock-web-login-framework/commit/460a8269834be31e044fe1239db628b0c28d856b))
189
+ - **journey:** improve journey typings ([51c8a86](https://github.com/forgerock/forgerock-web-login-framework/commit/51c8a8661e0756b50fefee916d16c2bee7171e5d))
190
+ - **journeys:** fix stages, journey restarts & config, policy display, remove restart after logout ([ac0c9aa](https://github.com/forgerock/forgerock-web-login-framework/commit/ac0c9aaccf0359c36614a6199af7a64cfa9615e2))
191
+ - links were required which makes zod throw an error in prod! ([125be19](https://github.com/forgerock/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
192
+ - **lint:** fixing lint and prettier issues ([c697d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/c697d0f14dc09888a66a7f74626d6678a833ab3c))
193
+ - **locale:** switch from dynamic imports to page endpoints ([0797d75](https://github.com/forgerock/forgerock-web-login-framework/commit/0797d75a1991862aebd987c0eb3a44c61b63abc0))
194
+ - **login-failure:** handle 500 failures within login store ([90fb461](https://github.com/forgerock/forgerock-web-login-framework/commit/90fb461e2598f929e4b418c9794f8b085e433e54))
195
+ - **move-readme-with-sh:** move the readme file in exec prepare step ([6640112](https://github.com/forgerock/forgerock-web-login-framework/commit/6640112e7c86879b18e25018bb28b98e689df1ad))
196
+ - **package.json:** fix-export-syntax ([a421492](https://github.com/forgerock/forgerock-web-login-framework/commit/a4214926531424013c151169727bb59bd7661a1b))
197
+ - **package/package.json:** we lost the package.json in package dir ([4790dd1](https://github.com/forgerock/forgerock-web-login-framework/commit/4790dd11925c8d629fe6bd5b36781ef19328824b))
198
+ - **password:** fix password confirmation reset and validation failures ([5b7d039](https://github.com/forgerock/forgerock-web-login-framework/commit/5b7d039ed8feb7eb7053b6818425c9a32b0e667c))
199
+ - **password:** fix password confirmation reset and validation failures ([181c67e](https://github.com/forgerock/forgerock-web-login-framework/commit/181c67e475f712a131383317707f3760af2d099d))
200
+ - **policies:** fixing the policy rendering and logic ([569f8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/569f8b11cc6277903f5105230cd63aecbcf9fb5f))
201
+ - **readme:** address feedback from SDKS-2070 ([c83c768](https://github.com/forgerock/forgerock-web-login-framework/commit/c83c768e28023a70f3997e1e10d172be30387188))
202
+ - **readme:** improve README.md for beta testing ([bf13af6](https://github.com/forgerock/forgerock-web-login-framework/commit/bf13af6074f0b1eaa49be6ee1b2a890a2579845b))
203
+ - **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/forgerock/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
204
+ - **release:** fix semantic release github by using this branch while the merge happens ([6591d84](https://github.com/forgerock/forgerock-web-login-framework/commit/6591d84b17af5b969bb93f16881ec04bc50413d1))
205
+ - **root:** update publishing to add readme and changelog ([568ee71](https://github.com/forgerock/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
206
+ - **ssr:** temporarily remove initialization of journey on server ([c231256](https://github.com/forgerock/forgerock-web-login-framework/commit/c231256c9ba33bdcadcdaedc58f77d8a7218eee0))
207
+ - **storybook:** fix step components in storybook ([2a6df62](https://github.com/forgerock/forgerock-web-login-framework/commit/2a6df6259179921f4523db6c4f9c33c287df8736))
208
+ - **style-e2e:** fix style for kba and fix e2e tests ([4d55431](https://github.com/forgerock/forgerock-web-login-framework/commit/4d55431a60ecdffea196dc8eb2c14d5f9c290e6c))
209
+ - **style:** reworking application of headers and footers of widget ([1aa8306](https://github.com/forgerock/forgerock-web-login-framework/commit/1aa8306366127e38145fb6e69298da160349cd0e))
210
+ - **style:** reworking application of headers and footers of widget ([bca81ca](https://github.com/forgerock/forgerock-web-login-framework/commit/bca81ca7286612c1ebe73151f8788ebdbda1d92a))
211
+ - **tests:** fix i18n bugs breaking e2e ([a852c04](https://github.com/forgerock/forgerock-web-login-framework/commit/a852c04cc7444d57c37890323bc4daa982d94290))
212
+ - **types.ts:** rename the types file where we missed it and fix release ([6071603](https://github.com/forgerock/forgerock-web-login-framework/commit/6071603026ed2134da036c14de0be1d416708fe1))
213
+ - **types:** fix runtime and compile-time type bugs in widget API ([3ee678d](https://github.com/forgerock/forgerock-web-login-framework/commit/3ee678d512cfd2f2de76b158f3493edd8428759f))
214
+ - **types:** use Maybe as Ryan suggested ([1d78fa7](https://github.com/forgerock/forgerock-web-login-framework/commit/1d78fa77fc3596e123958fb31eee2905059c96a1))
215
+ - **typings-buttons:** fixed a few typings and changed custom css for button ([26059fc](https://github.com/forgerock/forgerock-web-login-framework/commit/26059fcecb4d9440e7bcb60df6e6102ae81a3e77))
216
+ - **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/forgerock/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
217
+ - **validations:** policy validation and error messaging ([306d2db](https://github.com/forgerock/forgerock-web-login-framework/commit/306d2dbc14e03db4a144bd5437756c4246ca5a5d))
218
+ - **widget-css:** add css as export ([084854d](https://github.com/forgerock/forgerock-web-login-framework/commit/084854dfb8a8b4cce42800753caf6377ff8956c9))
219
+ - **widget-journey-callback:** decrease coupling between components ([7bc3c4e](https://github.com/forgerock/forgerock-web-login-framework/commit/7bc3c4e60eed5c61b8fe96baeeddb58e5aefb8a5))
220
+ - **widget:** update-package-lock ([ac58f93](https://github.com/forgerock/forgerock-web-login-framework/commit/ac58f938a3ac7810cf0e6806d43f54493a19216f))
188
221
 
189
222
  ### Features
190
223
 
191
- * add support to e2e for social login and otp ([11c4153](https://github.com/forgerock/forgerock-web-login-framework/commit/11c41530878e28fe44023e147905ec73fd3f5b04))
192
- * **animated:** add focus indicator for animated radio and checkbox ([939d8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/939d8b117e4b46e5c6f8809a7deba99128d2d9bc))
193
- * **callbacks:** add hidden-value callback and radio option for choice ([090e35c](https://github.com/forgerock/forgerock-web-login-framework/commit/090e35c2df50fd7e0aac1a9eb499418ebc28b70d))
194
- * **callbacks:** add social login providers ([b93edf7](https://github.com/forgerock/forgerock-web-login-framework/commit/b93edf7adb08eff698ae1009b280e663175ec8d1))
195
- * **callbacks:** add social login support ([651e691](https://github.com/forgerock/forgerock-web-login-framework/commit/651e691228446c65d55746420bc9113a65c4d5b4))
196
- * **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/forgerock/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
197
- * **callbacks:** adjust T&C callback to address Friday's feedback ([6b54121](https://github.com/forgerock/forgerock-web-login-framework/commit/6b54121ad877d4f97c3c41ab56cfbfaa5b4b9656))
198
- * **callbacks:** display link to terms and conditions ([419eab0](https://github.com/forgerock/forgerock-web-login-framework/commit/419eab09fee6bf826212ab1ddf221b63363ed65e))
199
- * **callbacks:** text-output and confirmation callback complete ([5476f4e](https://github.com/forgerock/forgerock-web-login-framework/commit/5476f4eba986cd0b975b63728be365d547395a24))
200
- * **checkbox:** add animated checkbox composition ([c5cc218](https://github.com/forgerock/forgerock-web-login-framework/commit/c5cc2181e3e583050abfe673c2c981b4fa961e1c))
201
- * **close-style:** add autoClose event and fix CSS for KBA ([d8f55f8](https://github.com/forgerock/forgerock-web-login-framework/commit/d8f55f8e2dea864969f5da038d4341d88f0706d2))
202
- * **components:** start simple component development ([4dc8d2c](https://github.com/forgerock/forgerock-web-login-framework/commit/4dc8d2c44bd64b31d242f0eca668b3c6db3e5898))
203
- * **config:** add ability to configure widget outside of Widget instantiation ([892a40e](https://github.com/forgerock/forgerock-web-login-framework/commit/892a40e4900650bf435d1062e1f6a6d255445fa4))
204
- * **core:** add primitives, stories, tests, a11y ([e8f94ee](https://github.com/forgerock/forgerock-web-login-framework/commit/e8f94eec0d506d6516097a4274b82f2c5f339e26))
205
- * **default-theme:** create default theme, primitives only ([0e84a29](https://github.com/forgerock/forgerock-web-login-framework/commit/0e84a296c27db35bac44f0f8ca60d2c9f730521b))
206
- * **docs:** add docs site internally to project ([d553a12](https://github.com/forgerock/forgerock-web-login-framework/commit/d553a12099cd0ba8633328ccb913464036b880c5))
207
- * **error-handling:** improve form error handling ([9346305](https://github.com/forgerock/forgerock-web-login-framework/commit/9346305cfeb514a118f3f432ef8e329e1479606e))
208
- * **i18n:** adding internationalization ([2795169](https://github.com/forgerock/forgerock-web-login-framework/commit/2795169a3c78fef0b93b36d12d490753d0073128))
209
- * **i18n:** improve internationalization ([4d95aca](https://github.com/forgerock/forgerock-web-login-framework/commit/4d95aca8eeb3116c3caf5667cfa79915f78fcf0f))
210
- * **journey:** add configurable journeys ([96d83f4](https://github.com/forgerock/forgerock-web-login-framework/commit/96d83f440bf7799f137d7589b285c4cf1f203cfa))
211
- * **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/forgerock/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
212
- * **journeys:** continue configurable journey work ([1b4fb19](https://github.com/forgerock/forgerock-web-login-framework/commit/1b4fb19982690282891d99c77fa219ce7e6880f2))
213
- * **journeys:** fixing configurable journey issues and storybook ([cb3f762](https://github.com/forgerock/forgerock-web-login-framework/commit/cb3f7628f98f8f2a9e3ca2112254a737e12e8990))
214
- * **journeys:** improved types for configured journeys ([86c32ec](https://github.com/forgerock/forgerock-web-login-framework/commit/86c32ec8cbf69f90ad4cb7a4cfb5d245299bce50))
215
- * **kba:** add custom question feature ([8a71aa9](https://github.com/forgerock/forgerock-web-login-framework/commit/8a71aa9f108acf0d7d3f8f64b420ebf3c28cd0cf))
216
- * **logo:** add logo support ([e9e2b18](https://github.com/forgerock/forgerock-web-login-framework/commit/e9e2b18e267c44cec9c0398e06283493af498a8e))
217
- * **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/forgerock/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
218
- * **policies:** improve policy handling and IDM validation failure ([59898c2](https://github.com/forgerock/forgerock-web-login-framework/commit/59898c2cee55bf5928898f60d968198b3b1fef24))
219
- * **quality:** improve testing and code quality ([67540b2](https://github.com/forgerock/forgerock-web-login-framework/commit/67540b284851b2b1b6afacb1d6ea7b01721bc613))
220
- * **radio:** add standard and animated radio buttons ([9c16408](https://github.com/forgerock/forgerock-web-login-framework/commit/9c1640899d9a71f4ffd54f1afd43d8f127b8a397))
221
- * **root:** update-package-publishing ([dd4e771](https://github.com/forgerock/forgerock-web-login-framework/commit/dd4e771dded5f7a112f4221296f1f5f07e662151))
222
- * **self-submitting:** add self-submitting form and pollingwait support ([18e213f](https://github.com/forgerock/forgerock-web-login-framework/commit/18e213f0f72f5e4cc3fd86515c27eb3f15185395))
223
- * **semantic-release:** semantic-release-and-ci ([61e6a64](https://github.com/forgerock/forgerock-web-login-framework/commit/61e6a64fbb7366cbbf56c9c3a2079764a5fd4eb5))
224
- * **sessions:** clean up proxy and session mgmt ([8af4101](https://github.com/forgerock/forgerock-web-login-framework/commit/8af410185436b2623ababd97424b0a564daa0fa8))
225
- * **ssr:** improve server-side rendering with initial call on server ([e00c633](https://github.com/forgerock/forgerock-web-login-framework/commit/e00c6339eafdf12f7022100f78d5896034ce4d02))
226
- * **storybook:** add storybook with vite-builder ([b595db6](https://github.com/forgerock/forgerock-web-login-framework/commit/b595db6af7d134aaf3427e8102f102b2db81e2d2))
227
- * **styles:** organize styling approach ([91e3777](https://github.com/forgerock/forgerock-web-login-framework/commit/91e37776a59b1b6c6aacb3c3dd5fa5aa59b8edb0))
228
- * **suspended-id:** add support for suspended id ([d6d53ef](https://github.com/forgerock/forgerock-web-login-framework/commit/d6d53efe8b9d23c00fea5dec378af4449bcf25e3))
229
- * **testing-doc:** add testing doc and improve readme ([bfd36f5](https://github.com/forgerock/forgerock-web-login-framework/commit/bfd36f55916b8b46d5b29aad7fb07ab1dbafdec6))
230
- * text-output-support ([d88e691](https://github.com/forgerock/forgerock-web-login-framework/commit/d88e691d9a415bb22b2e3f5d82cc8acbbdb787aa))
231
- * **theme:** add dark mode & error handling to primitives ([d885ebe](https://github.com/forgerock/forgerock-web-login-framework/commit/d885ebe9c2365163b9b5f77c6b7f8c77de319419))
232
- * **theme:** improve input validation and error reporting ([52ed92c](https://github.com/forgerock/forgerock-web-login-framework/commit/52ed92cc610cdf0965b8fd7a1b46c9ed6a8a2ac3))
233
- * **theme:** improve variable uses for better customization ([91980fc](https://github.com/forgerock/forgerock-web-login-framework/commit/91980fc41580d096e994171645e00251323b3684))
234
- * upgrade-ci ([371e73f](https://github.com/forgerock/forgerock-web-login-framework/commit/371e73fe1cb05661356e9d693992a965f81440ef))
235
- * **validation-stages:** added Zod for data validation and custom stages ([a271100](https://github.com/forgerock/forgerock-web-login-framework/commit/a271100e10529518fbe13ede800f32a3034f0ff5))
236
- * **validation:** input errors from server and keyboard focus ([1d19af8](https://github.com/forgerock/forgerock-web-login-framework/commit/1d19af87bab258a768bf55c75476b0c38b2b3735))
237
- * **vitest:** add vitest and fix storybook config ([2196ae0](https://github.com/forgerock/forgerock-web-login-framework/commit/2196ae0fce19ff47c4e17f743aa57477ae33f209))
238
- * **widget-callbacks:** add inline widget and callbacks from sample apps ([62cb811](https://github.com/forgerock/forgerock-web-login-framework/commit/62cb811e3705bada9fdaeb7ba589bcbabf8ed58f))
224
+ - add support to e2e for social login and otp ([11c4153](https://github.com/forgerock/forgerock-web-login-framework/commit/11c41530878e28fe44023e147905ec73fd3f5b04))
225
+ - **animated:** add focus indicator for animated radio and checkbox ([939d8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/939d8b117e4b46e5c6f8809a7deba99128d2d9bc))
226
+ - **callbacks:** add hidden-value callback and radio option for choice ([090e35c](https://github.com/forgerock/forgerock-web-login-framework/commit/090e35c2df50fd7e0aac1a9eb499418ebc28b70d))
227
+ - **callbacks:** add social login providers ([b93edf7](https://github.com/forgerock/forgerock-web-login-framework/commit/b93edf7adb08eff698ae1009b280e663175ec8d1))
228
+ - **callbacks:** add social login support ([651e691](https://github.com/forgerock/forgerock-web-login-framework/commit/651e691228446c65d55746420bc9113a65c4d5b4))
229
+ - **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/forgerock/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
230
+ - **callbacks:** adjust T&C callback to address Friday's feedback ([6b54121](https://github.com/forgerock/forgerock-web-login-framework/commit/6b54121ad877d4f97c3c41ab56cfbfaa5b4b9656))
231
+ - **callbacks:** display link to terms and conditions ([419eab0](https://github.com/forgerock/forgerock-web-login-framework/commit/419eab09fee6bf826212ab1ddf221b63363ed65e))
232
+ - **callbacks:** text-output and confirmation callback complete ([5476f4e](https://github.com/forgerock/forgerock-web-login-framework/commit/5476f4eba986cd0b975b63728be365d547395a24))
233
+ - **checkbox:** add animated checkbox composition ([c5cc218](https://github.com/forgerock/forgerock-web-login-framework/commit/c5cc2181e3e583050abfe673c2c981b4fa961e1c))
234
+ - **close-style:** add autoClose event and fix CSS for KBA ([d8f55f8](https://github.com/forgerock/forgerock-web-login-framework/commit/d8f55f8e2dea864969f5da038d4341d88f0706d2))
235
+ - **components:** start simple component development ([4dc8d2c](https://github.com/forgerock/forgerock-web-login-framework/commit/4dc8d2c44bd64b31d242f0eca668b3c6db3e5898))
236
+ - **config:** add ability to configure widget outside of Widget instantiation ([892a40e](https://github.com/forgerock/forgerock-web-login-framework/commit/892a40e4900650bf435d1062e1f6a6d255445fa4))
237
+ - **core:** add primitives, stories, tests, a11y ([e8f94ee](https://github.com/forgerock/forgerock-web-login-framework/commit/e8f94eec0d506d6516097a4274b82f2c5f339e26))
238
+ - **default-theme:** create default theme, primitives only ([0e84a29](https://github.com/forgerock/forgerock-web-login-framework/commit/0e84a296c27db35bac44f0f8ca60d2c9f730521b))
239
+ - **docs:** add docs site internally to project ([d553a12](https://github.com/forgerock/forgerock-web-login-framework/commit/d553a12099cd0ba8633328ccb913464036b880c5))
240
+ - **error-handling:** improve form error handling ([9346305](https://github.com/forgerock/forgerock-web-login-framework/commit/9346305cfeb514a118f3f432ef8e329e1479606e))
241
+ - **i18n:** adding internationalization ([2795169](https://github.com/forgerock/forgerock-web-login-framework/commit/2795169a3c78fef0b93b36d12d490753d0073128))
242
+ - **i18n:** improve internationalization ([4d95aca](https://github.com/forgerock/forgerock-web-login-framework/commit/4d95aca8eeb3116c3caf5667cfa79915f78fcf0f))
243
+ - **journey:** add configurable journeys ([96d83f4](https://github.com/forgerock/forgerock-web-login-framework/commit/96d83f440bf7799f137d7589b285c4cf1f203cfa))
244
+ - **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/forgerock/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
245
+ - **journeys:** continue configurable journey work ([1b4fb19](https://github.com/forgerock/forgerock-web-login-framework/commit/1b4fb19982690282891d99c77fa219ce7e6880f2))
246
+ - **journeys:** fixing configurable journey issues and storybook ([cb3f762](https://github.com/forgerock/forgerock-web-login-framework/commit/cb3f7628f98f8f2a9e3ca2112254a737e12e8990))
247
+ - **journeys:** improved types for configured journeys ([86c32ec](https://github.com/forgerock/forgerock-web-login-framework/commit/86c32ec8cbf69f90ad4cb7a4cfb5d245299bce50))
248
+ - **kba:** add custom question feature ([8a71aa9](https://github.com/forgerock/forgerock-web-login-framework/commit/8a71aa9f108acf0d7d3f8f64b420ebf3c28cd0cf))
249
+ - **logo:** add logo support ([e9e2b18](https://github.com/forgerock/forgerock-web-login-framework/commit/e9e2b18e267c44cec9c0398e06283493af498a8e))
250
+ - **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/forgerock/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
251
+ - **policies:** improve policy handling and IDM validation failure ([59898c2](https://github.com/forgerock/forgerock-web-login-framework/commit/59898c2cee55bf5928898f60d968198b3b1fef24))
252
+ - **quality:** improve testing and code quality ([67540b2](https://github.com/forgerock/forgerock-web-login-framework/commit/67540b284851b2b1b6afacb1d6ea7b01721bc613))
253
+ - **radio:** add standard and animated radio buttons ([9c16408](https://github.com/forgerock/forgerock-web-login-framework/commit/9c1640899d9a71f4ffd54f1afd43d8f127b8a397))
254
+ - **root:** update-package-publishing ([dd4e771](https://github.com/forgerock/forgerock-web-login-framework/commit/dd4e771dded5f7a112f4221296f1f5f07e662151))
255
+ - **self-submitting:** add self-submitting form and pollingwait support ([18e213f](https://github.com/forgerock/forgerock-web-login-framework/commit/18e213f0f72f5e4cc3fd86515c27eb3f15185395))
256
+ - **semantic-release:** semantic-release-and-ci ([61e6a64](https://github.com/forgerock/forgerock-web-login-framework/commit/61e6a64fbb7366cbbf56c9c3a2079764a5fd4eb5))
257
+ - **sessions:** clean up proxy and session mgmt ([8af4101](https://github.com/forgerock/forgerock-web-login-framework/commit/8af410185436b2623ababd97424b0a564daa0fa8))
258
+ - **ssr:** improve server-side rendering with initial call on server ([e00c633](https://github.com/forgerock/forgerock-web-login-framework/commit/e00c6339eafdf12f7022100f78d5896034ce4d02))
259
+ - **storybook:** add storybook with vite-builder ([b595db6](https://github.com/forgerock/forgerock-web-login-framework/commit/b595db6af7d134aaf3427e8102f102b2db81e2d2))
260
+ - **styles:** organize styling approach ([91e3777](https://github.com/forgerock/forgerock-web-login-framework/commit/91e37776a59b1b6c6aacb3c3dd5fa5aa59b8edb0))
261
+ - **suspended-id:** add support for suspended id ([d6d53ef](https://github.com/forgerock/forgerock-web-login-framework/commit/d6d53efe8b9d23c00fea5dec378af4449bcf25e3))
262
+ - **testing-doc:** add testing doc and improve readme ([bfd36f5](https://github.com/forgerock/forgerock-web-login-framework/commit/bfd36f55916b8b46d5b29aad7fb07ab1dbafdec6))
263
+ - text-output-support ([d88e691](https://github.com/forgerock/forgerock-web-login-framework/commit/d88e691d9a415bb22b2e3f5d82cc8acbbdb787aa))
264
+ - **theme:** add dark mode & error handling to primitives ([d885ebe](https://github.com/forgerock/forgerock-web-login-framework/commit/d885ebe9c2365163b9b5f77c6b7f8c77de319419))
265
+ - **theme:** improve input validation and error reporting ([52ed92c](https://github.com/forgerock/forgerock-web-login-framework/commit/52ed92cc610cdf0965b8fd7a1b46c9ed6a8a2ac3))
266
+ - **theme:** improve variable uses for better customization ([91980fc](https://github.com/forgerock/forgerock-web-login-framework/commit/91980fc41580d096e994171645e00251323b3684))
267
+ - upgrade-ci ([371e73f](https://github.com/forgerock/forgerock-web-login-framework/commit/371e73fe1cb05661356e9d693992a965f81440ef))
268
+ - **validation-stages:** added Zod for data validation and custom stages ([a271100](https://github.com/forgerock/forgerock-web-login-framework/commit/a271100e10529518fbe13ede800f32a3034f0ff5))
269
+ - **validation:** input errors from server and keyboard focus ([1d19af8](https://github.com/forgerock/forgerock-web-login-framework/commit/1d19af87bab258a768bf55c75476b0c38b2b3735))
270
+ - **vitest:** add vitest and fix storybook config ([2196ae0](https://github.com/forgerock/forgerock-web-login-framework/commit/2196ae0fce19ff47c4e17f743aa57477ae33f209))
271
+ - **widget-callbacks:** add inline widget and callbacks from sample apps ([62cb811](https://github.com/forgerock/forgerock-web-login-framework/commit/62cb811e3705bada9fdaeb7ba589bcbabf8ed58f))
239
272
 
240
273
  # [1.0.0-beta.17](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2023-04-05)
241
274
 
242
-
243
275
  ### Bug Fixes
244
276
 
245
- * **types.ts:** rename the types file where we missed it and fix release ([6071603](https://github.com/forgerock/forgerock-web-login-framework/commit/6071603026ed2134da036c14de0be1d416708fe1))
277
+ - **types.ts:** rename the types file where we missed it and fix release ([6071603](https://github.com/forgerock/forgerock-web-login-framework/commit/6071603026ed2134da036c14de0be1d416708fe1))
246
278
 
247
279
  # [1.0.0-beta.16](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-03-30)
248
280
 
249
-
250
281
  ### Bug Fixes
251
282
 
252
- * **confirm-input:** make confirm input required when password is filled ([0c8325c](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8325cd2e0a9959c3a88b2e4aa8abd6e931456b))
283
+ - **confirm-input:** make confirm input required when password is filled ([0c8325c](https://github.com/forgerock/forgerock-web-login-framework/commit/0c8325cd2e0a9959c3a88b2e4aa8abd6e931456b))
253
284
 
254
285
  # [1.0.0-beta.15](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-03-27)
255
286