Skip to content

Latest commit

 

History

History
315 lines (174 loc) · 9.49 KB

CHANGELOG.md

File metadata and controls

315 lines (174 loc) · 9.49 KB

Change Log

3.3.0

Minor Changes

  • e888a7c: add error handler to handleAuthRoutes

    You can now pass a custom error handler to handleAuthRoutes. This will allow you to handle errors in a way that makes sense for your application.

3.2.7

Patch Changes

  • 917158c: support custom redirectUri for handleSignIn function in Server Actions.

3.2.6

Patch Changes

  • cf524a0: Export type LogtoNextConfig
  • Updated dependencies [957a1c9]

3.2.5

Patch Changes

3.2.4

Patch Changes

3.2.3

Patch Changes

3.2.2

Patch Changes

  • 24d1680: fix: clear access token storage on sign-in
  • Updated dependencies [24d1680]

3.2.1

Patch Changes

  • 76d113f: export more typescript types
  • Updated dependencies [76d113f]

3.2.0

Minor Changes

  • aad00ee: Add error handler to Next.js SDK's withLogtoApiRoute.

Patch Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

  • 10f1075: In Next.js SDK, if cookie secure config is set to true, will add "SameSite=Lax"

3.1.0

Minor Changes

  • 3575c5c: Add built-in signIn, handleSignIn, singOut, getLogtoContext and other helpers

3.0.0

Major Changes

  • 26619ed: remove explicit crypto module imports since Node now has global WebCrypto variable by default

    Marking this as a major change since it may break current code if you are using Node 18. It should be fine if you are using Node LTS. See https://nodejs.org/api/globals.html#crypto_1 for more information.

Patch Changes

  • b71e7c7: The page router SDK will now update cookie when access token changed
  • 26619ed: use TypeScript 5.3.3
  • Updated dependencies [88495b2]
  • Updated dependencies [864caab]
  • Updated dependencies [864caab]
  • Updated dependencies [26619ed]

2.4.0

Minor Changes

  • c22000a: Add method of getting Logto Node Client in order to access organization features.

2.3.0

Minor Changes

  • 9225576: export useful members from dependency sdk packages

Patch Changes

2.2.1

Patch Changes

  • 1fb7878: Fix Next.js edge SDK's getContext, pass config to get access token

2.2.0

Minor Changes

  • 5cc1342: Add Next.js Server Actions support

2.1.4

Patch Changes

  • f9ff6f4: Align the js SDK error type exports.

    • @logto/react: add LogtoRequestError export
    • @logto/vue: add LogtoRequestError export
    • @logto/express: add logto errors export
    • @logto/next: add logto errors export
  • Updated dependencies [f9ff6f4]

2.1.3

Patch Changes

  • 2ec9146: Fix potential request url mismatch bug

2.1.2

Patch Changes

  • 90ef48f: add well-known cache support (unstable)

    • client: support unstable_cache in ClientAdapter
    • browser, react: add unstable_enableCache option to enable a sessionStorage cache for well-known data

2.1.1

Patch Changes

  • 77480ae: Skip token decode for opaque access token
  • Updated dependencies [77480ae]

2.1.0

Minor Changes

  • 0a533f6: Full edge runtime support

Patch Changes

2.0.0

Major Changes

  • 3aa0913: set package type to ESM, keep CJS build for compatibility (#477)

Minor Changes

  • 3aa0913: support nextjs edge runtime

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.2 (2023-04-24)

Note: Version bump only for package @logto/next

1.1.1 (2023-04-11)

Note: Version bump only for package @logto/next

1.1.0 (2023-03-19)

Features

  • js: add interactionMode props to signIn method (ea763a5)

Bug Fixes

  • js: add sign-up route handler (7660524)

1.0.0 (2023-02-28)

Note: Version bump only for package @logto/next

1.0.0-rc.0 (2023-02-03)

Bug Fixes

  • remove core-kit dependency and update engines (8a24a87)

1.0.0-beta.15 (2023-01-12)

Bug Fixes

1.0.0-beta.14 (2022-12-12)

Note: Version bump only for package @logto/next

1.0.0-beta.13 (2022-11-08)

Bug Fixes

1.0.0-beta.12 (2022-11-02)

Note: Version bump only for package @logto/next

1.0.0-beta.11 (2022-10-26)

Features

  • node,next,express: get access token with resource (#420) (6fb22ea)

1.0.0-beta.10 (2022-10-21)

Note: Version bump only for package @logto/next

1.0.0-beta.9 (2022-10-19)

Features

  • express,next,node: support fetchUserInfo (#413) (91431d0)

1.0.0-beta.8 (2022-09-23)

Note: Version bump only for package @logto/next

1.0.0-beta.7 (2022-09-20)

Bug Fixes

1.0.0-beta.6 (2022-09-17)

Note: Version bump only for package @logto/next

1.0.0-beta.5 (2022-09-13)

Note: Version bump only for package @logto/next

1.0.0-beta.4 (2022-09-09)

Note: Version bump only for package @logto/next

1.0.0-beta.3 (2022-08-22)

Note: Version bump only for package @logto/next

1.0.0-beta.2 (2022-08-08)

Features

1.0.0-beta.1 (2022-07-25)

Features

1.0.0-beta.0 (2022-07-21)

Features