Sourced from @clerk/nextjs
's releases.
@clerk/nextjs
@6
.2.0Minor Changes
New Feature: Introduce the
<Waitlist />
component and thewaitlist
sign up mode. (#4376) by@nikospapcom
- Allow users to request access with an email address via the new
<Waitlist />
component.- Show
Join waitlist
prompt from<SignIn />
component when mode iswaitlist
.- Appropriate the text in the Sign Up component when mode is
waitlist
.- Added
joinWaitlist()
method inClerk
singleton.- Added
redirectToWaitlist()
method inClerk
singleton to allow user to redirect to waitlist page.Patch Changes
Fixes an issue where Next.js cache invalidation was incorrectly setting a cookie. (#4478) by
@BRKalow
Fix issue within
<ClerkProvider />
where the window object is possibly undefined. (#4476) by@alexcarpenter
Updated dependencies [
d74a6a7c0f291104c6bba722a8c432814d7b336e
,1a0c8fe665869e732d3c800bde0f5219fce54301
,0800fc3f1f4e1b6a1d13f5c02557001a283af6e8
]:
@clerk/nextjs
@6
.1.3Patch Changes
Fix static analysis warnings warning during production NextJS builds by
@nikosdouvlis
Updates broken Clerk documentation references by
@nikosdouvlis
Updated dependencies [
a7726cc12a824b278f6d2a37cb1901c38c5f70dc
]:
@clerk/nextjs
@6
.1.0Minor Changes
Bug fix: For next>=14 applications resolve
__unstable__onBeforeSetActive
onceinvalidateCacheAction
resolves. (#4362) by@panteliselef
Introduce a new experimental hook called
useReverification
that makes it easy to handle reverification errors. (#4362) by@panteliselef
It returns a high order function (HOF) and allows developers to wrap any function that triggers a fetch request which might fail due to a user's session verification status. When such error is returned, the recommended UX is to offer a way to the user to recover by re-verifying their credentials. This helper will automatically handle this flow in the developer's behalf, by displaying a modal the end-user can interact with. Upon completion, the original request that previously failed, will be retried (only once).
Example with clerk-js methods.
... (truncated)
Sourced from @clerk/nextjs
's changelog.
6.2.0
Minor Changes
New Feature: Introduce the
<Waitlist />
component and thewaitlist
sign up mode. (#4376) by@nikospapcom
- Allow users to request access with an email address via the new
<Waitlist />
component.- Show
Join waitlist
prompt from<SignIn />
component when mode iswaitlist
.- Appropriate the text in the Sign Up component when mode is
waitlist
.- Added
joinWaitlist()
method inClerk
singleton.- Added
redirectToWaitlist()
method inClerk
singleton to allow user to redirect to waitlist page.Patch Changes
Fixes an issue where Next.js cache invalidation was incorrectly setting a cookie. (#4478) by
@BRKalow
Fix issue within
<ClerkProvider />
where the window object is possibly undefined. (#4476) by@alexcarpenter
Updated dependencies [
d74a6a7c0f291104c6bba722a8c432814d7b336e
,1a0c8fe665869e732d3c800bde0f5219fce54301
,0800fc3f1f4e1b6a1d13f5c02557001a283af6e8
]:6.1.3
Patch Changes
Fix static analysis warnings warning during production NextJS builds by
@nikosdouvlis
Updates broken Clerk documentation references by
@nikosdouvlis
Updated dependencies [
a7726cc12a824b278f6d2a37cb1901c38c5f70dc
]:6.1.0
Minor Changes
Bug fix: For next>=14 applications resolve
__unstable__onBeforeSetActive
onceinvalidateCacheAction
resolves. (#4362) by@panteliselef
Introduce a new experimental hook called
useReverification
that makes it easy to handle reverification errors. (#4362) by@panteliselef
It returns a high order function (HOF) and allows developers to wrap any function that triggers a fetch request which might fail due to a user's session verification status. When such error is returned, the recommended UX is to offer a way to the user to recover by re-verifying their credentials. This helper will automatically handle this flow in the developer's behalf, by displaying a modal the end-user can interact with. Upon completion, the original request that previously failed, will be retried (only once).
... (truncated)
0cab66e
ci(repo): Version packages (#4472)5a3eaf7
fix(nextjs): Do not set cookie during cache invalidation (#4478)f1a855b
fix(nextjs): Ensure window is defined within \<ClerkProvider />
(#4476)d74a6a7
feat(clerk-js,nextjs,clerk-react,types): Introduce \<Waitlist />
component (...6324553
ci(repo): Version packages (#4467)a7726cc
Revert "ci(repo): Version packages (#4465)"c09476e
ci(repo): Version packages (#4466)6f56287
Revert "ci(repo): Version packages (#4465)"7fbf9b9
ci(repo): Version packages (#4465)f067a41
chore(repo): Trigger releaseSourced from permitio's releases.
v2.7.1-rc
No release notes provided.
v2.7.0-rc
What's Changed
- fix: rename esm to .mjs and add exports by
@Pagebakers
in permitio/permit-node#102 to support ESMNew Contributors
@Pagebakers
made their first contribution in permitio/permit-node#102Full Changelog: https://github.com/permitio/permit-node/compare/2.6.1...2.7.0-rc
Sourced from eslint-config-next's releases.
v15.0.2
Core Changes
- Read page name from work store in server module map proxy: #71669
- codemod: should not transform when param is not used: #71664
- [dynamicIO] complete refactor to prerender: #71687
- fix: metadata image route normalize path posix for windows: #71673
- next-codemod(upgrade): optional catch when missing dev script: #71598
- Avoid server action function indirection in Turbopack: #71628
- fix: exclude
basePath
infindSourceMapURL
: #71719- fix: stack frame text color in dark mode: #71656
- Fix: revert the bad node binary handling: #71723
- next-codemod: add empty
pnpm-workspace.yaml
to test fixtures to bypass PNPM workspace checks: #71726- warn on sync access if dynamicIO is not enabled: #71696
- Update React from
69d4b800-20241021
to45804af1-20241021
: #71718- next-upgrade: do not add
--turbopack
flag when--turbo
exists innext dev
: #71730- feat: stitch errors with react owner stack: #70393
- [dynamicIO] update data access error and documentation: #71738
- Test cached form action with revalidate: #71591
- Upgrade React from
45804af1-20241021
to28668d39-20241023
: #71745- Fix race condition when setting client reference manifests: #71741
- Fix fetch with no-store inside of use cache: #71754
- Remove the bottom collapse button in dev overlay: #71658
- [dynamicIO] unify cache filling and lazy-module warming: #71749
- Don't filter out source location frames through RSC: #71752
- fix undefined default export error msg: #71762
- Upgrade React from
28668d39-20241023
to1631855f-20241023
: #71769- Enable owner stack in experimental build: #71716
- feat: add experiment for sharpjs cpu flags: #71733
- fix: handle server component replay error in error overlay: #71772
- Don't error asking for prebuilt bundles: #71778
- Replace
turbopack://[project]/...
sourcemap uris withfile://...
in development: #71489- misc: update source map paths for bundled Next.js runtime: #71779
- [dynamicIO] refine error message and docs: #71781
- next-upgrade: change
--turbo
to--turbopack
if applicable: #71737- Show all diff when uncollapse: #71792
- Sourcemap errors in terminal by default : #71444
- Fully enable custom error callbacks for app router: #71794
- Simplify Server Action Webpack plugin: #71721
- ensure DIO development segment errors are cleared after correcting: #71811
- Include sourceframe in errors logged in the terminal during development: #71803
- [dynamicIO] update prerender cache scoping and cache warming for validation: #71822
- only force stack frame color in tty: #71860
- Add test for fetch with auth in use cache: #71768
- Fix race with hot-reloader-client clearing overlay errors: #71771
- Fix dynamic tracking in dev: #71867
- Revert "Sourcemap errors in terminal by default (#71444)": #71868
- Fix fetch caching inside of
"use cache"
: #71793- Trace upload: only send traces for current session: #71838
- Reland "Sourcemap errors in terminal by default": #71877
... (truncated)