chore: version packages - #85
Merged
Merged
Conversation
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
seamless-templates@0.12.0
Minor Changes
1238425: Move the starters onto the current Seamless Auth packages.
@seamless-auth/reactgoes from 0.9.0 to 0.11.0 in both React starters,@seamless-auth/expressfrom 0.12.0 to 0.13.0, and@seamless-auth/fastifyfrom 0.3.1 to 0.4.0. These are all 0.x minors, so a caret range on the old
version would never have resolved to them and a scaffolded project stayed on
the versions pinned here however long ago.
The adapter bumps are pass-through. Both now forward a
redirectUrifrom themagic link request body to the auth API, and neither changes a type or a route
the starters touch, so the templates only needed the version.
The React bump drops
--seamless-disabled, which 0.11.0 stopped reading whenthe disabled submit button became the enabled button at reduced opacity rather
than a filled grey. The token is removed from
shared/react-app/index.cssandsynced into both starters. Every other
--seamless-*token behaves as before.Two behaviour changes arrive in the bundled screens that no starter code drives.
The passkey enrolment view no longer asks for a device name before the browser
prompt, and fills the credential's
friendlyNamewith the enrolling deviceinstead. The sign-in screen now says why a disabled submit is refusing, in a
live region under the button.
The React bump also adds capability the starters do not use yet:
AuthProvidertakes amagicLinkRedirectUri,finishOAuthLoginresolves withthe
returnTothe flow asked for,registerPasskeyaccepts anattachment,and
getPasskeyPolicyErrorCode()reads a policy refusal off a failedregistration. The OAuth starter's own callback page still lands on
/, which iswhat it did before and what
returnToresolves to while its login sends none.