Skip to content

Releases: kinde-oss/kinde-auth-nextjs

Release 2.12.2

Choose a tag to compare

@Koosha-Owji Koosha-Owji released this 22 May 03:28
1c6e212

What's Changed

Bug Fixes

  • CJS interop: Switched to named exports for CommonJS-compatible module resolution (#517)

Dependency Updates

Full Changelog: v2.12.1...v2.12.2

Release 2.12.1

Choose a tag to compare

@Koosha-Owji Koosha-Owji released this 21 Apr 08:16
3d39850

Dependency Updates

  • Updated Kinde SDKs: @kinde-oss/kinde-auth-react to v5.11.2, @kinde-oss/kinde-typescript-sdk to v2.13.2, @kinde/jwt-validator to 0.4.1, @kinde/jwt-decoder to v0.2.1
  • Updated cookie to v1.1.1

Maintenance

  • Bumped dev dependencies: next to 16.2.3, vite to v8, vitest to v4.1.4, happy-dom to 20.9.0, ajv to 8.18.0
  • Upgraded tooling: TypeScript v6, ESLint v10, release-it v20, prettier 3.8.2, pnpm 10.33.0
  • Updated test and type packages: @testing-library/react 16.3.2, globals v17, @types/react 19.2.14, @types/react-dom 19.2.3
  • Updated GitHub Actions: actions/checkout v6, actions/cache v5; pinned Node.js and fixed formatting in release workflow

Full Changelog: v2.12.0...v2.12.1

Release 2.12.0

Choose a tag to compare

@Koosha-Owji Koosha-Owji released this 02 Apr 03:09
c2cb646

Features

  • Added support for invitation codes (#429)
  • Updated dev:prepare for more consistent tooling

Bug Fixes

  • Fixed prompt=none redirect when no active session exists (#450)
  • Improved error state and redirect handling
  • Added json type to feature flag flagDataTypeMap (#439)
  • Updated useKindeAuth to point to new implementation with deprecation warning
  • Excluded node_modules from published dist/ folder
  • Fixed loginRedirectUrl handling

Maintenance

  • Bumped ajv to 8.18.0, happy-dom to 20.8.9, next to 16.1.6, @eslint/eslintrc to 3.3.5
  • Updated peer dependencies for next, react, and react-dom
  • Updated dependencies to address security vulnerabilities

Release 2.11.0

Choose a tag to compare

@DanielRivers DanielRivers released this 26 Nov 00:58
  • feat: handle activity timeout with automatic logout redirect

  • dependancy updates

Release 2.10.0

Choose a tag to compare

@DanielRivers DanielRivers released this 22 Oct 19:47
  • chore: add next16 support #416
  • feat: frontend rework with stable /setup fetching and initial js-utils/@kinde-oss/kinde-auth-react impl. #405
  • refactor: useSessionSync for improved session management 3a5767b
  • fix(deps): update dependency @kinde/js-utils to ^0.24.0 #403
  • chore(deps): update pnpm/action-setup action to v4 #330
  • chore: bump deps 45133ab

Release 2.9.2

Choose a tag to compare

@DanielRivers DanielRivers released this 17 Sep 15:28
  • chore: update setup handler error handling to display error message (74bbbe8)

Release 2.9.1

Choose a tag to compare

@DanielRivers DanielRivers released this 09 Sep 16:07
  • fix: refresh cookies not using session cookies when non persist is set (bff6cef)

Release 2.9.0

Choose a tag to compare

@DanielRivers DanielRivers released this 04 Sep 19:38
  • feat: getEntitlements (420a8b7)
  • feat: add cookie session persistence support (137f9b3)
  • fix: pages router token refresh by passing both req and res to sessionManager (a4d5886)
  • fix: safer getSessionItem (fd26cae)
  • fix: await store items (7fd86c2)
  • fix: setup enqueue and processQueue logs to only appear when isDebugMode true (f1276b0)

Release 2.8.6

Choose a tag to compare

@DanielRivers DanielRivers released this 25 Jul 13:02

Release 2.8.5

Choose a tag to compare

@DanielRivers DanielRivers released this 24 Jul 14:34
  • chore: update @kinde/js-utils (c453e90)