Skip to content

Latest commit

 

History

History
639 lines (384 loc) · 33.5 KB

CHANGELOG.md

File metadata and controls

639 lines (384 loc) · 33.5 KB

Change Log

0.6.24

Patch Changes

0.6.23

Patch Changes

0.6.22

Patch Changes

0.6.21

Patch Changes

0.6.20

Patch Changes

0.6.19

Patch Changes

0.6.18

Patch Changes

0.6.17

Patch Changes

0.6.16

Patch Changes

0.6.15

Patch Changes

0.6.14

Patch Changes

0.6.13

Patch Changes

0.6.12

Patch Changes

0.6.11

Patch Changes

0.6.10

Patch Changes

0.6.9

Patch Changes

0.6.8

Patch Changes

0.6.7

Patch Changes

0.6.6

Patch Changes

0.6.5

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

  • Introduce Protect for authorization. (#2309) by @panteliselef

    Changes in public APIs:

    • Rename Gate to Protect
    • Support for permission checks. (Previously only roles could be used)
    • Remove the experimental tags and prefixes
    • Drop some from the has utility and Protect. Protect now accepts a condition prop where a function is expected with the has being exposed as the param.
    • Protect can now be used without required props. In this case behaves as <SignedIn>, if no authorization props are passed.
    • has will throw an error if neither permission or role is passed.
    • auth().protect() for Nextjs App Router. Allow per page protection in app router. This utility will automatically throw a 404 error if user is not authorized or authenticated.
      • inside a page or layout file it will render the nearest not-found component set by the developer
      • inside a route handler it will return empty response body with a 404 status code

Patch Changes

0.5.8

Patch Changes

0.5.7

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes

0.5.0

Minor Changes

Patch Changes

0.4.13

Patch Changes

0.4.12

Patch Changes

0.4.11

Patch Changes

0.4.10

Patch Changes

0.4.9

Patch Changes

0.4.8

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • Introduce the new brand-new component OrganizationList (#1692) by @panteliselef

    • Lists all the memberships, invitations or suggestions an active user may have
    • Powered by our useOrganizationList react hook

Patch Changes

0.3.31

Patch Changes

0.3.30

Patch Changes

0.3.29

Patch Changes

0.3.28

Patch Changes

0.3.27

Patch Changes

0.3.26

Patch Changes

0.3.25

Patch Changes

0.3.24

Patch Changes

0.3.23

Patch Changes

0.3.22

Patch Changes

0.3.21

Patch Changes

0.3.20

Patch Changes

0.3.19

Patch Changes

0.3.18

Patch Changes

0.3.17

Patch Changes

0.3.16

Patch Changes

0.3.15

Patch Changes

0.3.14

Patch Changes

0.3.13

Patch Changes

0.3.12

Patch Changes

0.3.11

Patch Changes

0.3.10

Patch Changes

0.3.9

Patch Changes

0.3.8

Patch Changes

0.3.0 (2023-05-15)

Note: Version bump only for package @clerk/chrome-extension

0.2.7 (2023-05-04)

Note: Version bump only for package @clerk/chrome-extension

0.2.7-staging.5 (2023-05-04)

Note: Version bump only for package @clerk/chrome-extension

0.2.7-staging.3 (2023-05-02)

Note: Version bump only for package @clerk/chrome-extension

0.2.6 (2023-04-19)

Note: Version bump only for package @clerk/chrome-extension

0.2.5 (2023-04-19)

Note: Version bump only for package @clerk/chrome-extension

0.2.4 (2023-04-12)

Note: Version bump only for package @clerk/chrome-extension

0.2.3 (2023-04-11)

Note: Version bump only for package @clerk/chrome-extension

0.2.2 (2023-04-06)

Note: Version bump only for package @clerk/chrome-extension

0.2.1 (2023-04-03)

Note: Version bump only for package @clerk/chrome-extension

0.2.0 (2023-03-31)

Note: Version bump only for package @clerk/chrome-extension

0.2.0-staging.2 (2023-03-31)

Note: Version bump only for package @clerk/chrome-extension