chore(release): version packages#436
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
8aab4df to
846e0f9
Compare
9a914a0 to
aa2a37f
Compare
c7f2e47 to
35550c1
Compare
35550c1 to
b0eae66
Compare
bc5bd19 to
8bbac1e
Compare
deaf4d7 to
97cc3d4
Compare
97cc3d4 to
8b070d9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@forgerock/login-widget@2.0.0
Major Changes
89ae057Thanks @vatsalparikh! - Migrate the journey flow implementation from@forgerock/javascript-sdkto@forgerock/journey-client.Minor Changes
#458
b0db37fThanks @SteinGabriel! - Add support for custom callback and stage components.#450
2265fd7Thanks @SteinGabriel! - AddTextInputCallbacksupport in the login widget callback renderer.TextInputCallbackusing existing text input composition patterns.TextInputCallbackas required user input.#470
b2bec85Thanks @vatsalparikh! - Autofill with passkeys for Webauthn journeys#400
5f8b168Thanks @ryanbas21! - Migrate to Svelte 5, pnpm monorepo architecture, and fix published type declarationspackages/login-widget,apps/login-app,e2e/,core/dist/core/with correct relative paths#471
e574fabThanks @ryanbas21! - Upgradezodfrom3.22.4to^4.3.6andxssfrom1.0.14to^1.0.15.core/sdk.config.tsconfig schema to Zod v4: replace the removedz.function().args().returns()schema form withz.custom<Fn>()for thecallbackFactory,middleware, andtokenStorefunction validators;collapse the
z.nativeEnum(CallbackType)validator (which was part of theremoved
z.function().args()chain) intoz.custom<CallbackFactoryFn>(); collapse{ invalid_type_error, required_error }into the unifiederrorcallback.
core/_utilities/i18n.utilities.tsto the two-argumentz.record(keySchema, valueSchema)form required by v4.z.infer<typeof partialConfigSchema>)is preserved; no behavior change at runtime.
Patch Changes
16d48f3Thanks @SteinGabriel! - Fix English locale copy: authenticator typo and grammar wording updates.Bug Fixes
Features
1.3.0-beta.2 (2024-05-28)
Bug Fixes
1.3.0-beta.1 (2024-05-28)
Bug Fixes
Features
1.3.0-beta.1 (2024-05-22)
Features
1.3.0-beta.1 (2024-05-22)
Features
1.3.0-beta.1 (2024-05-22)
Features
1.3.0-beta.1 (2024-05-22)
Features
1.3.0-beta.1 (2024-05-22)
Features
1.3.0-beta.1 (2024-05-21)
Features
1.2.1 (2024-01-09)
Bug Fixes
Features
1.2.0-beta.13 (2023-12-15)
Features
1.2.0-beta.12 (2023-12-15)
Bug Fixes
1.2.0-beta.11 (2023-12-13)
Bug Fixes
1.2.0-beta.10 (2023-12-12)
Bug Fixes
Features
1.2.0-beta.9 (2023-11-13)
Bug Fixes
1.2.0-beta.8 (2023-10-26)
Features
1.2.0-beta.7 (2023-10-19)
Bug Fixes
1.2.0-beta.6 (2023-10-19)
Features
1.2.0-beta.5 (2023-10-10)
Bug Fixes
1.2.0-beta.4 (2023-10-05)
Bug Fixes
1.2.0-beta.3 (2023-10-05)
Features
1.2.0-beta.2 (2023-09-19)
Bug Fixes
1.2.0-beta.1 (2023-09-13)
Features
1.2.0 (2023-09-12)
Features
1.1.0 (2023-07-27)
Features
1.1.0-beta.2 (2023-06-22)
Features
1.1.0-beta.1 (2023-06-12)
Features
@forgerock/login-framework-cli@0.2.0
Minor Changes
#464
1a8ab4eThanks @SteinGabriel! - Addping-lfCLI tool (tools/cli/) for bootstrapping and maintaining Login Framework projects.Three commands:
init <directory>— fetches a GitHub release and scaffolds a new project directory with all necessary configuration, dependencies, and an emptyexperimental/custom/structure ready forpnpm install.generate callback|stage <Name>— scaffolds a new custom callback or stage component from templates, naming files correctly (PascalCase → kebab-case) and regenerating the component registry.update [--version <ver>]— fetches the target framework release and overwrites core files while preservingexperimental/custom/, then regenerates the registry and updates.generator-version.Installable via
npm install -g @forgerock/login-framework-cli.