Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clerk/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @clerk/clerk-react@3.2.9
Choose a base ref
...
head repository: clerk/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @clerk/clerk-react@3.2.10
Choose a head ref
  • 4 commits
  • 20 files changed
  • 2 contributors

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    ec7acdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from clerkinc/build_auth_state_erroneous_return

    fix(backend-core): Fix case of buildAuthState erroneous return value
    igneel64 authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    3be9cbd View commit details
    Browse the repository at this point in the history
  3. fix(clerk-react): Define global in window if not defined

    Vite does not define `global` by default. One workaround is to use the `define` config prop:
    https://vitejs.dev/config/#define
    However, we decided to solve this on the SDK level as well to reduce setup steps.
    nikosdouvlis committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    48da3ac View commit details
    Browse the repository at this point in the history
  4. chore(release): Publish

     - @clerk/backend-core@1.5.4
     - @clerk/edge@1.3.6
     - @clerk/clerk-expo@0.9.16
     - @clerk/nextjs@3.4.1
     - @clerk/clerk-react@3.2.10
     - @clerk/remix@0.3.14
     - @clerk/clerk-sdk-node@3.3.9
    nikosdouvlis committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1291e80 View commit details
    Browse the repository at this point in the history
Loading