|
| 1 | +--- |
| 2 | +"@vinext/cloudflare": patch |
| 3 | +"create-vinext-app": patch |
| 4 | +"vinext": patch |
| 5 | +--- |
| 6 | + |
| 7 | +- fix(app-router): honor cacheLife stale on the client router (#2708) |
| 8 | +- fix(create-vinext-app): generate next env on first run (#2768) |
| 9 | +- fix(build): exclude filtered require.context modules (#2736) |
| 10 | +- fix(server): transfer request bodies into NextRequest instead of teeing (#2741) |
| 11 | +- fix(middleware): preserve headers for empty override value (#2767) |
| 12 | +- fix(middleware): stop restoring credentials middleware deleted before external rewrites (#2739) |
| 13 | +- fix(cache): bypass shared "use cache" entries in draft mode (#2744) |
| 14 | +- fix(app-router): preserve page result render ordering (#2760) |
| 15 | +- fix(pages): refresh next/head tags when regenerating ISR HTML (#2729) |
| 16 | +- fix(document): HTML-escape NextScript.getInlineScriptSource output (#2727) |
| 17 | +- fix(app-router): render pages before consuming layouts (#2751) |
| 18 | +- fix(build): recognize Vite dist client aliases (#2750) |
| 19 | +- fix(server): support Node production entry contracts (#2749) |
| 20 | +- fix(build): support dynamic package subpath imports (#2746) |
| 21 | +- fix(server): reject unsupported static asset methods (#2714) |
| 22 | +- fix(build): skip unhelpful precompressed variants (#2712) |
| 23 | +- fix(navigation): reuse router.prefetch payloads during navigation (#2709) |
| 24 | +- fix(server): honor static freshness validators (#2715) |
| 25 | +- fix(server): use weak comparison for If-None-Match (#2710) |
| 26 | +- fix(server): serve static assets with standard MIME types (#2713) |
| 27 | +- fix(metadata): preserve Content-Length for fully buffered responses (#2703) |
| 28 | +- fix(image): match Next.js 16 default image sizes (#2704) |
0 commit comments