File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @vinext/cloudflare " : patch
3+ " vinext " : patch
4+ ---
5+
6+ - fix(cache): preserve prerendered page cache tags (#709 )
7+ - fix(pages-router): load custom \_ app/\_ document via resolved file paths in dev (#2692 )
8+ - fix(pages): preserve live Set-Cookie header arrays (#2689 )
9+ - fix(css): load Sass partials from paths containing tildes (#2691 )
10+ - fix: honor build --mode dotenv files (#2523 )
11+ - fix(build): normalize jsx-in-js module ids on Windows (#2687 )
12+ - fix(rsc): handle Windows paths in client reference dedup (#2686 )
13+ - fix(app-router): install default not-found boundary (#2670 )
14+ - fix(app-router): scope dynamic params by segment (#2228 )
15+ - fix(app-router): honor client cache stale times (#2449 )
16+ - perf(app-router): serialize streamed metadata once (#2675 )
17+ - fix(app-router): resolve interception-only RSC targets (#2256 )
18+ - fix(app-router): preserve hash query navigation semantics (#2669 )
19+ - fix(pages): normalize decoded edge responses (#2668 )
20+ - fix(app-router): reconcile streamed metadata icons (#2320 )
21+ - fix(pages): propagate Document script security props (#2044 )
22+ - fix(app-router): align prefetch server protocol (#2318 )
Original file line number Diff line number Diff line change 1616 " auto-_vinext_cloudflare_1.0.0-beta.0-4c8399d" ,
1717 " auto-_vinext_cloudflare_1.0.0-beta.1-0252ea1" ,
1818 " auto-_vinext_cloudflare_1.0.0-beta.2-023aa76" ,
19+ " auto-_vinext_cloudflare_1.0.0-beta.3-1c69ce3" ,
1920 " enter-v1-beta"
2021 ]
2122}
Original file line number Diff line number Diff line change 11# @vinext/cloudflare
22
3+ ## 1.0.0-beta.4
4+
5+ ### Bug Fixes
6+
7+ - ** Cache:** preserve prerendered page cache tags (#709 )
8+
9+ ### Contributors
10+
11+ - @james-elicx
12+
313## 1.0.0-beta.3
414
515### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @vinext/cloudflare" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-beta.4 " ,
44 "description" : " Cloudflare adapters for vinext (KV data cache and Images-backed image optimization)." ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11# vinext
22
3+ ## 1.0.0-beta.4
4+
5+ ### Bug Fixes
6+
7+ #### App Router
8+
9+ - install default not-found boundary (#2670 )
10+ - scope dynamic params by segment (#2228 )
11+ - honor client cache stale times (#2449 )
12+ - resolve interception-only RSC targets (#2256 )
13+ - preserve hash query navigation semantics (#2669 )
14+ - reconcile streamed metadata icons (#2320 )
15+ - align prefetch server protocol (#2318 )
16+
17+ #### Pages
18+
19+ - preserve live Set-Cookie header arrays (#2689 )
20+ - normalize decoded edge responses (#2668 )
21+ - propagate Document script security props (#2044 )
22+
23+ #### Misc
24+
25+ - ** Pages Router:** load custom \_ app/\_ document via resolved file paths in dev (#2692 )
26+ - ** CSS:** load Sass partials from paths containing tildes (#2691 )
27+ - honor build --mode dotenv files (#2523 )
28+ - ** Build:** normalize jsx-in-js module ids on Windows (#2687 )
29+ - ** RSC:** handle Windows paths in client reference dedup (#2686 )
30+ - ** Cache:** preserve prerendered page cache tags (#709 )
31+
32+ ### Performance
33+
34+ - ** App Router:** serialize streamed metadata once (#2675 )
35+
36+ ### Contributors
37+
38+ - @james-elicx
39+ - @MaxtuneLee
40+ - @WilliamK112
41+
342## 1.0.0-beta.3
443
544### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " vinext" ,
3- "version" : " 1.0.0-beta.3 " ,
3+ "version" : " 1.0.0-beta.4 " ,
44 "description" : " Run Next.js apps on Vite. Drop-in replacement for the next CLI." ,
55 "license" : " MIT" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments