@forgerock/login-widget 1.0.0-beta.1 → 1.0.0-beta.3
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 +26 -10
- package/inline.cjs +10797 -5782
- package/inline.cjs.map +1 -1
- package/inline.d.ts +305 -180
- package/inline.js +10796 -5783
- package/inline.js.map +1 -1
- package/modal.cjs +10423 -5418
- package/modal.cjs.map +1 -1
- package/modal.d.ts +303 -210
- package/modal.js +10423 -5419
- package/modal.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [1.0.0-beta.3](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2023-02-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **package.json:** fix-export-syntax ([a421492](https://github.com/forgerock/forgerock-web-login-framework/commit/a4214926531424013c151169727bb59bd7661a1b))
|
|
7
|
+
|
|
8
|
+
# [1.0.0-beta.2](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2023-02-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **types:** fix runtime and compile-time type bugs in widget API ([3ee678d](https://github.com/forgerock/forgerock-web-login-framework/commit/3ee678d512cfd2f2de76b158f3493edd8428759f))
|
|
14
|
+
* **widget:** update-package-lock ([ac58f93](https://github.com/forgerock/forgerock-web-login-framework/commit/ac58f938a3ac7810cf0e6806d43f54493a19216f))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **config:** add ability to configure widget outside of Widget instantiation ([892a40e](https://github.com/forgerock/forgerock-web-login-framework/commit/892a40e4900650bf435d1062e1f6a6d255445fa4))
|
|
20
|
+
|
|
1
21
|
# 1.0.0-beta.1 (2023-02-07)
|
|
2
22
|
|
|
3
23
|
|
|
@@ -95,30 +115,26 @@
|
|
|
95
115
|
|
|
96
116
|
# [1.0.0-alpha.11](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2023-01-26)
|
|
97
117
|
|
|
98
|
-
|
|
99
118
|
### Features
|
|
100
119
|
|
|
101
|
-
|
|
120
|
+
- **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/cerebrl/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
|
|
102
121
|
|
|
103
122
|
# [1.0.0-alpha.10](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2023-01-25)
|
|
104
123
|
|
|
105
|
-
|
|
106
124
|
### Bug Fixes
|
|
107
125
|
|
|
108
|
-
|
|
126
|
+
- links were required which makes zod throw an error in prod! ([125be19](https://github.com/cerebrl/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
|
|
109
127
|
|
|
110
128
|
# [1.0.0-alpha.9](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-01-25)
|
|
111
129
|
|
|
112
|
-
|
|
113
130
|
### Features
|
|
114
131
|
|
|
115
|
-
|
|
116
|
-
|
|
132
|
+
- **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/cerebrl/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
|
|
133
|
+
- **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/cerebrl/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
|
|
117
134
|
|
|
118
135
|
# [1.0.0-alpha.8](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2023-01-19)
|
|
119
136
|
|
|
120
|
-
|
|
121
137
|
### Bug Fixes
|
|
122
138
|
|
|
123
|
-
|
|
124
|
-
|
|
139
|
+
- **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/cerebrl/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
|
|
140
|
+
- **root:** update publishing to add readme and changelog ([568ee71](https://github.com/cerebrl/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
|