Skip to content

Conversation

@nikosdouvlis
Copy link
Member

If a routing strategy is not provided, default to hash routing. All routing strategies know how to convert a hash-based url to their own format Example: navigating from a hash-based to a path-based component, the path-based component can parse and fix the URL automatically /#/sso-callback?code=123 -> /sso-callback?code=123

Description

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

…h-based routing

If a routing strategy is not provided, default to hash routing. All routing strategies know how to convert a hash-based url to their own format
Example: navigating from a hash-based to a path-based component,
the path-based component can parse and fix the URL automatically
/#/sso-callback?code=123 -> /sso-callback?code=123
@changeset-bot
Copy link

changeset-bot bot commented Mar 28, 2024

🦋 Changeset detected

Latest commit: 9efba77

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@nikosdouvlis nikosdouvlis force-pushed the nikos/sdk-1540-default-path-routing-by-default-in-clerk-js branch from 738dee4 to 3861995 Compare March 28, 2024 19:57
Co-authored-by: panteliselef <panteliselef@outlook.com>
@nikosdouvlis nikosdouvlis merged commit 8fbe8ba into main Apr 14, 2024
@nikosdouvlis nikosdouvlis deleted the nikos/sdk-1540-default-path-routing-by-default-in-clerk-js branch April 14, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants