File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 77 "examples" : " " ,
88 "community" : " Community projects" ,
99 "troubleshooting" : " " ,
10- "migrate-from-0.3-to-0.4 " : " Migrate from 0.3" ,
10+ "migrate-from-0.3-to-0.5 " : " Migrate from 0.3" ,
1111 "0.3" : " Release 0.3" ,
1212 "migrate-from-0.2-to-0.3" : " " ,
1313 "0.2" : " Release 0.2"
Original file line number Diff line number Diff line change 11import { SITE } from ' ../../config' ;
22import { Callout } from ' nextra/components' ;
33
4- ### Migrate from 0.3 (to 0.4 )
4+ ### Migrate from 0.3 (to 0.5 )
55
6- The ` @opennextjs/cloudflare@0.4.0 ` introduced a new ` initOpenNextCloudflareForDev ` utility and made ` getCloudflareContext ` synchronous,
6+ ` @opennextjs/cloudflare@0.4.0 ` introduced a new ` initOpenNextCloudflareForDev ` utility and made ` getCloudflareContext ` synchronous,
77we'll explore those two differences below, and how they effect applications built using ` 0.3.x ` versions of the adapter.
88
9+ ` @opennextjs/cloudflare@0.5.0 ` did not introduce any breaking change, meaning that there are no migration steps from ` 0.4 ` to ` 0.5 ` .
10+
911##### ` initOpenNextCloudflareForDev `
1012
1113` initOpenNextCloudflareForDev ` is a new utility that needs to be added to the Next.js configuration file in order to integrate the adapter
You can’t perform that action at this time.
0 commit comments