Releases: workos/authkit-nextjs
Releases · workos/authkit-nextjs
v2.14.0
What's Changed
- chore: switch from npm to pnpm by @nicknisi in #360
- docs: add warning about catch-all middleware matcher breaking styles by @nicknisi in #355
- chore: migrate from Jest to Vitest by @nicknisi in #367
- chore: upgrade @workos-inc/node to v8 by @nicknisi in #368
- Add example app as pnpm workspace package by @nicknisi in #370
- v2.14.0 by @nicknisi in #369
Full Changelog: v2.13.0...v2.14.0
v2.13.0
What's Changed
- Add context7.json to repo by @nicknisi in #345
- feat: enable npm Trusted Publishers by @nicknisi in #346
- feat: add TokenRefreshError with userId and sessionId for debugging by @nicknisi in #349
- feat: add composable proxy/middleware helpers by @nicknisi in #348
- fix(tests): move window.location patching and restoration to beforeEach/afterEach by @sundaray in #350
- fix: avoid calling headers() in middleware context by @nicknisi in #354
- fix(test): restore document.querySelector mock in afterEach by @sundaray in #356
- fix(test): restore process.env after each test by @sundaray in #357
- v2.13.0 by @nicknisi in #358
New Contributors
Full Changelog: v2.12.2...v2.13.0
v2.12.2
What's Changed
- fix: bump Next.js dev dependency to patched version by @nickcollisson-workos in #343
- v2.12.2 by @nicknisi in #344
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
- Socket workflow integration by @nickcollisson-workos in #338
- Switch runner to ubuntu-latest for socket action by @nicknisi in #339
- fix: bump Next.js dev dependency to patched version by @nicknisi in #341
- fix: handle full URLs in returnPathname to prevent malformed redirects by @nicknisi in #340
- fix: handle full URLs in returnPathname to prevent malformed redirects by @nicknisi in #342
New Contributors
- @nickcollisson-workos made their first contribution in #338
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- feat: Add initialAuth to AuthkitProvider by @danielr18 in #323
Full Changelog: v2.11.1...v2.12.0
v2.11.1
v2.11.0
What's Changed
- feat: support returnTo on Impersonation stop by @danielr18 in #322
- feat: don't load organization unless impersonating by @danielr18 in #324
- Add
validateApiKeyfunction by @nholden in #328 - Add Next.js 16 support by @nicknisi in #331
New Contributors
- @danielr18 made their first contribution in #322
Full Changelog: v2.10.0...v2.11.0
v3.0.0-beta.1
This update simply updates to @workos-inc/node v8.0.0-rc.1.
Full Changelog: v2.10.0...v3.0.0-beta.1
v2.10.0
v2.9.0
What's Changed
- Specify 'use client' to differentiate between a server component. by @brandonin in #310
- Allow onSuccess callback to update session by @nholden in #311
New Contributors
- @brandonin made their first contribution in #310
- @nholden made their first contribution in #311
Full Changelog: v2.8.0...v2.9.0