Releases: kinde-oss/kinde-auth-nextjs
Releases · kinde-oss/kinde-auth-nextjs
Release list
Release 2.12.2
What's Changed
Bug Fixes
- CJS interop: Switched to named exports for CommonJS-compatible module resolution (#517)
Dependency Updates
@kinde-oss/kinde-auth-react→ v5.12.0 (#518)vite→ v8.0.14 (#520, #513, #509, #508, #497)vitest→ v4.1.7 (#519, #510, #494)@vitejs/plugin-react→ v6.0.1 (#498)eslint→ v10.4.0 (#515, #504, #483)prettier→ v3.8.3 (#503, #481)@types/react→ v19.2.15 (#516)pnpm→ v10.33.4 (#507, #506, #496, #495)pnpm/action-setup→ v6 (#485)node→ v24 (#489)
Full Changelog: v2.12.1...v2.12.2
Release 2.12.1
Dependency Updates
- Updated Kinde SDKs:
@kinde-oss/kinde-auth-reactto v5.11.2,@kinde-oss/kinde-typescript-sdkto v2.13.2,@kinde/jwt-validatorto 0.4.1,@kinde/jwt-decoderto v0.2.1 - Updated
cookieto v1.1.1
Maintenance
- Bumped dev dependencies:
nextto 16.2.3,viteto v8,vitestto v4.1.4,happy-domto 20.9.0,ajvto 8.18.0 - Upgraded tooling: TypeScript v6, ESLint v10,
release-itv20,prettier3.8.2,pnpm10.33.0 - Updated test and type packages:
@testing-library/react16.3.2,globalsv17,@types/react19.2.14,@types/react-dom19.2.3 - Updated GitHub Actions:
actions/checkoutv6,actions/cachev5; pinned Node.js and fixed formatting in release workflow
Full Changelog: v2.12.0...v2.12.1
Release 2.12.0
Features
- Added support for invitation codes (#429)
- Updated
dev:preparefor more consistent tooling
Bug Fixes
- Fixed
prompt=noneredirect when no active session exists (#450) - Improved error state and redirect handling
- Added
jsontype to feature flagflagDataTypeMap(#439) - Updated
useKindeAuthto point to new implementation with deprecation warning - Excluded
node_modulesfrom publisheddist/folder - Fixed
loginRedirectUrlhandling
Maintenance
- Bumped
ajvto 8.18.0,happy-domto 20.8.9,nextto 16.1.6,@eslint/eslintrcto 3.3.5 - Updated peer dependencies for
next,react, andreact-dom - Updated dependencies to address security vulnerabilities
Release 2.11.0
-
feat: handle activity timeout with automatic logout redirect
-
dependancy updates
Release 2.10.0
- chore: add next16 support
#416 - feat: frontend rework with stable
/setupfetching and initialjs-utils/@kinde-oss/kinde-auth-reactimpl.#405 - refactor:
useSessionSyncfor improved session management3a5767b - 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
- chore: update setup handler error handling to display error message (74bbbe8)
Release 2.9.1
- fix: refresh cookies not using session cookies when non persist is set (bff6cef)
Release 2.9.0
- 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
- fix: type declaration (8da7059)
Release 2.8.5
- chore: update @kinde/js-utils (c453e90)