Skip to content

Commit 8bbac1e

Browse files
chore(release): version packages
1 parent ccc01c4 commit 8bbac1e

6 files changed

Lines changed: 29 additions & 33 deletions

File tree

.changeset/add-custom-components.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/add-textinput-callback.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/fix-en-locale-typo.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/svelte5-pnpm-monorepo.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/login-widget/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# [1.3.0](https://github.com/forgerock/forgerock-web-login-framework/compare/v1.2.1...v1.3.0) (2024-06-05)
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#458](https://github.com/ForgeRock/forgerock-web-login-framework/pull/458) [`b0db37f`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/b0db37f0d7cda840b4748e977e71247cb54bd8d6) Thanks [@SteinGabriel](https://github.com/SteinGabriel)! - Add support for custom callback and stage components.
8+
9+
- [#450](https://github.com/ForgeRock/forgerock-web-login-framework/pull/450) [`2265fd7`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/2265fd7f77cea57cb0b77f701a4c16e80a9d44f1) Thanks [@SteinGabriel](https://github.com/SteinGabriel)! - Add `TextInputCallback` support in the login widget callback renderer.
10+
11+
- Map and render `TextInputCallback` using existing text input composition patterns.
12+
- Include callback metadata handling so steps treat `TextInputCallback` as required user input.
13+
- Add Storybook coverage and Playwright E2E coverage for submit flow and TextInput edge cases.
14+
15+
- [#400](https://github.com/ForgeRock/forgerock-web-login-framework/pull/400) [`5f8b168`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/5f8b16811d3a4fd79f7b7f11501a8c6b34f0c119) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Migrate to Svelte 5, pnpm monorepo architecture, and fix published type declarations
16+
17+
- Upgrade Svelte from v3/v4 to v5 with backward-compatible legacy mode
18+
- Restructure project into pnpm workspaces: `packages/login-widget`, `apps/login-app`, `e2e/`, `core/`
19+
- Fix published type declarations by namespacing core types under `dist/core/` with correct relative paths
20+
- Upgrade Storybook from v7 to v10
21+
- Replace Rollup with Vite for all builds
22+
- Overhaul CI pipeline for pnpm strict dependency isolation
23+
24+
### Patch Changes
25+
26+
- [#446](https://github.com/ForgeRock/forgerock-web-login-framework/pull/446) [`16d48f3`](https://github.com/ForgeRock/forgerock-web-login-framework/commit/16d48f3a93dc34733e9b6fc410ff50630890ed11) Thanks [@SteinGabriel](https://github.com/SteinGabriel)! - Fix English locale copy: authenticator typo and grammar wording updates.
27+
328
### Bug Fixes
429

530
- **add loglevel to widget config:** widget config to support loglevel option ([db864e9](https://github.com/forgerock/forgerock-web-login-framework/commit/db864e9964018f0aa3e51cea90c126f2e8800d86))

packages/login-widget/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forgerock/login-widget",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"type": "module",
55
"exports": {
66
".": {
@@ -15,7 +15,9 @@
1515
"types": "./dist/index.d.ts",
1616
"unpkg": "./dist/widget.iife.js",
1717
"jsdelivr": "./dist/widget.iife.js",
18-
"files": ["dist"],
18+
"files": [
19+
"dist"
20+
],
1921
"repository": {
2022
"url": "https://github.com/ForgeRock/forgerock-web-login-framework.git"
2123
},

0 commit comments

Comments
 (0)