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