Skip to content

Releases: vercel/next.js

v15.1.3

26 Dec 18:36
Compare
Choose a tag to compare

Note

This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Use shared worker for lint & typecheck steps: #74154

Credits

Huge thanks to @unstubbable and @ztanner for helping!

v15.1.1-canary.21

26 Dec 23:33
Compare
Choose a tag to compare
v15.1.1-canary.21 Pre-release
Pre-release

Misc Changes

  • chore(github): update comments stale period: #74291

Credits

Huge thanks to @samcx for helping!

v14.2.22

26 Dec 18:06
Compare
Choose a tag to compare

Note

This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Retry manifest file loading only in dev mode: #73900
  • Ensure workers are cleaned up: #71564
  • Use shared worker for lint & typecheck steps: #74154

Credits

Huge thanks to @unstubbable, @ijjk, and @ztanner for helping!

v15.1.1-canary.20

25 Dec 23:34
Compare
Choose a tag to compare
v15.1.1-canary.20 Pre-release
Pre-release

Core Changes

  • [DevOverlay] fix: restore pagination style: #74296

Credits

Huge thanks to @devjiwonchoi for helping!

v15.1.1-canary.19

24 Dec 23:33
Compare
Choose a tag to compare
v15.1.1-canary.19 Pre-release
Pre-release

Core Changes

  • refactor: error boundary rendering in app-render: #74259
  • [metadata] Merge the metadata resolve apis into one api: #74191

Credits

Huge thanks to @huozhi for helping!

v15.1.1-canary.18

23 Dec 23:34
Compare
Choose a tag to compare
v15.1.1-canary.18 Pre-release
Pre-release

Misc Changes

  • ci: use consistent playwright-chromium version: #74251
  • Fixed typo in documentation: #74254
  • docs: fix typo in self-host after() details: #74243

Credits

Huge thanks to @ztanner, @ytreister, and @sommeeeer for helping!

v15.1.1-canary.17

22 Dec 23:34
Compare
Choose a tag to compare
v15.1.1-canary.17 Pre-release
Pre-release

Misc Changes

  • docs: update ISR self-hosting example code: #74211

Credits

Huge thanks to @leerob for helping!

v13.5.8

21 Dec 02:51
Compare
Choose a tag to compare

Note

This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Update React from d900fadbf to 1dba980e1f: #74202
  • [i18n] Routing fix: #70761

Credits

Huge thanks to @wyattjoh and @ztanner for helping!

v15.1.1-canary.16

20 Dec 23:34
Compare
Choose a tag to compare
v15.1.1-canary.16 Pre-release
Pre-release

Core Changes

  • Use Geist font in Dev Overlay: #74160
  • [metadata] Align prefetch head type with head: #74161

Credits

Huge thanks to @devjiwonchoi and @huozhi for helping!

v15.1.1-canary.15

20 Dec 19:07
Compare
Choose a tag to compare
v15.1.1-canary.15 Pre-release
Pre-release

Core Changes

  • used shared worker for lint & typecheck steps: #74154
  • chore(turbopack): Ignore no-vc-struct lint in trybuild proc macro tests: #74110
  • Use provided waitUntil for pending revalidates: #74164
  • Port ErrorPagination: #74097
  • Port LeftIcon RightIcon from ErrorPagination: #74098
  • Port ToolButtonsGroup: #74099
  • [Turbopack] fix import.meta.url in monorepo: #72612
  • refactor: rename the react client error callbacks module: #74192
  • Use ErrorOverlayLayout in Errors component: #74107
  • refactor: remove internal queries, move to request metadata: #74100
  • Fix accessing headers in progressively enhanced form actions: #74196

Misc Changes

  • refactor(turbo-tasks): Remove public OperationVc constructor, introduce a macro annotation for creating OperationVc types: #72871
  • refactor(turbo-tasks): Make State require OperationValue: #73876
  • chore(turbopack): Remove or improve a few uses of .to_resolved().await inside a loop: #74112
  • refactor(turbopack): Rewrite CollectiblesSource callsites to use OperationVc (part 1/3): #74051
  • chore(turbopack): Delete to-resolved-in-loop lint (too low signal): #74113
  • Allow usage of this and arguments in nested function expression: #74179

Credits

Huge thanks to @ztanner, @bgw, @ijjk, @unstubbable, @devjiwonchoi, @sokra, @huozhi, and @wyattjoh for helping!