Skip to content

Releases: cloudflare/next-on-pages

[email protected]

20 Feb 15:23
ef660f3
Compare
Choose a tag to compare

@cloudflare/[email protected]

20 Feb 15:23
ef660f3
Compare
Choose a tag to compare

Patch Changes

  • 52f0113: chore: Extract module name in dynamic imports

[email protected]

09 Dec 10:06
2cd4c3c
Compare
Choose a tag to compare

@cloudflare/[email protected]

09 Dec 10:06
2cd4c3c
Compare
Choose a tag to compare

Patch Changes

  • e1d65f4: fix Next.js calling a non-bound waitUntil function
  • edd4fea: Allow import of node:* and cloudflare:* in worker custom entrypoint

[email protected]

28 Nov 13:20
835bec5
Compare
Choose a tag to compare

@cloudflare/[email protected]

28 Nov 13:20
835bec5
Compare
Choose a tag to compare

Patch Changes

  • d879acd: Mark async_hooks as external.

[email protected]

04 Oct 08:58
e9a9e18
Compare
Choose a tag to compare

@cloudflare/[email protected]

04 Oct 19:53
96c331d
Compare
Choose a tag to compare

Patch Changes

  • 930a79f: fix: webpack chunks not deduping with sentry (#886)

    (duplicated changeset needed because the 1.13.4 npm release doesn't properly work)

@cloudflare/[email protected]

04 Oct 08:58
e9a9e18
Compare
Choose a tag to compare

Patch Changes

  • 18e0e46: Fix the Webpack chunk deduplication when Sentry is used, as it changes the AST node structure for Webpack chunks.

@cloudflare/[email protected]

21 Sep 12:12
585f2ab
Compare
Choose a tag to compare

Patch Changes

  • d1dce9e: Fix prerendered dynamic ISR functions with catch-all segments
  • e890632: Provide __NEXT_BUILD_ID env var to functions, making them compatible with Next v14.2.8 and newer.