Skip to content

Releases: vercel/next.js

v14.3.0-canary.17

22 Apr 22:47
Compare
Choose a tag to compare
v14.3.0-canary.17 Pre-release
Pre-release

Core Changes

  • fext(next): extend next.config for mdxRs support options: #64801
  • skip test_e2e_deploy_related when triggered from a fork: #64893

Misc Changes

  • docs: remove types in js example: #64878
  • fix app-dir-edge-runtime-with-wasm test: #64891
  • chore(docs): added inlang to the list of i18n community libraries: #61323
  • Add WorkOS to list of auth libraries: #64860
  • Revert turborepo to 1.13.3-canary.2: #64892

Credits

Huge thanks to @EffectDoplera, @ztanner, @NilsJacobsen, @PaulAsjes, @ijjk, and @kwonoj for helping!

v14.3.0-canary.16

22 Apr 15:13
Compare
Choose a tag to compare
v14.3.0-canary.16 Pre-release
Pre-release

Core Changes

  • build: Update swc_core to v0.90.33: #64553
  • Enable loading source maps for Next Server and React: #64527
  • fix: mixing namespace import and named import client components: #64809

Example Changes

Misc Changes

  • Update Turbopack development test manifest: #64838

Credits

Huge thanks to @jeanmax1me, @kdy1, @unstubbable, and @huozhi for helping!

v14.3.0-canary.15

21 Apr 23:32
Compare
Choose a tag to compare
v14.3.0-canary.15 Pre-release
Pre-release

Core Changes

  • Move next-swc Turborepo config to packages/next-swc: #64789

Misc Changes

  • Upgrade Turborepo: #64842
  • Update @testing-library/react used in tests: #64851

Credits

Huge thanks to @timneutkens and @eps1lon for helping!

v14.3.0-canary.14

20 Apr 23:29
Compare
Choose a tag to compare
v14.3.0-canary.14 Pre-release
Pre-release

Core Changes

  • fix interception route rewrite regex not supporting hyphenated segments: #64805
  • Disable ncc cache instead of cache cleaning: #64804

Credits

Huge thanks to @ztanner and @timneutkens for helping!

v14.3.0-canary.13

19 Apr 23:30
Compare
Choose a tag to compare
v14.3.0-canary.13 Pre-release
Pre-release

Core Changes

  • fix: remove traceparent from cachekey should not remove traceparent from original object: #64727

Misc Changes

  • Upgrade Turborepo: #64767
  • Update index.mdx: #64794
  • docs: "generateMetadata" to "generateViewport" in doc "generateViewport": #64795
  • Update 06-bundle-analyzer.mdx: #64740

Credits

Huge thanks to @timneutkens, @IAmKushagraSharma, @Auxdible, @sean-rallycry, and @Jeffrey-Zutt for helping!

v14.3.0-canary.12

19 Apr 18:16
Compare
Choose a tag to compare
v14.3.0-canary.12 Pre-release
Pre-release

Core Changes

  • Turbopack: Don’t show stack traces for internal modules: #64228
  • Reapply "chore(test): run related E2E deploy tests on PRs" (#64682): #64712
  • fix(fetch-cache): fix typo: #64786

Misc Changes

  • chore: exit running related tests if there was no match: #64772
  • docs: remove types in js example: #64761
  • chore: rename 'example bug' label to 'examples': #64775
  • Update Turbopack development test manifest: #64762
  • chore: match label name during autolabeling: #64770
  • Docs: Clarify template.js behavior: #64781

Credits

Huge thanks to @wbinnssmith, @ijjk, @balazsorban44, @EffectDoplera, @delbaoliveira, and @samcx for helping!

v14.3.0-canary.11

18 Apr 23:31
Compare
Choose a tag to compare
v14.3.0-canary.11 Pre-release
Pre-release

Core Changes

  • Clean-up fetch metrics tracking: #64746
  • [actions] Enforce body limit using Transform stream: #64694

Misc Changes

  • docs: Add ant-design library info: #63965
  • docs: fix default.js params example: #64748
  • Update 07-route-groups.mdx, remove extra bracket: #64754

Credits

Huge thanks to @ijjk, @kiner-tang, @ztanner, @Ehren12, and @wyattjoh for helping!

v14.3.0-canary.10

18 Apr 19:52
Compare
Choose a tag to compare
v14.3.0-canary.10 Pre-release
Pre-release

Core Changes

  • Revert "fix TypeError edge-case for parallel slots rendered multiple times": #64690
  • Fix typo: 'serverComponentsExtenalPackages' should be 'serverComponentsExternalPackages': #64705
  • prevent erroneous route interception during lazy fetch: #64692
  • Add @appsignal/nodejs to the external packages list: #64503
  • fix root page revalidation when redirecting in a server action: #64730

Misc Changes

  • Docs: Review auth guide: #64605
  • Update Turbopack development test manifest: #64709
  • add node example to open graph image docs: #64305
  • docs: Suggest a blobless clone instead of a shallow clone: #64693
  • Fix next-swc native binary write in tests: #64744

Credits

Huge thanks to @ztanner, @delbaoliveira, @gaspar09, @souporserious, @bgw, @unflxw, and @timneutkens for helping!

v14.3.0-canary.9

17 Apr 23:45
Compare
Choose a tag to compare
v14.3.0-canary.9 Pre-release
Pre-release

Core Changes

  • Fix reporting when performance.measure doesn't exist (Edge): #64669
  • Reduce amount of data passed to collectBuildTraces: #59665
  • fix(next-server): 'quiet' setting delegate for custom server: #64512
  • Revert "chore(test): run related E2E deploy tests on PRs": #64682
  • update turbopack: #64686
  • Fix: resolve mixed re-exports module as cjs: #64681

Misc Changes

  • docs: fix MDX codeblock: #64673

Credits

Huge thanks to @dvoytenko, @leerob, @timneutkens, @bobaaaaa, @ijjk, @bgw, and @huozhi for helping!

v14.3.0-canary.8

17 Apr 17:35
Compare
Choose a tag to compare
v14.3.0-canary.8 Pre-release
Pre-release

Core Changes

  • Revert "fix(next): global not-found not working on multi-root layouts": #64601
  • chore(test): run related E2E deploy tests on PRs: #63763
  • Improve top level await coverage: #64508
  • Upgrade typescript to 5.3: #64043
  • add pathname normalizer for actions: #64592
  • Fix experimental/testmode by removing console.log: #64670
  • Don't output .test.ts files in next/font: #63472

Example Changes

  • chore: fix a wrong link for with-service-worker example: #64666

Misc Changes

  • chore: update labels in workflows/templates: #63713
  • chore: update label: #64662

Credits

Huge thanks to @shuding, @balazsorban44, @xiaohanyu, @timneutkens, @huozhi, @ztanner, and @Ethan-Arrowood for helping!