Sourced from next's releases.
v15.3.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Reinstate
vary(#79939)- fix(next-swc): Fix interestingness detection for React Compiler (#79558)
- fix(next-swc): Fix react compiler usefulness detector (#79480)
- fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
- Client router should discard stale prefetch entries for static pages (#79362)
Credits
Huge thanks to
@gaojude,@kdy1,@bgw, and@unstubbablefor helping!v15.3.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- backport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOutput (#78488) (#78883)
@next/mdx: Use stable turbopack config options (#78880)- Fix react-compiler: Fix detection of interest (#78879)
- Fix turbopack: Backport sourcemap bugfix (#78881)
- [next-server] preserve rsc query for rsc redirects (#78876)
- Update middleware public/static matching (#78875)
Credits
Huge thanks to
@ijjk,@huozhi,@kdy1,@wbinnssmith, and@bgwfor helping!v15.3.1
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
Credits
Huge thanks to
@kdy1and@styflefor helping!v15.3.1-canary.15
Core Changes
... (truncated)
3ab8db7
v15.3.318c8113
[backport] Reinstate vary (#79939)e18212f
re-enable vary header deploy test (#79753)ec202ec
Revert "[next-server] skip setting vary header for basic
routes" (#79426)e2f264f
fix(next-swc): Fix interestingness detection for React Compiler (15.3)
(#79558)562fac7
fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)06097fd
fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)bda731f
Client router should discard stale prefetch entries for static pages (#79362)d9ec4a4
v15.3.23def5ff
backport: fix(turbopack): Store persistence of wrapped task on
RawVc::LocalOu...