File tree Expand file tree Collapse file tree
start-nitro-v2-vite-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 },
88 "changesets" : [
99 " brave-baboons-talk" ,
10+ " calm-paths-pull" ,
1011 " chilled-turkeys-leave" ,
12+ " eight-months-camp" ,
13+ " fifty-flies-yell" ,
14+ " fresh-eyes-bet" ,
1115 " little-gifts-wave" ,
16+ " moody-hands-check" ,
1217 " nasty-ladybugs-trade" ,
13- " sharp-llamas-grab"
18+ " sharp-llamas-grab" ,
19+ " tricky-hounds-relate" ,
20+ " wicked-laws-bake"
1421 ]
1522}
Original file line number Diff line number Diff line change 11# @solidjs/vite-plugin-nitro-2
22
3+ ## 0.2.0-alpha.0
4+
5+ ### Minor Changes
6+
7+ - 9c1c936: fix edge presets like netlify and cloudflare
8+ - 64b0c2c: needed to avoid weird issues like Cannot resolve "@tailwindcss/oxide-android-arm64 /package.json"
9+
310## 0.1.0
411
512### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @solidjs/vite-plugin-nitro-2" ,
33 "description" : " Nitro v2 plugin for development with SolidStart 2.0" ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2.0-alpha .0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "build" : " tsc" ,
Original file line number Diff line number Diff line change 11# @solidjs/start
22
3+ ## 2.0.0-alpha.2
4+
5+ ### Minor Changes
6+
7+ - 10bf932: Fix path resolution on Windows
8+ - 9201e71: fix text/html missing when ssr is false
9+ - a9cd2cc: add ` vite preview ` support
10+
11+ ### Patch Changes
12+
13+ - 7077a49: Fixed CSS from shared chunks not being collected via the chunk name.
14+ - a620eeb: Fixed virtual module CSS not being collected in vite dev.
15+
316## 2.0.0-alpha.1
417
518### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @solidjs/start" ,
3- "version" : " 2.0.0-alpha.1 " ,
3+ "version" : " 2.0.0-alpha.2 " ,
44 "type" : " module" ,
55 "scripts" : {
66 "build" : " pnpm validate-imports && tsc && node scripts/build.js" ,
You can’t perform that action at this time.
0 commit comments