@forgerock/login-widget 1.0.0-beta.1 → 1.0.0-beta.10

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,124 +1,182 @@
1
- # 1.0.0-beta.1 (2023-02-07)
1
+ # [1.0.0-beta.10](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2023-03-25)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * **add env in release:** we need to pass env var in release ([5162f4c](https://github.com/forgerock/forgerock-web-login-framework/commit/5162f4c8dc3bbcf5b7fec019dea87354a184a3b8))
7
- * **animations:** improve checkbox and radio animations ([46017da](https://github.com/forgerock/forgerock-web-login-framework/commit/46017daac6f63f9f05a845475af2850b71f7cb38))
8
- * **api:** fix locale api crashing on unsupported locale ([4ddf2c2](https://github.com/forgerock/forgerock-web-login-framework/commit/4ddf2c253503b38eec3d421f520b1a6f3d62cf89))
9
- * **build:** fix build, type and test issues ([bee9d8f](https://github.com/forgerock/forgerock-web-login-framework/commit/bee9d8f997f4713ab76cbaa21f2f1db8160c3fe8))
10
- * **ci:** fix ci semantic release ([fde147f](https://github.com/forgerock/forgerock-web-login-framework/commit/fde147f027afaf109a74695097515fdf2ff15306))
11
- * **circular-deps:** stage and callbacks had circular deps ([46cfea9](https://github.com/forgerock/forgerock-web-login-framework/commit/46cfea904da28cd20ecf0e222e4b1a77acf7a38e))
12
- * **david-feedback:** fix two issue caught by David ([8eca36e](https://github.com/forgerock/forgerock-web-login-framework/commit/8eca36eda76993cb5161fae48997dada0f7bbcea))
13
- * **e2e:** fix inline e2e to use login, not registration ([6a5af0f](https://github.com/forgerock/forgerock-web-login-framework/commit/6a5af0f3c6262926fbf3b6df346b040bb88cbeac))
14
- * **env to release step:** add env to release step build ([c1bb60b](https://github.com/forgerock/forgerock-web-login-framework/commit/c1bb60bc44e712131e10ac7a662b612880d7091d))
15
- * **feedback:** address ryan's PR feedback ([2186f8a](https://github.com/forgerock/forgerock-web-login-framework/commit/2186f8a9b433c6b7ab234f434991749a31901877))
16
- * **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))
17
- * **fixing release:** commit the correct assets hopefully ([1df4f27](https://github.com/forgerock/forgerock-web-login-framework/commit/1df4f279debc05952de7eb936b04a5be4bf9dd65))
18
- * **journey:** improve journey typings ([51c8a86](https://github.com/forgerock/forgerock-web-login-framework/commit/51c8a8661e0756b50fefee916d16c2bee7171e5d))
19
- * links were required which makes zod throw an error in prod! ([125be19](https://github.com/forgerock/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
20
- * **lint:** fixing lint and prettier issues ([c697d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/c697d0f14dc09888a66a7f74626d6678a833ab3c))
21
- * **locale:** switch from dynamic imports to page endpoints ([0797d75](https://github.com/forgerock/forgerock-web-login-framework/commit/0797d75a1991862aebd987c0eb3a44c61b63abc0))
22
- * **move-readme-with-sh:** move the readme file in exec prepare step ([6640112](https://github.com/forgerock/forgerock-web-login-framework/commit/6640112e7c86879b18e25018bb28b98e689df1ad))
23
- * **package/package.json:** we lost the package.json in package dir ([4790dd1](https://github.com/forgerock/forgerock-web-login-framework/commit/4790dd11925c8d629fe6bd5b36781ef19328824b))
24
- * **policies:** fixing the policy rendering and logic ([569f8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/569f8b11cc6277903f5105230cd63aecbcf9fb5f))
25
- * **readme:** address feedback from SDKS-2070 ([c83c768](https://github.com/forgerock/forgerock-web-login-framework/commit/c83c768e28023a70f3997e1e10d172be30387188))
26
- * **readme:** improve README.md for beta testing ([bf13af6](https://github.com/forgerock/forgerock-web-login-framework/commit/bf13af6074f0b1eaa49be6ee1b2a890a2579845b))
27
- * **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/forgerock/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
28
- * **release:** fix semantic release github by using this branch while the merge happens ([6591d84](https://github.com/forgerock/forgerock-web-login-framework/commit/6591d84b17af5b969bb93f16881ec04bc50413d1))
29
- * **root:** update publishing to add readme and changelog ([568ee71](https://github.com/forgerock/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
30
- * **ssr:** temporarily remove initialization of journey on server ([c231256](https://github.com/forgerock/forgerock-web-login-framework/commit/c231256c9ba33bdcadcdaedc58f77d8a7218eee0))
31
- * **storybook:** fix step components in storybook ([2a6df62](https://github.com/forgerock/forgerock-web-login-framework/commit/2a6df6259179921f4523db6c4f9c33c287df8736))
32
- * **tests:** fix i18n bugs breaking e2e ([a852c04](https://github.com/forgerock/forgerock-web-login-framework/commit/a852c04cc7444d57c37890323bc4daa982d94290))
33
- * **types:** use Maybe as Ryan suggested ([1d78fa7](https://github.com/forgerock/forgerock-web-login-framework/commit/1d78fa77fc3596e123958fb31eee2905059c96a1))
34
- * **typings-buttons:** fixed a few typings and changed custom css for button ([26059fc](https://github.com/forgerock/forgerock-web-login-framework/commit/26059fcecb4d9440e7bcb60df6e6102ae81a3e77))
35
- * **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/forgerock/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
36
- * **validations:** policy validation and error messaging ([306d2db](https://github.com/forgerock/forgerock-web-login-framework/commit/306d2dbc14e03db4a144bd5437756c4246ca5a5d))
37
- * **widget-journey-callback:** decrease coupling between components ([7bc3c4e](https://github.com/forgerock/forgerock-web-login-framework/commit/7bc3c4e60eed5c61b8fe96baeeddb58e5aefb8a5))
6
+ * **index.svelte:** bind http client to request ([460a826](https://github.com/forgerock/forgerock-web-login-framework/commit/460a8269834be31e044fe1239db628b0c28d856b))
7
+
8
+ # [1.0.0-beta.9](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2023-03-21)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **journeys:** fix stages, journey restarts & config, policy display, remove restart after logout ([ac0c9aa](https://github.com/forgerock/forgerock-web-login-framework/commit/ac0c9aaccf0359c36614a6199af7a64cfa9615e2))
14
+
15
+ # [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)
16
+
17
+ ### Bug Fixes
18
+
19
+ - addresses bugs fixes reported in beta testing and doc changes for new api ([10c4b05](https://github.com/forgerock/forgerock-web-login-framework/commit/10c4b05579bb5c5921567fdedc95a5bef4a9aa7b))
20
+
21
+ # [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)
22
+
23
+ ### Bug Fixes
38
24
 
25
+ - **add-back-css:** css was removed ona ccident ([ba024f3](https://github.com/forgerock/forgerock-web-login-framework/commit/ba024f338a978c60a965230d95defdc95c7a4b3b))
26
+
27
+ # [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)
28
+
29
+ ### Bug Fixes
30
+
31
+ - **docs:** force-release ([c0b7219](https://github.com/forgerock/forgerock-web-login-framework/commit/c0b7219352aeb12276f15df676b961a8f4a55d80))
32
+
33
+ # [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)
34
+
35
+ ### Bug Fixes
36
+
37
+ - fixes journey persistence, authorize throwing error, font issue ([6923699](https://github.com/forgerock/forgerock-web-login-framework/commit/69236995211c61b14aad3e1220fe156fc64bdaa5))
39
38
 
40
39
  ### Features
41
40
 
42
- * **animated:** add focus indicator for animated radio and checkbox ([939d8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/939d8b117e4b46e5c6f8809a7deba99128d2d9bc))
43
- * **callbacks:** add hidden-value callback and radio option for choice ([090e35c](https://github.com/forgerock/forgerock-web-login-framework/commit/090e35c2df50fd7e0aac1a9eb499418ebc28b70d))
44
- * **callbacks:** add social login providers ([b93edf7](https://github.com/forgerock/forgerock-web-login-framework/commit/b93edf7adb08eff698ae1009b280e663175ec8d1))
45
- * **callbacks:** add social login support ([651e691](https://github.com/forgerock/forgerock-web-login-framework/commit/651e691228446c65d55746420bc9113a65c4d5b4))
46
- * **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/forgerock/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
47
- * **callbacks:** adjust T&C callback to address Friday's feedback ([6b54121](https://github.com/forgerock/forgerock-web-login-framework/commit/6b54121ad877d4f97c3c41ab56cfbfaa5b4b9656))
48
- * **callbacks:** display link to terms and conditions ([419eab0](https://github.com/forgerock/forgerock-web-login-framework/commit/419eab09fee6bf826212ab1ddf221b63363ed65e))
49
- * **callbacks:** text-output and confirmation callback complete ([5476f4e](https://github.com/forgerock/forgerock-web-login-framework/commit/5476f4eba986cd0b975b63728be365d547395a24))
50
- * **checkbox:** add animated checkbox composition ([c5cc218](https://github.com/forgerock/forgerock-web-login-framework/commit/c5cc2181e3e583050abfe673c2c981b4fa961e1c))
51
- * **close-style:** add autoClose event and fix CSS for KBA ([d8f55f8](https://github.com/forgerock/forgerock-web-login-framework/commit/d8f55f8e2dea864969f5da038d4341d88f0706d2))
52
- * **components:** start simple component development ([4dc8d2c](https://github.com/forgerock/forgerock-web-login-framework/commit/4dc8d2c44bd64b31d242f0eca668b3c6db3e5898))
53
- * **core:** add primitives, stories, tests, a11y ([e8f94ee](https://github.com/forgerock/forgerock-web-login-framework/commit/e8f94eec0d506d6516097a4274b82f2c5f339e26))
54
- * **default-theme:** create default theme, primitives only ([0e84a29](https://github.com/forgerock/forgerock-web-login-framework/commit/0e84a296c27db35bac44f0f8ca60d2c9f730521b))
55
- * **docs:** add docs site internally to project ([d553a12](https://github.com/forgerock/forgerock-web-login-framework/commit/d553a12099cd0ba8633328ccb913464036b880c5))
56
- * **error-handling:** improve form error handling ([9346305](https://github.com/forgerock/forgerock-web-login-framework/commit/9346305cfeb514a118f3f432ef8e329e1479606e))
57
- * **i18n:** adding internationalization ([2795169](https://github.com/forgerock/forgerock-web-login-framework/commit/2795169a3c78fef0b93b36d12d490753d0073128))
58
- * **i18n:** improve internationalization ([4d95aca](https://github.com/forgerock/forgerock-web-login-framework/commit/4d95aca8eeb3116c3caf5667cfa79915f78fcf0f))
59
- * **journey:** add configurable journeys ([96d83f4](https://github.com/forgerock/forgerock-web-login-framework/commit/96d83f440bf7799f137d7589b285c4cf1f203cfa))
60
- * **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/forgerock/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
61
- * **journeys:** continue configurable journey work ([1b4fb19](https://github.com/forgerock/forgerock-web-login-framework/commit/1b4fb19982690282891d99c77fa219ce7e6880f2))
62
- * **journeys:** fixing configurable journey issues and storybook ([cb3f762](https://github.com/forgerock/forgerock-web-login-framework/commit/cb3f7628f98f8f2a9e3ca2112254a737e12e8990))
63
- * **journeys:** improved types for configured journeys ([86c32ec](https://github.com/forgerock/forgerock-web-login-framework/commit/86c32ec8cbf69f90ad4cb7a4cfb5d245299bce50))
64
- * **kba:** add custom question feature ([8a71aa9](https://github.com/forgerock/forgerock-web-login-framework/commit/8a71aa9f108acf0d7d3f8f64b420ebf3c28cd0cf))
65
- * **logo:** add logo support ([e9e2b18](https://github.com/forgerock/forgerock-web-login-framework/commit/e9e2b18e267c44cec9c0398e06283493af498a8e))
66
- * **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/forgerock/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
67
- * **policies:** improve policy handling and IDM validation failure ([59898c2](https://github.com/forgerock/forgerock-web-login-framework/commit/59898c2cee55bf5928898f60d968198b3b1fef24))
68
- * **quality:** improve testing and code quality ([67540b2](https://github.com/forgerock/forgerock-web-login-framework/commit/67540b284851b2b1b6afacb1d6ea7b01721bc613))
69
- * **radio:** add standard and animated radio buttons ([9c16408](https://github.com/forgerock/forgerock-web-login-framework/commit/9c1640899d9a71f4ffd54f1afd43d8f127b8a397))
70
- * **root:** update-package-publishing ([dd4e771](https://github.com/forgerock/forgerock-web-login-framework/commit/dd4e771dded5f7a112f4221296f1f5f07e662151))
71
- * **self-submitting:** add self-submitting form and pollingwait support ([18e213f](https://github.com/forgerock/forgerock-web-login-framework/commit/18e213f0f72f5e4cc3fd86515c27eb3f15185395))
72
- * **semantic-release:** semantic-release-and-ci ([61e6a64](https://github.com/forgerock/forgerock-web-login-framework/commit/61e6a64fbb7366cbbf56c9c3a2079764a5fd4eb5))
73
- * **sessions:** clean up proxy and session mgmt ([8af4101](https://github.com/forgerock/forgerock-web-login-framework/commit/8af410185436b2623ababd97424b0a564daa0fa8))
74
- * **ssr:** improve server-side rendering with initial call on server ([e00c633](https://github.com/forgerock/forgerock-web-login-framework/commit/e00c6339eafdf12f7022100f78d5896034ce4d02))
75
- * **storybook:** add storybook with vite-builder ([b595db6](https://github.com/forgerock/forgerock-web-login-framework/commit/b595db6af7d134aaf3427e8102f102b2db81e2d2))
76
- * **styles:** organize styling approach ([91e3777](https://github.com/forgerock/forgerock-web-login-framework/commit/91e37776a59b1b6c6aacb3c3dd5fa5aa59b8edb0))
77
- * **suspended-id:** add support for suspended id ([d6d53ef](https://github.com/forgerock/forgerock-web-login-framework/commit/d6d53efe8b9d23c00fea5dec378af4449bcf25e3))
78
- * **testing-doc:** add testing doc and improve readme ([bfd36f5](https://github.com/forgerock/forgerock-web-login-framework/commit/bfd36f55916b8b46d5b29aad7fb07ab1dbafdec6))
79
- * text-output-support ([d88e691](https://github.com/forgerock/forgerock-web-login-framework/commit/d88e691d9a415bb22b2e3f5d82cc8acbbdb787aa))
80
- * **theme:** add dark mode & error handling to primitives ([d885ebe](https://github.com/forgerock/forgerock-web-login-framework/commit/d885ebe9c2365163b9b5f77c6b7f8c77de319419))
81
- * **theme:** improve input validation and error reporting ([52ed92c](https://github.com/forgerock/forgerock-web-login-framework/commit/52ed92cc610cdf0965b8fd7a1b46c9ed6a8a2ac3))
82
- * **theme:** improve variable uses for better customization ([91980fc](https://github.com/forgerock/forgerock-web-login-framework/commit/91980fc41580d096e994171645e00251323b3684))
83
- * upgrade-ci ([371e73f](https://github.com/forgerock/forgerock-web-login-framework/commit/371e73fe1cb05661356e9d693992a965f81440ef))
84
- * **validation-stages:** added Zod for data validation and custom stages ([a271100](https://github.com/forgerock/forgerock-web-login-framework/commit/a271100e10529518fbe13ede800f32a3034f0ff5))
85
- * **validation:** input errors from server and keyboard focus ([1d19af8](https://github.com/forgerock/forgerock-web-login-framework/commit/1d19af87bab258a768bf55c75476b0c38b2b3735))
86
- * **vitest:** add vitest and fix storybook config ([2196ae0](https://github.com/forgerock/forgerock-web-login-framework/commit/2196ae0fce19ff47c4e17f743aa57477ae33f209))
87
- * **widget-callbacks:** add inline widget and callbacks from sample apps ([62cb811](https://github.com/forgerock/forgerock-web-login-framework/commit/62cb811e3705bada9fdaeb7ba589bcbabf8ed58f))
41
+ - add support to e2e for social login and otp ([11c4153](https://github.com/forgerock/forgerock-web-login-framework/commit/11c41530878e28fe44023e147905ec73fd3f5b04))
88
42
 
89
- # [1.0.0-alpha.12](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-01-30)
43
+ # [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)
44
+
45
+ ### Bug Fixes
46
+
47
+ - **widget-css:** add css as export ([084854d](https://github.com/forgerock/forgerock-web-login-framework/commit/084854dfb8a8b4cce42800753caf6377ff8956c9))
90
48
 
49
+ # [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)
91
50
 
92
51
  ### Bug Fixes
93
52
 
94
- * **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/cerebrl/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
53
+ - **package.json:** fix-export-syntax ([a421492](https://github.com/forgerock/forgerock-web-login-framework/commit/a4214926531424013c151169727bb59bd7661a1b))
95
54
 
96
- # [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)
55
+ # [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)
56
+
57
+ ### Bug Fixes
97
58
 
59
+ - **types:** fix runtime and compile-time type bugs in widget API ([3ee678d](https://github.com/forgerock/forgerock-web-login-framework/commit/3ee678d512cfd2f2de76b158f3493edd8428759f))
60
+ - **widget:** update-package-lock ([ac58f93](https://github.com/forgerock/forgerock-web-login-framework/commit/ac58f938a3ac7810cf0e6806d43f54493a19216f))
98
61
 
99
62
  ### Features
100
63
 
101
- * **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/cerebrl/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
64
+ - **config:** add ability to configure widget outside of Widget instantiation ([892a40e](https://github.com/forgerock/forgerock-web-login-framework/commit/892a40e4900650bf435d1062e1f6a6d255445fa4))
102
65
 
103
- # [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)
66
+ # 1.0.0-beta.1 (2023-02-07)
67
+
68
+ ### Bug Fixes
69
+
70
+ - **add env in release:** we need to pass env var in release ([5162f4c](https://github.com/forgerock/forgerock-web-login-framework/commit/5162f4c8dc3bbcf5b7fec019dea87354a184a3b8))
71
+ - **animations:** improve checkbox and radio animations ([46017da](https://github.com/forgerock/forgerock-web-login-framework/commit/46017daac6f63f9f05a845475af2850b71f7cb38))
72
+ - **api:** fix locale api crashing on unsupported locale ([4ddf2c2](https://github.com/forgerock/forgerock-web-login-framework/commit/4ddf2c253503b38eec3d421f520b1a6f3d62cf89))
73
+ - **build:** fix build, type and test issues ([bee9d8f](https://github.com/forgerock/forgerock-web-login-framework/commit/bee9d8f997f4713ab76cbaa21f2f1db8160c3fe8))
74
+ - **ci:** fix ci semantic release ([fde147f](https://github.com/forgerock/forgerock-web-login-framework/commit/fde147f027afaf109a74695097515fdf2ff15306))
75
+ - **circular-deps:** stage and callbacks had circular deps ([46cfea9](https://github.com/forgerock/forgerock-web-login-framework/commit/46cfea904da28cd20ecf0e222e4b1a77acf7a38e))
76
+ - **david-feedback:** fix two issue caught by David ([8eca36e](https://github.com/forgerock/forgerock-web-login-framework/commit/8eca36eda76993cb5161fae48997dada0f7bbcea))
77
+ - **e2e:** fix inline e2e to use login, not registration ([6a5af0f](https://github.com/forgerock/forgerock-web-login-framework/commit/6a5af0f3c6262926fbf3b6df346b040bb88cbeac))
78
+ - **env to release step:** add env to release step build ([c1bb60b](https://github.com/forgerock/forgerock-web-login-framework/commit/c1bb60bc44e712131e10ac7a662b612880d7091d))
79
+ - **feedback:** address ryan's PR feedback ([2186f8a](https://github.com/forgerock/forgerock-web-login-framework/commit/2186f8a9b433c6b7ab234f434991749a31901877))
80
+ - **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))
81
+ - **fixing release:** commit the correct assets hopefully ([1df4f27](https://github.com/forgerock/forgerock-web-login-framework/commit/1df4f279debc05952de7eb936b04a5be4bf9dd65))
82
+ - **journey:** improve journey typings ([51c8a86](https://github.com/forgerock/forgerock-web-login-framework/commit/51c8a8661e0756b50fefee916d16c2bee7171e5d))
83
+ - links were required which makes zod throw an error in prod! ([125be19](https://github.com/forgerock/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
84
+ - **lint:** fixing lint and prettier issues ([c697d0f](https://github.com/forgerock/forgerock-web-login-framework/commit/c697d0f14dc09888a66a7f74626d6678a833ab3c))
85
+ - **locale:** switch from dynamic imports to page endpoints ([0797d75](https://github.com/forgerock/forgerock-web-login-framework/commit/0797d75a1991862aebd987c0eb3a44c61b63abc0))
86
+ - **move-readme-with-sh:** move the readme file in exec prepare step ([6640112](https://github.com/forgerock/forgerock-web-login-framework/commit/6640112e7c86879b18e25018bb28b98e689df1ad))
87
+ - **package/package.json:** we lost the package.json in package dir ([4790dd1](https://github.com/forgerock/forgerock-web-login-framework/commit/4790dd11925c8d629fe6bd5b36781ef19328824b))
88
+ - **policies:** fixing the policy rendering and logic ([569f8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/569f8b11cc6277903f5105230cd63aecbcf9fb5f))
89
+ - **readme:** address feedback from SDKS-2070 ([c83c768](https://github.com/forgerock/forgerock-web-login-framework/commit/c83c768e28023a70f3997e1e10d172be30387188))
90
+ - **readme:** improve README.md for beta testing ([bf13af6](https://github.com/forgerock/forgerock-web-login-framework/commit/bf13af6074f0b1eaa49be6ee1b2a890a2579845b))
91
+ - **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/forgerock/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
92
+ - **release:** fix semantic release github by using this branch while the merge happens ([6591d84](https://github.com/forgerock/forgerock-web-login-framework/commit/6591d84b17af5b969bb93f16881ec04bc50413d1))
93
+ - **root:** update publishing to add readme and changelog ([568ee71](https://github.com/forgerock/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
94
+ - **ssr:** temporarily remove initialization of journey on server ([c231256](https://github.com/forgerock/forgerock-web-login-framework/commit/c231256c9ba33bdcadcdaedc58f77d8a7218eee0))
95
+ - **storybook:** fix step components in storybook ([2a6df62](https://github.com/forgerock/forgerock-web-login-framework/commit/2a6df6259179921f4523db6c4f9c33c287df8736))
96
+ - **tests:** fix i18n bugs breaking e2e ([a852c04](https://github.com/forgerock/forgerock-web-login-framework/commit/a852c04cc7444d57c37890323bc4daa982d94290))
97
+ - **types:** use Maybe as Ryan suggested ([1d78fa7](https://github.com/forgerock/forgerock-web-login-framework/commit/1d78fa77fc3596e123958fb31eee2905059c96a1))
98
+ - **typings-buttons:** fixed a few typings and changed custom css for button ([26059fc](https://github.com/forgerock/forgerock-web-login-framework/commit/26059fcecb4d9440e7bcb60df6e6102ae81a3e77))
99
+ - **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/forgerock/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
100
+ - **validations:** policy validation and error messaging ([306d2db](https://github.com/forgerock/forgerock-web-login-framework/commit/306d2dbc14e03db4a144bd5437756c4246ca5a5d))
101
+ - **widget-journey-callback:** decrease coupling between components ([7bc3c4e](https://github.com/forgerock/forgerock-web-login-framework/commit/7bc3c4e60eed5c61b8fe96baeeddb58e5aefb8a5))
102
+
103
+ ### Features
104
+
105
+ - **animated:** add focus indicator for animated radio and checkbox ([939d8b1](https://github.com/forgerock/forgerock-web-login-framework/commit/939d8b117e4b46e5c6f8809a7deba99128d2d9bc))
106
+ - **callbacks:** add hidden-value callback and radio option for choice ([090e35c](https://github.com/forgerock/forgerock-web-login-framework/commit/090e35c2df50fd7e0aac1a9eb499418ebc28b70d))
107
+ - **callbacks:** add social login providers ([b93edf7](https://github.com/forgerock/forgerock-web-login-framework/commit/b93edf7adb08eff698ae1009b280e663175ec8d1))
108
+ - **callbacks:** add social login support ([651e691](https://github.com/forgerock/forgerock-web-login-framework/commit/651e691228446c65d55746420bc9113a65c4d5b4))
109
+ - **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/forgerock/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
110
+ - **callbacks:** adjust T&C callback to address Friday's feedback ([6b54121](https://github.com/forgerock/forgerock-web-login-framework/commit/6b54121ad877d4f97c3c41ab56cfbfaa5b4b9656))
111
+ - **callbacks:** display link to terms and conditions ([419eab0](https://github.com/forgerock/forgerock-web-login-framework/commit/419eab09fee6bf826212ab1ddf221b63363ed65e))
112
+ - **callbacks:** text-output and confirmation callback complete ([5476f4e](https://github.com/forgerock/forgerock-web-login-framework/commit/5476f4eba986cd0b975b63728be365d547395a24))
113
+ - **checkbox:** add animated checkbox composition ([c5cc218](https://github.com/forgerock/forgerock-web-login-framework/commit/c5cc2181e3e583050abfe673c2c981b4fa961e1c))
114
+ - **close-style:** add autoClose event and fix CSS for KBA ([d8f55f8](https://github.com/forgerock/forgerock-web-login-framework/commit/d8f55f8e2dea864969f5da038d4341d88f0706d2))
115
+ - **components:** start simple component development ([4dc8d2c](https://github.com/forgerock/forgerock-web-login-framework/commit/4dc8d2c44bd64b31d242f0eca668b3c6db3e5898))
116
+ - **core:** add primitives, stories, tests, a11y ([e8f94ee](https://github.com/forgerock/forgerock-web-login-framework/commit/e8f94eec0d506d6516097a4274b82f2c5f339e26))
117
+ - **default-theme:** create default theme, primitives only ([0e84a29](https://github.com/forgerock/forgerock-web-login-framework/commit/0e84a296c27db35bac44f0f8ca60d2c9f730521b))
118
+ - **docs:** add docs site internally to project ([d553a12](https://github.com/forgerock/forgerock-web-login-framework/commit/d553a12099cd0ba8633328ccb913464036b880c5))
119
+ - **error-handling:** improve form error handling ([9346305](https://github.com/forgerock/forgerock-web-login-framework/commit/9346305cfeb514a118f3f432ef8e329e1479606e))
120
+ - **i18n:** adding internationalization ([2795169](https://github.com/forgerock/forgerock-web-login-framework/commit/2795169a3c78fef0b93b36d12d490753d0073128))
121
+ - **i18n:** improve internationalization ([4d95aca](https://github.com/forgerock/forgerock-web-login-framework/commit/4d95aca8eeb3116c3caf5667cfa79915f78fcf0f))
122
+ - **journey:** add configurable journeys ([96d83f4](https://github.com/forgerock/forgerock-web-login-framework/commit/96d83f440bf7799f137d7589b285c4cf1f203cfa))
123
+ - **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/forgerock/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
124
+ - **journeys:** continue configurable journey work ([1b4fb19](https://github.com/forgerock/forgerock-web-login-framework/commit/1b4fb19982690282891d99c77fa219ce7e6880f2))
125
+ - **journeys:** fixing configurable journey issues and storybook ([cb3f762](https://github.com/forgerock/forgerock-web-login-framework/commit/cb3f7628f98f8f2a9e3ca2112254a737e12e8990))
126
+ - **journeys:** improved types for configured journeys ([86c32ec](https://github.com/forgerock/forgerock-web-login-framework/commit/86c32ec8cbf69f90ad4cb7a4cfb5d245299bce50))
127
+ - **kba:** add custom question feature ([8a71aa9](https://github.com/forgerock/forgerock-web-login-framework/commit/8a71aa9f108acf0d7d3f8f64b420ebf3c28cd0cf))
128
+ - **logo:** add logo support ([e9e2b18](https://github.com/forgerock/forgerock-web-login-framework/commit/e9e2b18e267c44cec9c0398e06283493af498a8e))
129
+ - **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/forgerock/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
130
+ - **policies:** improve policy handling and IDM validation failure ([59898c2](https://github.com/forgerock/forgerock-web-login-framework/commit/59898c2cee55bf5928898f60d968198b3b1fef24))
131
+ - **quality:** improve testing and code quality ([67540b2](https://github.com/forgerock/forgerock-web-login-framework/commit/67540b284851b2b1b6afacb1d6ea7b01721bc613))
132
+ - **radio:** add standard and animated radio buttons ([9c16408](https://github.com/forgerock/forgerock-web-login-framework/commit/9c1640899d9a71f4ffd54f1afd43d8f127b8a397))
133
+ - **root:** update-package-publishing ([dd4e771](https://github.com/forgerock/forgerock-web-login-framework/commit/dd4e771dded5f7a112f4221296f1f5f07e662151))
134
+ - **self-submitting:** add self-submitting form and pollingwait support ([18e213f](https://github.com/forgerock/forgerock-web-login-framework/commit/18e213f0f72f5e4cc3fd86515c27eb3f15185395))
135
+ - **semantic-release:** semantic-release-and-ci ([61e6a64](https://github.com/forgerock/forgerock-web-login-framework/commit/61e6a64fbb7366cbbf56c9c3a2079764a5fd4eb5))
136
+ - **sessions:** clean up proxy and session mgmt ([8af4101](https://github.com/forgerock/forgerock-web-login-framework/commit/8af410185436b2623ababd97424b0a564daa0fa8))
137
+ - **ssr:** improve server-side rendering with initial call on server ([e00c633](https://github.com/forgerock/forgerock-web-login-framework/commit/e00c6339eafdf12f7022100f78d5896034ce4d02))
138
+ - **storybook:** add storybook with vite-builder ([b595db6](https://github.com/forgerock/forgerock-web-login-framework/commit/b595db6af7d134aaf3427e8102f102b2db81e2d2))
139
+ - **styles:** organize styling approach ([91e3777](https://github.com/forgerock/forgerock-web-login-framework/commit/91e37776a59b1b6c6aacb3c3dd5fa5aa59b8edb0))
140
+ - **suspended-id:** add support for suspended id ([d6d53ef](https://github.com/forgerock/forgerock-web-login-framework/commit/d6d53efe8b9d23c00fea5dec378af4449bcf25e3))
141
+ - **testing-doc:** add testing doc and improve readme ([bfd36f5](https://github.com/forgerock/forgerock-web-login-framework/commit/bfd36f55916b8b46d5b29aad7fb07ab1dbafdec6))
142
+ - text-output-support ([d88e691](https://github.com/forgerock/forgerock-web-login-framework/commit/d88e691d9a415bb22b2e3f5d82cc8acbbdb787aa))
143
+ - **theme:** add dark mode & error handling to primitives ([d885ebe](https://github.com/forgerock/forgerock-web-login-framework/commit/d885ebe9c2365163b9b5f77c6b7f8c77de319419))
144
+ - **theme:** improve input validation and error reporting ([52ed92c](https://github.com/forgerock/forgerock-web-login-framework/commit/52ed92cc610cdf0965b8fd7a1b46c9ed6a8a2ac3))
145
+ - **theme:** improve variable uses for better customization ([91980fc](https://github.com/forgerock/forgerock-web-login-framework/commit/91980fc41580d096e994171645e00251323b3684))
146
+ - upgrade-ci ([371e73f](https://github.com/forgerock/forgerock-web-login-framework/commit/371e73fe1cb05661356e9d693992a965f81440ef))
147
+ - **validation-stages:** added Zod for data validation and custom stages ([a271100](https://github.com/forgerock/forgerock-web-login-framework/commit/a271100e10529518fbe13ede800f32a3034f0ff5))
148
+ - **validation:** input errors from server and keyboard focus ([1d19af8](https://github.com/forgerock/forgerock-web-login-framework/commit/1d19af87bab258a768bf55c75476b0c38b2b3735))
149
+ - **vitest:** add vitest and fix storybook config ([2196ae0](https://github.com/forgerock/forgerock-web-login-framework/commit/2196ae0fce19ff47c4e17f743aa57477ae33f209))
150
+ - **widget-callbacks:** add inline widget and callbacks from sample apps ([62cb811](https://github.com/forgerock/forgerock-web-login-framework/commit/62cb811e3705bada9fdaeb7ba589bcbabf8ed58f))
151
+
152
+ # [1.0.0-alpha.12](https://github.com/cerebrl/forgerock-web-login-framework/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-01-30)
153
+
154
+ ### Bug Fixes
155
+
156
+ - **update-rollup:** es only locally, cjs in CI for release ([40a2f55](https://github.com/cerebrl/forgerock-web-login-framework/commit/40a2f55887c9c5b7ed7eef47339c035d6c766afe))
157
+
158
+ # [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)
104
159
 
160
+ ### Features
161
+
162
+ - **notify-slack:** slack notification on semantic-version-release ([d8552a0](https://github.com/cerebrl/forgerock-web-login-framework/commit/d8552a03a8cfdf3ce4f484e5de57c2a74ae26c5d))
163
+
164
+ # [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)
105
165
 
106
166
  ### Bug Fixes
107
167
 
108
- * links were required which makes zod throw an error in prod! ([125be19](https://github.com/cerebrl/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
168
+ - links were required which makes zod throw an error in prod! ([125be19](https://github.com/cerebrl/forgerock-web-login-framework/commit/125be19abe9876e18bce7d56d84879bfd611d856))
109
169
 
110
170
  # [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
171
 
112
-
113
172
  ### Features
114
173
 
115
- * **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/cerebrl/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
116
- * **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/cerebrl/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
174
+ - **callbacks:** added support for confirmation, choice and password with stage metadata ([3a296d7](https://github.com/cerebrl/forgerock-web-login-framework/commit/3a296d7c666d8e902a3b18ab830a31a734b06d6f))
175
+ - **journey:** add stage attribute metadata to existing metadata journey state ([55bbb63](https://github.com/cerebrl/forgerock-web-login-framework/commit/55bbb63d79304d52764ad31905fd655d13105d39))
117
176
 
118
177
  # [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
178
 
120
-
121
179
  ### Bug Fixes
122
180
 
123
- * **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/cerebrl/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
124
- * **root:** update publishing to add readme and changelog ([568ee71](https://github.com/cerebrl/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))
181
+ - **release-process:** husky breaks ci commits so we should disable it ([604783b](https://github.com/cerebrl/forgerock-web-login-framework/commit/604783ba2f9cf5347079379bd4277707d1619bbc))
182
+ - **root:** update publishing to add readme and changelog ([568ee71](https://github.com/cerebrl/forgerock-web-login-framework/commit/568ee71245737a15b4ecb6637271e671e4cc8a4f))