@forgerock/login-widget 1.0.0-beta.7 → 1.0.0-beta.8
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 +12 -10
- package/index.cjs +2247 -631
- package/index.cjs.map +1 -1
- package/index.d.ts +330 -187
- package/index.js +2247 -631
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/inline.js +0 -33241
- package/modal.js +0 -33950
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [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)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* addresses bugs fixes reported in beta testing and doc changes for new api ([10c4b05](https://github.com/forgerock/forgerock-web-login-framework/commit/10c4b05579bb5c5921567fdedc95a5bef4a9aa7b))
|
|
7
|
+
|
|
1
8
|
# [1.0.0-beta.7](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2023-03-08)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -7,36 +14,31 @@
|
|
|
7
14
|
|
|
8
15
|
# [1.0.0-beta.6](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2023-03-07)
|
|
9
16
|
|
|
10
|
-
|
|
11
17
|
### Bug Fixes
|
|
12
18
|
|
|
13
|
-
|
|
19
|
+
- **docs:** force-release ([c0b7219](https://github.com/forgerock/forgerock-web-login-framework/commit/c0b7219352aeb12276f15df676b961a8f4a55d80))
|
|
14
20
|
|
|
15
21
|
# [1.0.0-beta.5](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-03-07)
|
|
16
22
|
|
|
17
|
-
|
|
18
23
|
### Bug Fixes
|
|
19
24
|
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
- fixes journey persistence, authorize throwing error, font issue ([6923699](https://github.com/forgerock/forgerock-web-login-framework/commit/69236995211c61b14aad3e1220fe156fc64bdaa5))
|
|
22
26
|
|
|
23
27
|
### Features
|
|
24
28
|
|
|
25
|
-
|
|
29
|
+
- add support to e2e for social login and otp ([11c4153](https://github.com/forgerock/forgerock-web-login-framework/commit/11c41530878e28fe44023e147905ec73fd3f5b04))
|
|
26
30
|
|
|
27
31
|
# [1.0.0-beta.4](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-02-22)
|
|
28
32
|
|
|
29
|
-
|
|
30
33
|
### Bug Fixes
|
|
31
34
|
|
|
32
|
-
|
|
35
|
+
- **widget-css:** add css as export ([084854d](https://github.com/forgerock/forgerock-web-login-framework/commit/084854dfb8a8b4cce42800753caf6377ff8956c9))
|
|
33
36
|
|
|
34
37
|
# [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)
|
|
35
38
|
|
|
36
|
-
|
|
37
39
|
### Bug Fixes
|
|
38
40
|
|
|
39
|
-
|
|
41
|
+
- **package.json:** fix-export-syntax ([a421492](https://github.com/forgerock/forgerock-web-login-framework/commit/a4214926531424013c151169727bb59bd7661a1b))
|
|
40
42
|
|
|
41
43
|
# [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)
|
|
42
44
|
|