Releases: clerk/javascript
Releases · clerk/javascript
@clerk/vue@2.0.7
Patch Changes
- Deprecate the
signOutOptionsprop on<SignOutButton />in favor of top-levelredirectUrlandsessionIdprops. ThesignOutOptionsprop still works but now emits a deprecation warning. (#8148) by @jacekradko
@clerk/ui@1.2.4
Patch Changes
-
Move
reactandreact-domfromdependenciestopeerDependencies(#8160) by @jacekradko -
Fix minor internal issues with TypeScript types. (#8076) by @dstaley
-
Fix false positive in structural CSS detection where Clerk's own internal classes (
.cl-internal-*) were incorrectly triggering the warning on fresh installs. (#8142) by @brkalow -
Updated dependencies [
46093fa]:- @clerk/localizations@4.2.4
@clerk/testing@2.0.7
@clerk/tanstack-react-start@1.0.7
@clerk/react@6.1.3
Patch Changes
- Deprecate the
signOutOptionsprop on<SignOutButton />in favor of top-levelredirectUrlandsessionIdprops. ThesignOutOptionsprop still works but now emits a deprecation warning. (#8147) by @jacekradko
@clerk/react-router@3.0.7
@clerk/nuxt@2.0.7
@clerk/nextjs@7.0.7
@clerk/localizations@4.2.4
Patch Changes
-
Add the missing Dutch translation for
organizationProfile.start.profileSection.primaryButton. (#7711) by @MaartenKollerThis updates the value from an empty string to
"Profiel bijwerken"so the primary button label is shown correctly in the organization profile section.No consumer code changes are required.