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.14
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.17
Choose a head ref
  • 14 commits
  • 49 files changed
  • 6 contributors

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    8291d75 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Merge pull request #231 from clerkinc/web3-types

    feat(types): Introduce Web3 provider types and helpers
    chanioxaris authored May 12, 2022
    Configuration menu
    Copy the full SHA
    5a80ed6 View commit details
    Browse the repository at this point in the history
  2. feat(backend-core): Organization memberships

    Added a method to fetch all organization memberships for a given
    organization. The method signature is
    organizations.getOrganizationMembershipList(params).
    Added a new OrganizationMembership resource and
    OrganizationMembershipPublicUserData.
    Added a method to create organization memberships. The signature is
    organizations.createOrganizationMembership(params).
    Added a method to update an organization membership. The signature is
    organizations.updateOrganizationMembership(params).
    Added a method to delete an organization membership. The signature is
    organizations.deleteOrganizationMembership(params).
    gkats committed May 12, 2022
    Configuration menu
    Copy the full SHA
    fdab06a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #232 from clerkinc/orgs-memberships-backend-core

    feat(backend-core): Organization memberships
    gkats authored May 12, 2022
    Configuration menu
    Copy the full SHA
    71cff36 View commit details
    Browse the repository at this point in the history
  4. feat(clerk-sdk-node): Organizations operations

    Expose the organization related methods from backend-core to our NodeJS
    SDK. Also expose the Organization, OrganizationMembership and
    OrganizationMembershipPublicUserData resources.
    gkats committed May 12, 2022
    Configuration menu
    Copy the full SHA
    339ecdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc9546 View commit details
    Browse the repository at this point in the history
  6. chore(release): Publish

     - @clerk/backend-core@1.7.2
     - @clerk/clerk-js@3.10.4
     - @clerk/edge@1.4.3
     - @clerk/clerk-expo@0.9.22
     - @clerk/nextjs@3.6.3
     - @clerk/clerk-react@3.2.16
     - @clerk/remix@0.4.3
     - @clerk/clerk-sdk-node@3.4.3
     - @clerk/shared@0.2.5
     - @clerk/types@2.12.0
    nikosdouvlis committed May 12, 2022
    Configuration menu
    Copy the full SHA
    736332c View commit details
    Browse the repository at this point in the history
  7. chore(clerk-js): Include org memberships in user resource

    User resource includes the organization
    memberships that are returned from FAPI.
    alex-ntousias committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2de8f7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5df9b0 View commit details
    Browse the repository at this point in the history
  9. feat(clerk-js): Add shortcut to active org in Clerk singleton

    We've added a new property in the Clerk singleton
    called `Clerk.organization` which allows the user to
    easily get access to the active organization of the
    current session.
    alex-ntousias committed May 12, 2022
    Configuration menu
    Copy the full SHA
    03e68d4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #235 from clerkinc/orgs-sdk-node

    feat(clerk-sdk-node): Organizations operations
    gkats authored May 12, 2022
    Configuration menu
    Copy the full SHA
    39793b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62a0e07 View commit details
    Browse the repository at this point in the history
  12. chore(release): Publish

     - @clerk/backend-core@1.8.0-staging.0
     - @clerk/clerk-js@3.11.0-staging.0
     - @clerk/edge@1.4.4-staging.0
     - @clerk/clerk-expo@0.9.23-staging.0
     - @clerk/nextjs@3.6.4-staging.0
     - @clerk/clerk-react@3.2.17-staging.0
     - @clerk/remix@0.4.4-staging.0
     - @clerk/clerk-sdk-node@3.4.4-staging.0
     - @clerk/shared@0.2.6-staging.0
     - @clerk/types@2.13.0-staging.0
    nikosdouvlis committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2ebebb9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. chore(release): Publish

     - @clerk/backend-core@1.8.0
     - @clerk/clerk-js@3.11.0
     - @clerk/edge@1.5.0
     - @clerk/clerk-expo@0.9.23
     - @clerk/nextjs@3.6.4
     - @clerk/clerk-react@3.2.17
     - @clerk/remix@0.4.4
     - @clerk/clerk-sdk-node@3.5.0
     - @clerk/shared@0.2.6
     - @clerk/types@2.13.0
    SokratisVidros committed May 13, 2022
    Configuration menu
    Copy the full SHA
    e39bdd9 View commit details
    Browse the repository at this point in the history
Loading