# @stytch/vanilla-js

## 6.3.0

### Minor Changes

- 73526aa: Adds support for the providerParams parameter in the SSO authentication flow.

## 6.2.0

### Minor Changes

- da61a9e: Add an inviteExpirationMinutes parameter to the AdminPortalMemberManagement component

## 6.1.0

### Minor Changes

- e44c5f5: Adds support for Email Magic Links expiration minutes parameters to the B2B pre-built UI config

## 6.0.11

### Patch Changes

- 825977a: Fix error handling for B2B password email form

## 6.0.10

### Patch Changes

- f18b888: Update bundled js-cookie version.
  Update error code types.

## 6.0.9

### Patch Changes

- bd4651c: Fixes an issue where the email was empty when resending an email magic link for the Consumer StytchLogin component

## 6.0.8

### Patch Changes

- b2d7758: Fixes an issue where the login redirect URL is not set properly in the B2B pre-built password reset UI

## 6.0.7

### Patch Changes

- b594988: Fix version number in SDK identifier in requests

## 6.0.6

### Patch Changes

- 04ecaa9: Tweak code for password to fix issue with directCreateOrganizationForNoMembership

## 5.45.1

### Patch Changes

- 2486593: Remove token from URL as `authenticate()` call is made rather than after success. This prevents rare double calling if the user reloads the page while the call was being made.

## 6.0.5

### Patch Changes

- e7a8be7: Remove token from URL as authenticate() call is made rather than after success. This prevents rare double calling if the user reloads the page while the call was being made.

## 6.0.4

### Patch Changes

- 0c5334c: Fix DiscoveredOrganization.mfa_required.member_options types

## 6.0.3

### Patch Changes

- 330ce99: Tweak watermark spacing
- b4bf9e3: Improve data fetching for TOTP enrollment

## 6.0.2

### Patch Changes

- 5f66066: Fix font size issue on some anchor buttons

## 6.0.1

This is a major release, containing a redesign of our frontend components and package structure.

**We recommend [reading our upgrade guide](https://stytch.com/docs/api-reference/consumer/frontend-sdks/vanilla-js/upgrade-guide) when updating to this version**.

### Breaking changes

- `@stytch/vanilla-js` now ships standard custom elements which need to be registered before usage
- `@stytch/vanilla-js/ui` is now merged into the main export
- `config.products` must use `Products` and `B2BProducts` enum, not strings
- Styling is now done through a new presentation configuration object
- Code is now transpiled only up to our browser support level to reduce sizes

### Update highlights

- Redesigned frontend components that are more modern, accessible and configurable
- Components have now been reviewed and tested for accessibility
- shadcn UI theming compatibility out of the box
- Automatic light / dark mode switching now supported
- Significantly smaller bundle sizes through modern transpilation targets and tree shaking
- Clientside validation for configs now only occur in development build to reduce bundle size from validation message strings
- @stytch/vanilla-js now exports standard web components (custom element), allowing for easy integration with other frameworks like Vue.js and Svelte

## 6.0.0

This version was released with broken packaging. We recommend upgrading to 6.0.1 if you have this version.

## 5.45.0

### Minor Changes

- 080c4a1: Propagates Custom Org Roles in Admin Portal.

## 5.44.2

### Patch Changes

- b3730bf: Fix custom API endpoint always being accessed even when unconfigured

## 5.44.1

### Patch Changes

- 5a0ad5c: Add `external_id` to Member and User types and add `organization_external_id` to Organization type

## 5.44.0

### Minor Changes

- 4c9c7ec: Support passing domain option to passkey auth in StytchLoginConfig

### Patch Changes

- 42bd729: Fix B2B Oauth authenticateByUrl handling
- 96e4b6e: Don't filter out passwords on B2B step-up auth

## 5.43.0

### Minor Changes

- 2da1e4d: Add `keepSessionAlive` boolean flag to `StytchClientOptions`. When set, the client will automatically refresh the session as long as the client is active
- f181abf: Include custom org roles in local authorization checks
- e4445f3: Add TypeScript typings for strings prop / param. The types is available as Strings and is opt in. We recommend using them like `const strings: Strings = { 'button.usePassword': 'Log in with password' }`. `Strings` is a partial since we recommend you only include strings that you need, but if you need every string mapped (such as in a full localization), you can use `Required<Strings>`.

### Patch Changes

- 17e589c: B2B: Add support for `ALL_ALLOWED` organization `email_jit_provisioning` setting
- Updated dependencies [2da1e4d]
- Updated dependencies [f181abf]
- Updated dependencies [17e589c]
  - @stytch/core@2.66.0

## 5.42.0

### Minor Changes

- 51779f2: Add support for the OAuth Attach flow

### Patch Changes

- Updated dependencies [51779f2]
  - @stytch/core@2.65.0

## 5.41.1

### Patch Changes

- 2fabc69: Fix endpoint options still being preferred for custom endpoint config
- 4311e82: Fix last used Oauth method not updated when Google One Tap fallback button is clicked
- 25e43f0: Add types for Member.is_admin
- Updated dependencies [25e43f0]
  - @stytch/core@2.64.1

## 5.41.0

### Minor Changes

- 0941d96: Add StytchClient.authenticateByUrl method for handling URL containing auth token.
  You can call this method on the page users are redirected to after logging in via OAuth, SSO or magic link.
  Stytch SDK will automatically evoke the correct authenticate method.
- 9a503d3: feat: Add support for RFC 8707 style resource parameter parsing to IDP code

### Patch Changes

- 9054b80: Guarantee `response_type` will always be present again
- a640aa9: Fix missing breached password error message for zxcvbn password config in pre-built UI
- 3d625ba: Fix error message when B2B discovery EML auth encounters an error in prebuilt UI
- Updated dependencies [9a503d3]
  - @stytch/core@2.64.0

## 5.40.0

### Minor Changes

- c64d639: When initializing StytchClient, the endpointOptions object is now deprecated
  apiDomain and testApiDomain are now configured using customBaseUrl directly on the root object
  fppaDomain and dfpCdnDomain are now configured as dfppaUrl and dfpCdnUrl directly on the root object
- b099ae8: Sourcemaps are now included

### Patch Changes

- Updated dependencies [c64d639]
- Updated dependencies [b099ae8]
  - @stytch/core@2.63.0

## 5.39.0

### Minor Changes

- 3008b9e: Add the ability for users to go back from the MFA enrollment screen to change their enrollment method
- c2782be: Add options to the Admin Portal Member Management and SSO Connections configuration to specify the redirect URL when inviting members and testing SSO connections

## 5.38.1

### Patch Changes

- 1ddbbf7: Fix missing empty state text in admin portal onboarding access control lists

## 5.38.0

### Minor Changes

- 594c113: Update designs for Passkey prebuild UI component
  Passkey components will now respect theming
  Improve Passkey component error handling
  New localization strings for Passkey components - `button.edit`, `button.save` and `passkey.editing.label`. These are used in accessibility labels for non-visual users.
  New configurable theme colors: `colors.accent` and `colors.warning`
  Fix types for `stytchClient.user.get()` - it cannot return `Promise<null>`
- bd48584: Store last used OAuth and SSO method locally and move it to the top of the list the next time users visit the log in page.
  Add "provider.lastUsed" translation string for "Last used" text indicating the last used auth method.

### Patch Changes

- c1c8a67: Fix bugs in passkey error handling
- a8fffb2: Fix missing focus styling around buttons.
  Fix show/hide password button accessibility label.
  Add `button.hidePassword` and `button.showPassword` to localizable strings for the label.
- Updated dependencies [594c113]
- Updated dependencies [c1c8a67]
  - @stytch/core@2.62.1

## 5.37.1

### Patch Changes

- Updated dependencies [6394dd4]
  - @stytch/core@2.62.0

## 5.37.0

### Minor Changes

- 6615b0f: Add submitted email to MagicLinkLoginOrCreateEvent and B2BMagicLinkEmailLoginOrSignup callback events.

### Patch Changes

- ec5f24c: Fix passkey auth on login page

## 5.36.0

### Minor Changes

- 2f9917a: Add Reinvite user button to Admin Portal Member Management
- 0c1a944: Update labels to use `<label>` element and improve accessibility
  New `formField.phone.label` string for phone number input label and `formField.countryCode.label` for country code label
  `formField.password.ariaLabel` string has been folded into `formField.password.label` and can be removed

### Patch Changes

- 911151b: Fix image alignment on some success screens
- ee4c32f: Update localization library lingui to 5.5.0
- b1af064: Update error message
- ce927e4: Deduplicate and update dependencies
- Updated dependencies [a1bc063]
  - @stytch/core@2.61.1

## 5.35.1

### Patch Changes

- 0af9049: bug fixes

## 5.35.0

### Minor Changes

- 21b1777: refactor trusted auth token attestation in IDPConsentScreen components

## 5.34.0

### Minor Changes

- 2e86f80: Add Encrypted SAML Assertion support

### Patch Changes

- Updated dependencies [2e86f80]
  - @stytch/core@2.61.0

## 5.33.0

### Minor Changes

- 14e5e22: Introduce trustedAuthTokenParams to IDP component
- 2fc35e7: Export parseOAuthParams function for passing to OAuthAuthorize endpoints

### Patch Changes

- 2fc35e7: Add parseOAuthParams util function for parsing OAuth parameters
- Updated dependencies [14e5e22]
  - @stytch/core@2.60.0

## 5.32.0

### Minor Changes

- d850be0: Add `organization_slug` to MemberSession type

### Patch Changes

- Updated dependencies [d850be0]
  - @stytch/core@2.59.0

## 5.31.2

### Patch Changes

- 32f88be: Publicize the B2B IDP types
- Updated dependencies [32f88be]
  - @stytch/core@2.58.1

## 5.31.1

### Patch Changes

- Updated dependencies [3c4ec06]
  - @stytch/core@2.58.0

## 5.31.0

### Minor Changes

- d27e450: feat: add device history support to all authentication methods

### Patch Changes

- Updated dependencies [d27e450]
  - @stytch/core@2.57.0

## 5.30.0

### Minor Changes

- 658bbe3: Add locale to UI options and pass through to client endpoints as appropriate

### Patch Changes

- 4dd85bb: Add event tracking on IDP render
- Updated dependencies [658bbe3]
  - @stytch/core@2.56.0

## 5.29.1

### Patch Changes

- 4f0814c: Fixes a bug with the treatment of custom scopes in Consumer IdentityProvider component

## 5.29.0

### Minor Changes

- 14f8002: Add in Hook and HOC for accessing user roles
- e7826a1: Handle network errors in Text Customization
- bb71ab5: Handle zxcvbn rules in Text Customization

### Patch Changes

- Updated dependencies [14f8002]
  - @stytch/core@2.55.0

## 5.28.0

### Minor Changes

- b28ad75: Add StartEmailUpdate to initiate self-serve member email updates

## 5.27.0

### Minor Changes

- 82b9803: Adds support for the logo style config to IdP Consent UI component

## 5.26.0

### Minor Changes

- 0fa72fa: Adds in support for custom scopes to Consumer applications

### Patch Changes

- 06d3d08: Make session handling more resiliant to changing domains
- e410edb: Fix issue where SDKB2BDiscoveryIntermediateSessionsExchange can sometimes double trigger

## 5.25.2

### Patch Changes

- a168ac1: Fix: re-include OIDC prompt parameter support that was erroneously removed.
- 8a32b3f: Fix an issue with localization in the PasswordError component when using custom password strength rules
- Updated dependencies [89582f5]
- Updated dependencies [a07a7ba]
- Updated dependencies [517dc88]
  - @stytch/core@2.53.0

## 5.25.1

### Patch Changes

- Updated dependencies [bf4a177]
  - @stytch/core@2.52.1

## 5.25.0

### Minor Changes

- a665bfa: Allow specifying text overrides and text translastion via the `strings` configuration.

### Patch Changes

- Updated dependencies [e79591a]
- Updated dependencies [a665bfa]
  - @stytch/core@2.52.0

## 5.24.6

### Patch Changes

- cbda0b4: Use API-generated error types
- Updated dependencies [cbda0b4]
  - @stytch/core@2.51.2

## 5.24.5

### Patch Changes

- 499e2ac: Update documentation for B2B Passwords Reset By Email method
- Updated dependencies [499e2ac]
  - @stytch/core@2.51.1

## 5.24.4

### Patch Changes

- 9349a6b: Add error handling for claimed domains in the Discovery flow when no valid organizations are found
- Updated dependencies [f578344]
  - @stytch/core@2.51.0

## 5.24.3

### Patch Changes

- 1e2f700: Remove validations for requiring `response_type` in OAuthAuthorize params

## 5.24.2

### Patch Changes

- c9ba33b: Add better indication for resent OTPs
- 9e97735: Add Access Token Exchange headless method for Consumer Sessions
- 2509c47: Fix a bug with internal handling of non-StytchAPIError errors
- Updated dependencies [9e97735]
- Updated dependencies [2509c47]
  - @stytch/core@2.50.2

## 5.24.1

### Patch Changes

- 35d5882: More gracefully handle a null or undefined public token
- a87a73d: More gracefully handle instances where `sessionOptions` is missing from the `StytchB2BUIConfig`
- 9a44b4c: Update the error message provided on incorrect password
- 6d5a4ee: Respect selected theme colors on the eye icons within password input
- Updated dependencies [a87a73d]
  - @stytch/core@2.50.1

## 5.24.0

### Minor Changes

- 2696b2e: Add `cancel_on_tap_outside` option to control whether Google One Tap prompt is automatically dismissed when user taps outside

### Patch Changes

- Updated dependencies [2696b2e]
  - @stytch/core@2.50.0

## 5.23.5

### Patch Changes

- 0518cd6: Add `created_at` and `updated_at` fields to the `Member` object type definition
- Updated dependencies [0518cd6]
  - @stytch/core@2.49.3

## 5.23.4

### Patch Changes

- 38e0b74: Fix an issue where OAuth accounts could sometimes not be enabled for user onboarding in Admin Portal

## 5.23.3

### Patch Changes

- 36c78e7: Add id to SSO Discovery button

## 5.23.2

### Patch Changes

- a576a0e: Add support for `idp_user_id` attribute mapping when creating SSO connections via Admin Portal
- Updated dependencies [91c7414]
  - @stytch/core@2.49.2

## 5.23.1

### Patch Changes

- 5108b4a: Update SSO configuration instructions to reference project name rather than organization name

## 5.23.0

### Minor Changes

- 110ecdb: Add `inviteTemplateId` to Admin Portal Member Management configuration to specify the template used for email invitations

## 5.22.8

### Patch Changes

- ea85029: When assigning roles to SSO connections in Admin Portal, allow SSO group names to contain spaces rather than treat them as a space-delimited list of groups

## 5.22.7

### Patch Changes

- 1e9ab0e: Update error messages when Stytch client is created using incorrect method in a server environment
- Updated dependencies [4e481d6]
  - @stytch/core@2.49.1

## 5.22.6

### Patch Changes

- f1544cb: Improve error message when sending an email fails
- Updated dependencies [aef9942]
  - @stytch/core@2.49.0

## 5.22.5

### Patch Changes

- Updated dependencies [f6f5d76]
  - @stytch/core@2.48.1

## 5.22.4

### Patch Changes

- Updated dependencies [cba1e55]
- Updated dependencies [f995e6f]
  - @stytch/core@2.48.0

## 5.22.3

### Patch Changes

- Updated dependencies [98ed122]
  - @stytch/core@2.47.2

## 5.22.2

### Patch Changes

- 96dcc21: Wrap long organization names without spaces in B2B discovery menu

## 5.22.1

### Patch Changes

- Updated dependencies [1f12065]
  - @stytch/core@2.47.1

## 5.22.0

### Minor Changes

- 2042f8f: Add `B2B_SSO_DISCOVER_CONNECTIONS` callback for SSO discovery

### Patch Changes

- 98e8934: Fix issue where organization and application logos were both hidden when both were specified
- 75f8f76: Show loading state when navigating to SSO login page directly from email input during SSO discovery
- Updated dependencies [2042f8f]
  - @stytch/core@2.47.0

## 5.21.1

### Patch Changes

- 25c76b4: Improve error messages when a supplied email address is marked as inactive
- c20addb: Fix some README typos

## 5.21.0

### Minor Changes

- cdfe08f: Add support for VerifyEmailTemplateID to Password Configs

### Patch Changes

- 02c5634: Fix an erroneous error message about JIT provisioning when an existing member attempts to log into an organization using cross-org passwords
- 3ac4cc2: Use configured login and redirect URLs when automatically invoking SSO during post-discovery step up
- 282840a: Fix links in dev-facing error messages
- Updated dependencies [cdfe08f]
- Updated dependencies [99047cd]
- Updated dependencies [c311e80]
- Updated dependencies [19af3af]
  - @stytch/core@2.46.0

## 5.20.3

### Patch Changes

- 0546f96: Preserve email address input in B2B UI when choosing "use a password instead"
- 818d8b3: Detect and log an error when a consumer Stytch client is instantiated with a public token for a B2B project and vice versa
- 6936466: Show back arrow on B2B discovery error screens

## 5.20.2

### Patch Changes

- bdc3eca: Relax email address validation

## 5.20.1

### Patch Changes

- Updated dependencies [f97784d]
- Updated dependencies [f97784d]
- Updated dependencies [f97784d]
  - @stytch/core@2.45.1

## 5.20.0

### Minor Changes

- 4427412: Allow specifying an organization slug via configuration when using the organization-specific auth flow, rather than relying on the URL. Specify an organization slug using `config.organizationSlug`.

### Patch Changes

- Updated dependencies [4427412]
  - @stytch/core@2.45.0

## 5.19.1

### Patch Changes

- b04388e: Fix incorrect error message when re-sending a B2B email one-time passcode fails
- c98bfe2: Informative error for discovery logins that are disallowed due to claimed email domains

## 5.19.0

### Minor Changes

- a0edf9a: Added testApiDomain to endpointOptions for the StytchClient.

### Patch Changes

- Updated dependencies [a0edf9a]
  - @stytch/core@2.44.0

## 5.18.7

### Patch Changes

- 7308bb6: Fix IDP logout behavior when user is already logged out
- 570eb81: Fix logic to show email domains list in Admin Portal user onboarding

## 5.18.6

### Patch Changes

- 7d804d9: feat: Add support for accessTokenExchange to B2B Sessions Client
- Updated dependencies [7d804d9]
  - @stytch/core@2.43.1

## 5.18.5

### Patch Changes

- 2a7c784: fix: Allow empty scope in OAuth Authorization flows
- eaebaba: Updates our PrimaryAuthMethod logic to only remove passwords in the Tenanted Case

## 5.18.4

### Patch Changes

- 5295a21: Fix SCIM token rotation in Admin Portal

## 5.18.3

### Patch Changes

- abac789: Bundle TypeScript declaration files
- 6d2867a: Focus OTP input after code is rejected
- eac826f: Fix ordering of auth methods within tabs to more closely respect configuration

## 5.18.2

### Patch Changes

- 6a9f88a: Restrict OTP input to accept numbers only
- 6b8d784: Allow OAuth accounts to be added from the member's existing tenants in Admin Portal
- Updated dependencies [d4b1fb0]
- Updated dependencies [b22a95f]
  - @stytch/core@2.43.0

## 5.18.1

### Patch Changes

- Updated dependencies [5fdee97]
  - @stytch/core@2.42.2

## 5.18.0

### Minor Changes

- 4611342: feat: Add support for OIDC Single Logout flow to `<IdentityProvider />` and `<B2BIdentityProvider />` components

## 5.17.3

### Patch Changes

- 06b0031: Adjust spacing in discovered organizations UI

## 5.17.2

### Patch Changes

- 87e1137: Add dividers between inputs and buttons in B2B UI

## 5.17.1

### Patch Changes

- 3ef8b22: Add `signing_private_key` and `updated_at` fields to SAML connection types
- Updated dependencies [3ef8b22]
  - @stytch/core@2.42.1

## 5.17.0

### Minor Changes

- 0abb940: feat: Connected Apps OAuth Authorization component support (BETA)

### Patch Changes

- Updated dependencies [0abb940]
  - @stytch/core@2.42.0

## 5.16.0

### Minor Changes

- d5ed50c: Added User Impersonation to Consumer
- 9eb8e8c: Add dfpCdnDomain endpoint configuration

### Patch Changes

- 44db000: Improve appearance of nested headings within Admin Portal UI
- 327d692: Update watermark branding
- 550177f: Hide sections from Admin Portal user onboarding when corresponding auth methods are not allowed to be enabled
- Updated dependencies [8205f60]
- Updated dependencies [d5ed50c]
- Updated dependencies [9eb8e8c]
  - @stytch/core@2.41.0

## 5.15.0

### Minor Changes

- 63d41b2: Support SSO as a valid auth product in B2B Discovery UI

### Patch Changes

- Updated dependencies [63d41b2]
- Updated dependencies [63d41b2]
  - @stytch/core@2.40.0

## 5.14.1

### Patch Changes

- 6ecc567: Remove extra spacing between consecutive OAuth/SSO buttons in B2B login UI
- a0d1a7c: Upgrade dependencies used in Admin Portal UI

## 5.14.0

### Minor Changes

- f68caf9: Add UI callbacks for more B2B StytchClient events

### Patch Changes

- f2355d7: Make GitHub icon more legible against dark backgrounds
- 1dff222: Improve appearance of discovered organizations UI
- 5517ba2: Passkeys Fixes
- Updated dependencies [f68caf9]
- Updated dependencies [a14aa91]
- Updated dependencies [5517ba2]
  - @stytch/core@2.39.0

## 5.13.0

### Minor Changes

- c3463a1: Add `directCreateOrganizationForNoMembership` option to B2B login UI

### Patch Changes

- e783daa: Ensure provider parameters and scopes are used with Google OAuth buttons when One Tap is also enabled
- 47aa780: Improve loading behavior on organization login screen
- b7c8255: Always hide "create an organization" button when disabled in UI config
- Updated dependencies [c3463a1]
  - @stytch/core@2.38.0

## 5.12.0

### Minor Changes

- 6de3bf3: Added Automatic Impersonation Token Consumption to SDK UI

## 5.11.0

### Minor Changes

- 6daadc7: Add support for TypeScript-based Stytch project configurations
- 6daadc7: Add support for HttpOnly cookies, when enabled in the project configuration
- 6daadc7: Allow configuring API endpoint domain for live projects via `endpointOptions.apiDomain`

### Patch Changes

- Updated dependencies [6daadc7]
- Updated dependencies [6daadc7]
- Updated dependencies [6daadc7]
  - @stytch/core@2.37.0

## 5.10.6

### Patch Changes

- ba37550: Add discoveryRedirectUrl to B2BPasswordOptions
- Updated dependencies [ba37550]
  - @stytch/core@2.36.2

## 5.10.5

### Patch Changes

- Updated dependencies [778da18]
- Updated dependencies [c437e31]
  - @stytch/core@2.36.1

## 5.10.4

### Patch Changes

- 81209fc: Avoid flash when loading SCIM component in Admin Portal
- Updated dependencies [5679351]
  - @stytch/core@2.36.0

## 5.10.3

### Patch Changes

- Updated dependencies [c531314]
- Updated dependencies [5ab4a99]
  - @stytch/core@2.35.0

## 5.10.2

### Patch Changes

- b222514: Improve UX for Admin Portal's SSO connection configure

## 5.10.1

### Patch Changes

- f9e1a9b: In Admin Portal member management, indicate when an organization requires MFA of all members

## 5.10.0

### Minor Changes

- 3ca3f83: Added the ability to sort RBAC roles in Admin Portal

### Patch Changes

- f5334f1: Added the option to change `sso_jit_provisioning` in Admin Portal's Organization Settings
- 59fbc0c: Add OAuth Tenant settings to Admin Portal's Organization Settings
- 59fbc0c: Improve Admin Portal's Organization settings User onboarding UI
- Updated dependencies [5f9a5bf]
  - @stytch/core@2.34.4

## 5.9.4

### Patch Changes

- 67cbee6a: Add DFPPA to OTP Email Login Or Create
- Updated dependencies [67cbee6a]
  - @stytch/core@2.34.3

## 5.9.3

### Patch Changes

- 1c8dd136: Fix organization slug matching when using wildcard domains in test environments
- ab53dd91: Improve Admin Portal's JIT Provisioning UX

## 5.9.2

### Patch Changes

- 2457672f: Relax the requirement for products specified in the UI config to have a corresponding `*Options` configuration set if the product can use default options.
- Updated dependencies [2457672f]
  - @stytch/core@2.34.2

## 5.9.1

### Patch Changes

- 4fb5ef89: Admin Portal's SSO Connection Details page now has a Test Connection button for active SSO connections.
- 24f0e440: Allows discovery password reset flows to work without providing an explicit password reset url
- Updated dependencies [24f0e440]
  - @stytch/core@2.34.1

## 5.9.0

### Minor Changes

- dea8e947: Update text on Password Reset Flows

### Patch Changes

- 2b0e7e32: Fix issue where B2B UI login methods in certain combinations were shown in a different order than specified

## 5.8.0

### Minor Changes

- f7f4aef2: Support email OTP in B2B UI
- f7f4aef2: Add Email OTP Allowed Auth Method

### Patch Changes

- Updated dependencies [02d96ca5]
- Updated dependencies [f7f4aef2]
- Updated dependencies [f7f4aef2]
  - @stytch/core@2.34.0

## 5.7.0

### Minor Changes

- e85c63d6: Add in Cross-Org Password Flows to SDK UI

### Patch Changes

- Updated dependencies [e85c63d6]
  - @stytch/core@2.33.0

## 5.6.2

### Patch Changes

- 37b3dcd7: Improved error message for `ad_blocker_detected`
- fd5c8b0e: Remove workaround for setting cookies in older versions of Firefox
- a8572550: Error messages in the StytchLogin component no longer overflows the container

## 5.6.1

### Patch Changes

- 6390ec64: Gracefully handle localStorage exceptions
- Updated dependencies [7323668e]
  - @stytch/core@2.32.0

## 5.6.0

### Minor Changes

- e0e84646: Adds support for GitHub as a B2B OAuth provider.

### Patch Changes

- 7b85ee62: Admin Portal's Okta SAML SSO configuration can now be manually configured
- Updated dependencies [e0e84646]
  - @stytch/core@2.31.0

## 5.5.4

### Patch Changes

- 42982634: Admin Portal's SSO configuration page now has improved IdP specific instructions.

## 5.5.3

### Patch Changes

- 5b117909: Remove unused errorMessage field.
- Updated dependencies [f77f278b]
- Updated dependencies [5b117909]
- Updated dependencies [64abf2d2]
  - @stytch/core@2.30.0

## 5.5.2

### Patch Changes

- 5ea78051: Fix issue removing all SSO implicit role assignments via Admin Portal organization settings

## 5.5.1

### Patch Changes

- 953c4e34: Fix Google One Tap for B2B
- Updated dependencies [9dbf9e58]
  - @stytch/core@2.29.0

## 5.5.0

### Minor Changes

- db75c01d: Add Role Assignments component to Admin Portal's SCIM management component

### Patch Changes

- aafbe641: Add support for external SSO connections to Admin Portal
- e296c21a: Fix race condition when entering phone number

## 5.4.0

### Minor Changes

- d0b0584a: Add ability to create and update external SSO connections

### Patch Changes

- b8a4f6a9: Ensure errors are caught when certain network requests fail in Admin Portal
- da85c4bc: Improve discovery menu UI for longer organization names
- 1e7d6888: Improve Error messages for Admin Portal components
- f2b9c90f: Fix edit SCIM group role assignments in Admin Portal's Automatic Role Assignments section
- Updated dependencies [d0b0584a]
- Updated dependencies [ae0e899e]
  - @stytch/core@2.28.0

## 5.3.1

### Patch Changes

- d4b714d9: Allow users to perform actions for their own account in Admin portal's Member management
- 6481d2fa: In Admin Portal the Automatic Role assignments section's Save button is disabled if no changes are made.
- aae91065: Improve UX for Admin Portal SCIM configure
- 08c3ee05: Custom redirect URL query parameters are no longer cleared
- cde27656: Remove Vessel from B2C Setup a new crypto wallet screen
- 4903b416: Warn members that they cannot edit their own email address in the Admin Portal
- Updated dependencies [132a5d1e]
  - @stytch/core@2.27.0

## 5.3.0

### Minor Changes

- 160124c9: Add Admin Portal SCIM UI. The Admin Portal SCIM UI can be rendered using the `mountAdminPortalSCIM` function from `@stytch/vanilla-js/b2b/adminPortal`.

### Patch Changes

- 37c38c09: Added focus/hover to search bar in Admin Portal
- ee18f0c9: Improved navigation in Admin Portal
- fb578f50: Improved UX in Admin Portal
- 72314f6d: Improved UX for Admin Portal's Organization Settings
- 32da5166: Left align Add Role assignment button in Admin Portal Org settings
- 59e04104: Admin Portal buttons are now more consistent
- 2d4fe0e2: Admin Portal's improved Switch component
- d4cb6cbe: Admin Portal tables now use fixed widths
- 81c4138b: Warn members before they remove their own ability to assign roles in Admin Portal
- 4acd968d: Reordered components in Admin Portal Member Management details

## 5.2.0

### Minor Changes

- ac74c5e7: Support HubSpot and Slack as B2B OAuth providers

### Patch Changes

- ac74c5e7: Handle discovered organizations supporting JIT provisioning by OAuth tenant
- Updated dependencies [ac74c5e7]
  - @stytch/core@2.26.0

## 5.1.2

### Patch Changes

- Updated dependencies [b21b3fe6]
  - @stytch/core@2.25.1

## 5.1.1

### Patch Changes

- Updated dependencies [0937cda9]
- Updated dependencies [0937cda9]
  - @stytch/core@2.25.0

## 5.1.0

### Minor Changes

- a7785552: Invoke `StytchEventType.AuthenticateFlowComplete` when authentication UI flows are complete. This includes any steps that take place after obtaining a valid session, like saving recovery codes after MFA enrollment.

### Patch Changes

- afb384ef: Fix font size for AdminPortalOrgSettings heading
- Updated dependencies [a7785552]
- Updated dependencies [e568bca5]
  - @stytch/core@2.24.0

## 5.0.0

### Major Changes

- 3c39a997: Upgrades the Vanilla JS SDK to use a new backend implementation with increased performance, support tooling, and end-to-end observability

## 4.18.2

### Patch Changes

- Updated dependencies [9742b5a7]
  - @stytch/core@2.23.1

## 4.18.1

### Patch Changes

- b705c934: Update strings in Admin Portal UI
- Updated dependencies [1ace8943]
  - @stytch/core@2.23.0

## 4.18.0

### Minor Changes

- 2ce25093: Implements Sign in With Ethereum (SIWE) for crypto wallets
- fc59121a: Adds ability to view and unlink retired emails to HeadlessB2BOrganizationClient and HeadlessB2BSelfClient.

### Patch Changes

- Updated dependencies [2ce25093]
- Updated dependencies [1d36ed03]
- Updated dependencies [fc59121a]
  - @stytch/core@2.22.0

## 4.17.1

### Patch Changes

- c0cae756: Mark Admin Portal Organization UI config properties as optional
- 6701e5fa: Fix bug when organization has no active SCIM connections
- Updated dependencies [77b72734]
- Updated dependencies [6701e5fa]
  - @stytch/core@2.21.2

## 4.17.0

### Minor Changes

- 127aa71a: Add `container.borderWidth` and `container.padding` to the Admin Portal style configuration
- bb2e68bc: Support custom role display names and descriptions in organization settings and SSO Admin Portal components

### Patch Changes

- e55e9eef: Honor more custom themed input and button properties
- 016aa6dd: Added SCIM groups to Admin portal Organization settings
- Updated dependencies [016aa6dd]
- Updated dependencies [2ba86715]
  - @stytch/core@2.21.1

## 4.16.2

### Patch Changes

- 089c986a: Guard references to localStorage and sessionStorage

## 4.16.1

### Patch Changes

- 7321ba45: Fix transparent watermark background

## 4.16.0

### Minor Changes

- 3183b459: Add Admin Portal Member Management UI. The Admin Portal Member Management UI can be rendered using the `mountAdminPortalMemberManagement` function from `@stytch/vanilla-js/b2b/adminPortal`.
- 871f7872: Updated theme config to support disabled buttons
- bd936f06: Adds dfppaDomain to optional SDK client configuration

### Patch Changes

- 1b5f8e10: Fix visual bug for Powered by Stytch banner
- 1615f470: Fixed adding an SSO connection with no groups in Admin Portal Organization settings
- 481e4ff8: Update Admin Portal font sizes and spacings
- 9e1719ce: Fix Admin Portal styling conflicts with other applications using Material UI
- 71380c44: Hide secondary authentication organization settings when not configurable in Admin Portal
- Updated dependencies [e4684086]
- Updated dependencies [3183b459]
- Updated dependencies [bd936f06]
- Updated dependencies [fda896c7]
- Updated dependencies [3183b459]
- Updated dependencies [71c830d7]
  - @stytch/core@2.21.0

## 4.15.0

### Minor Changes

- aac9a59b: Add SCIM Headless Methods

### Patch Changes

- Updated dependencies [aac9a59b]
  - @stytch/core@2.20.0

## 4.14.1

### Patch Changes

- Updated dependencies [06b47703]
- Updated dependencies [95964f0b]
  - @stytch/core@2.19.0

## 4.14.0

### Minor Changes

- 1ade8d93: Add Admin Portal Org Settings UI. The Admin Portal Org Settings UI can be rendered using the `mountAdminPortalOrgSettings` function from `@stytch/vanilla-js/b2b/adminPortal`.

### Patch Changes

- 5e45de5f: Allow users to change number of rows per page in Admin Portal tables
- Updated dependencies [e1b798f4]
  - @stytch/core@2.18.0

## 4.13.3

### Patch Changes

- 8c1992d1: Prevent login UI buttons from submitting parent forms
- 6b6833ef: Improve role selection in Admin Portal
- Updated dependencies [bf21c792]
  - @stytch/core@2.17.2

## 4.13.2

### Patch Changes

- e85c92d0: fix: SSO DFPPA Functionality
- 8a470eee: Gracefully handle narrower widths with phone number input

## 4.13.1

### Patch Changes

- Updated dependencies [31c8b4a1]
  - @stytch/core@2.17.1

## 4.13.0

### Minor Changes

- a99f21b8: Add Admin Portal SSO UI. The Admin Portal SSO UI can be rendered using the `mountAdminPortalSSO` function from `@stytch/vanilla-js/b2b/adminPortal`.

### Patch Changes

- 0f448e7e: Improve error messages when entering phone number.

## 4.12.2

### Patch Changes

- bd805fa7: Fix phone input attribute and autocomplete warnings
- fff75adf: Update recovery code download file to include organization name

## 4.12.1

### Patch Changes

- c8e60243: Improved error message for EML in B2B UI component

## 4.12.0

### Minor Changes

- cbab0c30: Give each OAuth provider a customScopes and providerParams in UI component config

### Patch Changes

- Updated dependencies [59481ff9]
- Updated dependencies [cbab0c30]
  - @stytch/core@2.17.0

## 4.11.3

### Patch Changes

- 52043847: Svg icons will now resize properly
- 45e8760e: Updated Icons in Login and EML inbox flows to be vanilla SVGs.
- c236bb6f: Fix empty or block when there are no SSO connections
- 41e2704d: Updated UI for the Stytch Watermark.
- Updated dependencies [066e9602]
- Updated dependencies [c3a880b8]
  - @stytch/core@2.16.0

## 4.11.2

### Patch Changes

- Updated dependencies [07b310a]
  - @stytch/core@2.15.2

## 4.11.1

### Patch Changes

- 2e33560: Loosen typings for various options to accept both string literals and TypeScript enums
- db67d12: Show error when slug is missing or no slug pattern matches during B2B Organization auth flow
- Updated dependencies [2e33560]
  - @stytch/core@2.15.1

## 4.11.0

### Minor Changes

- 5f4ba4a: Add `stytch.organization.getBySlug` method to B2B clients

### Patch Changes

- Updated dependencies [5f4ba4a]
  - @stytch/core@2.15.0

## 4.10.1

### Patch Changes

- Updated dependencies [821c884]
  - @stytch/core@2.14.1

## 4.10.0

### Minor Changes

- 807fcec: B2B Google One Tap is now available in the Javascript SDK and pre-built UI components!

  You can enable One Tap in the UI components by editing the `B2BOAuthOptions` in your UI config - we've updated the `providers` type to accommodate One Tap. If you add `{ type: 'google', one_tap: true }` to your `providers` list, we'll show the Google One Tap prompt in the top right of the user's browser.

  In the Javascript SDK, you can use the `stytch.oauth.googleOneTap.start()` and `stytch.oauth.googleOneTap.discovery.start()` methods to render the One Tap prompt, depending on if you are using an organization-specific or discovery flow.

### Patch Changes

- Updated dependencies [807fcec]
  - @stytch/core@2.14.0

## 4.9.1

### Patch Changes

- 6fb5732: Ensure we display friendly error messages where possible
- Updated dependencies [0055ad8]
  - @stytch/core@2.13.1

## 4.9.0

### Minor Changes

- a0fbe9f: Add `stytch.onStateChange` event listener to headless clients
- a0fbe9f: Add `getInfo` method to user, session, member, and organization

### Patch Changes

- Updated dependencies [a0fbe9f]
- Updated dependencies [a0fbe9f]
  - @stytch/core@2.13.0

## 4.8.0

### Minor Changes

- b007d98: Enable FedCM for use with Google One Tap by default. For users using supported browsers (including Google Chrome and other Chromium-based browsers), Google One Tap will now use [FedCM to provide a sign in experience using native browser prompts](https://developers.google.com/identity/gsi/web/guides/fedcm-migration).

  Due to changes in Google's One Tap SDK, this affects One Tap using both floating and embedded positioning. Notably, users of Chrome and other Chromium-based browsers will no longer see a embedded One Tap UI by default. Google will begin to remove support for this UI later this year. We recommend adopting the new default behavior, but we have added new position options if you require different behavior:

  - `floating` remains the default option and uses Google's One Tap SDK's default behavior. It uses FedCM (native browser UI) where available, or renders a floating UI in the top right corner otherwise.
  - `floatingOrEmbedded` uses FedCM where available, or renders an embedded UI in the existing SDK login form otherwise. This is the new default behavior of the `embedded` position, which has been deprecated and renamed for clarity.
  - `embeddedOnly` renders the embedded UI in the existing SDK login form if FedCM is not available, or not at all otherwise. This option is not recommended for new applications. For applications that used `embedded` positioning and do not want to show floating or native browser UI, this option may be useful.
  - `forceLegacyEmbedded` retains the legacy behavior by disabling FedCM support even where it is available. This option is not recommended and will stop being honored by Google in the future, at which time you will need to select a different option.

  The `embedded` position will still be recognized and treated as `floatingOrEmbedded`, but we recommend updating your configuration to use the new name or a different option.

### Patch Changes

- Updated dependencies [b007d98]
  - @stytch/core@2.12.0

## 4.7.8

### Patch Changes

- 565ec50: Fix an issue where a B2B member enrolled in MFA with an unverified phone number was prompted to re-enter a phone number instead of the OTP that was sent to verify their number

## 4.7.7

### Patch Changes

- Updated dependencies [cae4f3d]
  - @stytch/core@2.11.0

## 4.7.6

### Patch Changes

- Updated dependencies [bf6f8f6]
  - @stytch/core@2.10.2

## 4.7.5

### Patch Changes

- 7bce4c1: Fix race condition that could lead to high CPU usage with multiple tabs open

## 4.7.4

### Patch Changes

- Updated dependencies [2881b68]
  - @stytch/core@2.10.1

## 4.7.3

### Patch Changes

- Updated dependencies [b7f2e1d]
  - @stytch/core@2.10.0

## 4.7.2

### Patch Changes

- e83a832: Added DFP functionality to users search in passwords screen
- Updated dependencies [e83a832]
  - @stytch/core@2.9.1

## 4.7.1

### Patch Changes

- 4799cf5: Ensure API errors are handled internally

## 4.7.0

### Minor Changes

- f604dcb: Release RN B2C UI

### Patch Changes

- Updated dependencies [c4c8c23]
- Updated dependencies [f604dcb]
  - @stytch/core@2.9.0

## 4.6.0

### Minor Changes

- 692c6c7: Add support for SMS OTP and TOTP MFA flows in B2B login UI components. This includes prompting members to complete MFA when they are required to use it to authenticate, and enrolling members who are required to enroll in MFA but have not yet done so. The new `mfaProductOrder` and `mfaProductInclude` options can be used to customize the experience further.

### Patch Changes

- Updated dependencies [692c6c7]
  - @stytch/core@2.8.0

## 4.5.5

### Patch Changes

- 03be134: Disable use of FedCM with Google OneTap

## 4.5.4

### Patch Changes

- eb8e140: Fix incorrect imports
- Updated dependencies [eb8e140]
  - @stytch/core@2.7.2

## 4.5.3

### Patch Changes

- 1c40b4c: Fixed a display bug for B2B on host websites modifying box-sizing

## 4.5.2

### Patch Changes

- Updated dependencies [060ee3b]
- Updated dependencies [060ee3b]
  - @stytch/core@2.7.1

## 4.5.1

### Patch Changes

- fda956c: Fix encoding of Solana wallet signatures in UI components

## 4.5.0

### Minor Changes

- dcc20e2: Add `disableCreateOrganization` option to B2B UI config

### Patch Changes

- Updated dependencies [dcc20e2]
  - @stytch/core@2.7.0

## 4.4.4

### Patch Changes

- f86be43: Work around an issue where cookies intermittently do not persist in Firefox

## 4.4.3

### Patch Changes

- Updated dependencies [521fc22]
  - @stytch/core@2.6.0

## 4.4.2

### Patch Changes

- 119952e: Fix an issue where ISTs were being deleted before they could be used
- Updated dependencies [56fd625]
- Updated dependencies [119952e]
  - @stytch/core@2.5.1

## 4.4.1

### Patch Changes

- 7754915: Re-order and align phone number country code list with allowed countries

## 4.4.0

### Minor Changes

- 50bb749: Adds headless methods for interacting with b2b recovery codes

### Patch Changes

- Updated dependencies [50bb749]
- Updated dependencies [e4c0a70]
  - @stytch/core@2.5.0

## 4.3.2

### Patch Changes

- Updated dependencies [61417c3]
  - @stytch/core@2.4.2

## 4.3.1

### Patch Changes

- 3ca7557: Honor `hideHeaderText` configuration for B2B UI
- Updated dependencies [e21c507]
  - @stytch/core@2.4.1

## 4.3.0

### Minor Changes

- 5877da8: Add support for theming inputs in UI components

### Patch Changes

- Updated dependencies [5877da8]
  - @stytch/core@2.4.0

## 4.2.1

### Patch Changes

- Updated dependencies [c50b9ad]
  - @stytch/core@2.3.0

## 4.2.0

### Minor Changes

- 223e30e: Add `organization.getSync` and `organization.onChange` methods to B2B client

### Patch Changes

- Updated dependencies [223e30e]
  - @stytch/core@2.2.0

## 4.1.2

### Patch Changes

- bf841b1: Fix B2B discovery flow when SSO is enabled with auth methods besides magic links

## 4.1.1

### Patch Changes

- e6832cb: Fix an issue where `fromCache` would not update to `false` after cached data was refreshed

## 4.1.0

### Minor Changes

- 2379b29: Add B2B TOTPs (Create/Authenticate)

### Patch Changes

- Updated dependencies [2379b29]
  - @stytch/core@2.1.0

## 4.0.0

### Major Changes

- b34293a: Improvements to error types in the JS and React Native SDKs

### Minor Changes

- 6890694: Mark stytch.member as deprecated in favor of stytch.self
  Adds RBAC functionality

### Patch Changes

- 9ee61b3: Allow "Login without a password" to immediately login a user who followed a valid password reset link
- c3c108b: Remove bundled dependencies from package manifest
- Updated dependencies [76ad832]
- Updated dependencies [b34293a]
- Updated dependencies [b34293a]
- Updated dependencies [6890694]
  - @stytch/core@2.0.0

## 3.2.5

### Patch Changes

- 70cf053: Adding better handling for Passkey cross device errors.

## 3.2.4

### Patch Changes

- 0637fc3: Switch from using React to Preact

## 3.2.3

### Patch Changes

- 2f46248: Add an updated config object for logging members in directly when they have a single membership
- Updated dependencies [2f46248]
  - @stytch/core@1.4.2

## 3.2.2

### Patch Changes

- 7666f2b: Remove phone number dependency to improve bundle size in vanilla-js
- 6ece044: Add an optional config property in the B2B SDK to skip the discovery flow if a member is part of a single organization
- Updated dependencies [7666f2b]
- Updated dependencies [6ece044]
  - @stytch/core@1.4.1

## 3.2.1

### Patch Changes

- 8cd6801: Add Update/Delete Registrations UI
- bb0c31e: Passkeys: Add Update/Delete Registration UI

## 3.2.0

### Minor Changes

- ec1962c: Enable passthrough OAuth paramters from UI configuration

### Patch Changes

- Updated dependencies [ec1962c]
  - @stytch/core@1.4.0

## 3.1.1

### Patch Changes

- 8fa9aeb: fix: AbortController Logic Passkey Authenticate

## 3.1.0

### Minor Changes

- 8cff174: B2C Passkeys Headless Support & UI components

### Patch Changes

- Updated dependencies [8cff174]
  - @stytch/core@1.3.0

## 3.0.3

### Patch Changes

- 965680c: Remove PasswordEMLCombinedDiscovery
- 32ed73a: Resolved a critical severity vulnerability with the @babel/traverse dependency
- Updated dependencies [ecef75b]
- Updated dependencies [2b9ed9c]
- Updated dependencies [32ed73a]
  - @stytch/core@1.2.3

## 3.0.2

### Patch Changes

- 8c587e3: Update B2B Password Reset by Session to stay logged in
- 70475b5: remove unnecessary `organization_id` param from passwords.resetBySession in B2B client
- 5d13cfe: Minor copy change on the B2B Passwords UI component
- Updated dependencies [70475b5]
- Updated dependencies [311388d]
  - @stytch/core@1.2.2

## 3.0.1

### Patch Changes

- b402097: Bug fix for clearing the local storage state and cookies when a stale session exists while using the SDK across subdomains

## 3.0.0

### Major Changes

- 5dd9d24: Change export of B2B Headless Client to separate subpackage to improve tree-shaking performance

  ```JavaScript
  import { StytchB2BHeadlessClient } from '@stytch/vanilla-js/b2b';
  ```

  Is now updated to

  ```JavaScript
  import { StytchB2BHeadlessClient } from '@stytch/vanilla-js/b2b/headless';
  ```

## 2.2.2

### Patch Changes

- 3c4fa89: Don't delete cookies from datalayer, let SubscriptionService handle instead.

## 2.2.1

### Patch Changes

- Updated dependencies [04cec1b]
  - @stytch/core@1.2.1

## 2.2.0

### Minor Changes

- 7c1940e: Add DFP Protectd Auth JS final release

### Patch Changes

- 47eb388: Add Device Fingerprinting to the React Native SDK
- d008ef5: Don't delete cookies from the datalayer just because the localstorage is empty
- 47eb388: Add support for Observation and decisioning mode for DFP
- Updated dependencies [47eb388]
- Updated dependencies [47eb388]
- Updated dependencies [7c1940e]
  - @stytch/core@1.2.0

## 2.1.1

### Patch Changes

- Updated dependencies [ab22732]
  - @stytch/core@1.1.1

## 2.1.0

### Minor Changes

- 67d42f0: Add Device Fingerprinting Bot Detection to SDKs

### Patch Changes

- Updated dependencies [67d42f0]
- Updated dependencies [42bf09d]
- Updated dependencies [a07cf3a]
  - @stytch/core@1.1.0

## 2.0.5

### Patch Changes

- 81c47aa: Add new option to confiugre domain cookie should be set to
- 0bac513: Fixed a display bug on host websites modifying box-sizing
- 8066f95: fix bug with alignment of PhoneInput
- Updated dependencies [81c47aa]
  - @stytch/core@1.0.1

## 2.0.4

### Patch Changes

- 2b8f0e6: Fix PKCE logic for password resets log in without password flow
- Updated dependencies [2b8f0e6]
  - @stytch/core@1.0.0

## 2.0.3

### Patch Changes

- 1b1ea1b: updateStateAndTokens call in resetBySession and resetExistingPassword
- 47cd46c: fix bug where password reset email for returning passwordless user is not sent
- Updated dependencies [1b1ea1b]
  - @stytch/core@0.15.2

## 2.0.2

### Patch Changes

- 0a18c34: Add docs for new verified fields on Member objects, and fix some docs links
- Updated dependencies [0a18c34]
  - @stytch/core@0.15.1

## 2.0.1

### Patch Changes

- 9fd5d96: Define behavior for when SSO is only allowed auth method during discovery

## 2.0.0

### Major Changes

- a4083c7: Breaking Changes: The intermediate session token (IST) will no longer be accepted as an argument for the discovery list organizations, intermediate sessions exchange, and create organization via discovery endpoints. The IST will be passed in automatically. ISTs are stored as browser cookies or persisted on device when they are generated after calls to discovery authenticate endpoints, such as email magic link discovery authenticate, or primary authenticate endpoints in the case where MFA is required, such as email magic link authenticate or SSO authenticate.

  New Features: Our B2B product now supports multi-factor authentication (MFA) with one-time passcodes (OTPs) via SMS. MFA policies can be set on the Organization level or on the Member level. See the Stytch docs for more information.

### Patch Changes

- Updated dependencies [a4083c7]
  - @stytch/core@0.15.0

## 1.1.4

### Patch Changes

- f3d8a3b: Updated UI to include error message for breached passwords. Added missing `breach_detection_on_create` key in the strength check response
- Updated dependencies [f3d8a3b]
  - @stytch/core@0.14.4

## 1.1.3

### Patch Changes

- 83c017e: Updated types for the password strength method. Updated UI for the password strength check while using LUDS
- Updated dependencies [83c017e]
  - @stytch/core@0.14.3

## 1.1.2

### Patch Changes

- 00eb1ce: Yahoo OAuth Fix (build)
- Updated dependencies [00eb1ce]
  - @stytch/core@0.14.2

## 1.1.1

### Patch Changes

- e97e8ba: Yahoo OAuth
- Updated dependencies [e97e8ba]
  - @stytch/core@0.14.1

## 1.1.0

### Minor Changes

- e7302d7: The intermediate session token will now be stored as a cookie after calls to the B2B magic link discovery authenticate endpoint and the OAuth discovery authenticate endpoint.

### Patch Changes

- Updated dependencies [e7302d7]
  - @stytch/core@0.14.0

## 1.0.5

### Patch Changes

- d847d9d: Added new OAuth Providers
- Updated dependencies [d847d9d]
  - @stytch/core@0.13.5

## 1.0.4

### Patch Changes

- Updated dependencies [2443028]
  - @stytch/core@0.13.4

## 1.0.3

### Patch Changes

- a8eac13: Update input type and mode for OTPs

## 1.0.2

### Patch Changes

- 89237c6: Fix a bug where Floating One Tap stays around after StytchLogin unmounts.

## 1.0.1

### Patch Changes

- 22503eb: Exposes API errors to the UI when attempting to create a new password instead of logging in with a passwordless method

## 1.0.0

### Major Changes

- f9c36c9: An additional configuration property to let developers render the Stytch SDK UI through the Shadow DOM. This is a major version change on the `@stytch/vanilla-js` package as the previous versions would render the UI through the Shadow DOM by default. It will now default to false. When the Shadow DOM is disabled, this also fixes an issue with the SDK UI to allow for emails and passwords to be auto-filled, along with support for browser password managers.

### Patch Changes

- Updated dependencies [f9c36c9]
  - @stytch/core@0.13.3

## 0.14.5

### Patch Changes

- 9cfc339: update the consumer password flow to not let users change their email while signing up or logging in with their password
- 55dcfdb: Add B2B OAuth
- 84fd502: B2B OAuth UI
- Updated dependencies [55dcfdb]
- Updated dependencies [84fd502]
  - @stytch/core@0.13.2

## 0.14.4

### Patch Changes

- cf3094c: Fixes a bug with autocomplete in email fields on mobile.

## 0.14.3

### Patch Changes

- 0a626d1: bug fix for the B2B SDK UI: only showing the allowed auth methods when an organization has restricted auth methods
- Updated dependencies [0a626d1]
  - @stytch/core@0.13.1

## 0.14.2

### Patch Changes

- Updated dependencies [91c0ee1]
  - @stytch/core@0.13.0

## 0.14.1

### Patch Changes

- Updated dependencies [1f54b59]
- Updated dependencies [459b8e5]
  - @stytch/core@0.12.1

## 0.14.0

### Minor Changes

- c8e2d0b: B2B Passwords UI components

### Patch Changes

- Updated dependencies [c8e2d0b]
  - @stytch/core@0.12.0

## 0.13.4

### Patch Changes

- 0d80d2e: Fix for the onEvent callback while creating a new organization in the B2B SDK UI. Missing export for the nextjs B2B package

## 0.13.3

### Patch Changes

- 26debeb: Fix support for the Passwords UI flow when developers have enabled LUDS in their passwords strength check config

## 0.13.2

### Patch Changes

- Updated dependencies [e1fd555]
- Updated dependencies [b1ac8be]
- Updated dependencies [1309266]
  - @stytch/core@0.11.1

## 0.13.1

### Patch Changes

- 5edfad8: Fixed a bug in the Consumer UI component while trying to click on the "Login without a password" button on the Forgot Password screen
- 2c1c40b: Fixes for minor styling issues in our consumer SDK UI components

## 0.13.0

### Minor Changes

- 15dbe7d: Releasing UI components for our B2B SDKs.

### Patch Changes

- Updated dependencies [15dbe7d]
  - @stytch/core@0.11.0

## 0.12.1

### Patch Changes

- 8d68904: Allow for empty strings in token/JWT
- Updated dependencies [8d68904]
  - @stytch/core@0.10.1

## 0.12.0

### Minor Changes

- dde1f2a: Add B2B Passwords headless client

### Patch Changes

- 6a27584: Make organization name and slug optional for discovery organization create
- Updated dependencies [dde1f2a]
- Updated dependencies [6a27584]
  - @stytch/core@0.10.0

## 0.11.4

### Patch Changes

- Updated dependencies [c1a312c]
  - @stytch/core@0.9.0

## 0.11.3

### Patch Changes

- 79ca7ba: Add locale argument to B2B email magic link methods
- Updated dependencies [79ca7ba]
  - @stytch/core@0.8.2

## 0.11.2

### Patch Changes

- c924765: Include the b2b directory in package.json for the B2B SDK entrypoint

## 0.11.1

### Patch Changes

- 8e01eef: Fixes for bugs in the session logic when users are logged into multiple tabs
- b55bc55: Add Session.updateSession to hydrate sessions from the backend
- Updated dependencies [8e01eef]
- Updated dependencies [b55bc55]
  - @stytch/core@0.8.1

## 0.11.0

### Minor Changes

- c0e42bc: Add B2B Discovery headless client and session exchange method

### Patch Changes

- Updated dependencies [c0e42bc]
  - @stytch/core@0.8.0

## 0.10.10

### Patch Changes

- abfb9aa: Adding logic to ensure there is only a single session cookie when the availableToSubdomains boolean is flipped

## 0.10.9

### Patch Changes

- Updated dependencies
  - @stytch/core@0.7.7

## 0.10.8

### Patch Changes

- Updated dependencies [8ad1ec9]
  - @stytch/core@0.7.6

## 0.10.7

### Patch Changes

- 1652706: Fix session/user persisting after logging out
- Updated dependencies [1652706]
  - @stytch/core@0.7.5

## 0.10.6

### Patch Changes

- ca5a31d: SDK-877 Fix session/user persisting after logging out
- Updated dependencies [36c8114]
- Updated dependencies [ca5a31d]
  - @stytch/core@0.7.4

## 0.10.5

### Patch Changes

- Updated dependencies [c6db664]
- Updated dependencies [21e88af]
- Updated dependencies [3f1f1ea]
  - @stytch/core@0.7.3

## 0.10.4

### Patch Changes

- e20ea7a: Added Google One Tap to the Headless OAuth Client

## 0.10.3

### Patch Changes

- Updated dependencies [bf518f8]
  - @stytch/core@0.7.2

## 0.10.2

### Patch Changes

- f1810c4: Add React Native OAuth callback, PKCE fix
- Updated dependencies [f1810c4]
  - @stytch/core@0.7.1

## 0.10.1

### Patch Changes

- UI bugfixes

## 0.10.0

### Minor Changes

- Launching B2B SDKs

### Patch Changes

- Updated dependencies
  - @stytch/core@0.7.0

## 0.9.5

### Patch Changes

- Updated dependencies
  - @stytch/core@0.6.1

## 0.9.4

### Patch Changes

- Updated dependencies
  - @stytch/core@0.6.0

## 0.9.3

### Patch Changes

- Fix cookie options

## 0.9.2

### Patch Changes

- Release Stytch Client Options
- Updated dependencies
  - @stytch/core@0.5.1

## 0.9.1

### Patch Changes

- Fix one tap floating bug

## 0.9.0

### Minor Changes

- Fix Google One Tap

## 0.6.0

### Minor Changes

- Add support for template ID parameters to Magic link Login or create and Send methods, Email OTP Login or create and Send methods, and Reset Password Start

### Patch Changes

- ac0cf89: Bold email on confirmation screen
- Updated dependencies
  - @stytch/core@0.5.0

## 0.5.5

### Patch Changes

- Fix bug with PKCE code verifiers being shared over multiple methods

## 0.5.4

### Patch Changes

- Updated dependencies
  - @stytch/core@0.4.9

## 0.5.3

### Patch Changes

- Updated dependencies
  - @stytch/core@0.4.7

## 0.5.2

### Patch Changes

- Updated dependencies
  - @stytch/core@0.4.6

## 0.5.1

### Patch Changes

- Fix bug with divider not showing for passwords
- Updated dependencies [b68343c]
  - @stytch/core@0.4.5

## 0.5.0

### Minor Changes

- new styling config

### Patch Changes

- 422c698: Add type definitions for User Metadata fields
- Updated dependencies [422c698]
- Updated dependencies
  - @stytch/core@0.4.4

## 0.4.6

### Patch Changes

- Add support for custom email domains in magic link confirmation screen
- Updated dependencies
  - @stytch/core@0.4.3

## 0.4.5

### Patch Changes

- Google one tap animation

## 0.4.4

### Patch Changes

- Send methods in the SDK
- Updated dependencies
  - @stytch/core@0.4.2
