Skip to content

Releases: vercel/next.js

v14.3.0-canary.39

04 May 23:29
Compare
Choose a tag to compare
v14.3.0-canary.39 Pre-release
Pre-release

Core Changes

Credits

Huge thanks to @timneutkens for helping!

v14.3.0-canary.38

03 May 23:30
Compare
Choose a tag to compare
v14.3.0-canary.38 Pre-release
Pre-release

Core Changes

  • Update font data: #65301
  • Update revalidateTag to batch tags in one request: #65296
  • Revert "Remove extra suspense boundary for default next/dynamic": #65309
  • Emit polyfill-nomodule.js into the build manifest polyfillFiles: #65223
  • Remove broken #[turbo_tasks::value(transparent)] attributes: #65336
  • Delete dead concatenate_output_assets function: #65337

Misc Changes

  • Update Turbopack development test manifest: #65312
  • add explicit test for parallel routes in a root layout: #65338
  • docs(unstable_cache): add data cache mentions: #65342

Credits

Huge thanks to @ijjk, @bgw, @ztanner, and @samcx for helping!

v14.3.0-canary.37

02 May 23:31
Compare
Choose a tag to compare
v14.3.0-canary.37 Pre-release
Pre-release

Core Changes

  • Fix an issue parsing catchall params: #65277
  • Enable preloading entries by default: #65289
  • Trace uploader: add worker spans to allowed events: #65255

Example Changes

  • Fixes with-supertokens example: #65267

Misc Changes

  • Extract slow tests to avoid wasteful start/stop: #65265
  • Remove unnecessary mocks: #65284
  • chore(github-workflow): add linear: next labels to sync popular issues to linear: #65288
  • Improve test assertions: #65285
  • docs: update Route Handler streaming example: #65286
  • chore(github-workflow): Update title for update-font-data workflow: #65293

Credits

Huge thanks to @eps1lon, @agadzik, @rishabhpoddar, @samcx, @ijjk, @leerob, and @wbinnssmith for helping!

v14.3.0-canary.36

01 May 23:30
Compare
Choose a tag to compare
v14.3.0-canary.36 Pre-release
Pre-release

Misc Changes

  • [create-next-app] remove "text-balance" custom class: #63742

Credits

Huge thanks to @ryota-murakami for helping!

v14.3.0-canary.35

01 May 22:43
Compare
Choose a tag to compare
v14.3.0-canary.35 Pre-release
Pre-release

Core Changes

  • fix(next/image): detect react@19 for fetchPriority prop: #65235
  • Use POST for invokeIpcMethod: #65238
  • fix redirect to url with semicolon: #65165
  • Provide non-dynamic segments to catch-all parallel routes: #65233

Example Changes

  • feat(examples): add with-turso: #61291
  • Fix export function name on docs/routing/layouts-and-templates: #65240

Misc Changes

  • chore(github-workflow): update to check all reactions: #65228
  • docs(staletime): add clarification around prefetch false: #65252

Credits

Huge thanks to @notrab, @gabrielrolfsen, @samcx, @styfle, @remorses, @AbhiShake1, and @agadzik for helping!

v14.3.0-canary.34

01 May 15:46
Compare
Choose a tag to compare
v14.3.0-canary.34 Pre-release
Pre-release

Core Changes

  • Turbopack: rename source map prefix: #64965

Misc Changes

  • docs(app-routing-layoutsand-template): use the correct path: #65085
  • Update Turbopack production test manifest: #65225
  • Update Turbopack development test manifest: #65226

Credits

Huge thanks to @sokra and @imddc for helping!

v14.3.0-canary.33

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

Core Changes

  • Resolve global next Webpack alias last: #65123
  • Add oslo, @node-rs/argon2, and @node-rs/bcrypt to external packages: #65204
  • [trace] Reduce the size of .next/trace files: #65101
  • Remove extra suspense boundary for default next/dynamic: #64716
  • Only apply metadata manifest credentials for preview deployment: #64940
  • fix(next): add missing browser.major type: #65185

Example Changes

  • Ensure latest canary of Next.js is installed in repros: #65197

Misc Changes

  • chore: add more labels: #65209
  • docs: Add @fluentui/react-components to list of libraries that support css-in-js with app router: #61521
  • docs: fix skipTrailingSlashRedirect middleware example: #65220

Credits

Huge thanks to @eps1lon, @balazsorban44, @timneutkens, @karlhorky, @mknichel, @sopranopillow, @huozhi, @Gomah, and @ztanner for helping!

v14.3.0-canary.32

30 Apr 10:01
Compare
Choose a tag to compare
v14.3.0-canary.32 Pre-release
Pre-release

Core Changes

  • update turbopack: #65191
  • Fix crypto import in edge runtime with Turbopack: #65171

Credits

Huge thanks to @sokra and @timneutkens for helping!

v14.3.0-canary.31

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

Core Changes

  • fix unhandled runtime error when notFound() triggered in generateMetadata w/ parallel routes: #65102
  • Use vercel deployment url for metadataBase fallbacks: #65089
  • Fix next/dynamic with babel and src dir: #65177

Misc Changes

  • Bump @testing-library/react to 15.0.3 (from 13.x): #65119
  • docs: Fix typo for ReactDOM.prefetchDNS method inside Resource Hints section: #65111
  • chore(github-workflow): update popular workflows cron time, fix undefโ€ฆ: #65172
  • chore(github-templates): update docs_report template, update template descriptions: #65178

Credits

Huge thanks to @eps1lon, @jonathan-ingram, @ztanner, @samcx, and @huozhi for helping!

v14.3.0-canary.30

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

Core Changes

  • Fix: strip _rsc query for client navigation rsc request: #65084

Credits

Huge thanks to @huozhi for helping!