Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@
},
"changesets": [
"brave-baboons-talk",
"brown-mice-train",
"calm-paths-pull",
"chilled-turkeys-leave",
"clean-actors-jam",
"curly-waves-search",
"eager-wings-crash",
"eight-months-camp",
"eight-pears-kiss",
"famous-ducks-flash",
"fifty-flies-yell",
"fresh-eyes-bet",
"funny-pandas-clean",
"heavy-bottles-like",
"little-gifts-wave",
"moody-hands-check",
"nasty-ladybugs-trade",
Expand All @@ -25,8 +28,11 @@
"rare-canyons-travel",
"sanitize-location-header",
"sharp-llamas-grab",
"shiny-bikes-enjoy",
"shiny-clowns-clap",
"slick-badgers-wear",
"smooth-foxes-taste",
"tricky-eels-march",
"tricky-hounds-relate",
"vite-8-compat",
"wicked-laws-bake"
Expand Down
7 changes: 7 additions & 0 deletions packages/start-nitro-v2-vite-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solidjs/vite-plugin-nitro-2

## 0.3.1-alpha.0

### Patch Changes

- b28c7ac: fix: compress public assets by default, matching `1.x` behavior
- ec1b82b: Included Vite 8 in the peer dependency range.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start-nitro-v2-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solidjs/vite-plugin-nitro-2",
"description": "Nitro v2 plugin for development with SolidStart 2.0",
"version": "0.3.0",
"version": "0.3.1-alpha.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @solidjs/start

## 2.0.0-alpha.4

### Minor Changes

- 0a9fdc3: fix cloudflare

### Patch Changes

- 0c95804: Fix URL to path conversion in manifest resolver
- 6011e5a: Fixed changes in route files resulting in a reload instead of hot module replace. Reloads now only are triggered when adding or removing routes.
- 8fb81e6: Fixed niche edge cases in the server functions dead code removal (DCE) logic:
- Server functions only referenced in event handlers (e.g. `onClick`) now aren't considered unused and work properly.
- Unused variables in server functions no longer lead to compilation errors.
- ec1b82b: Included Vite 8 in the peer dependency range.

## 2.0.0-alpha.3

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start",
"version": "2.0.0-alpha.3",
"version": "2.0.0-alpha.4",
"type": "module",
"repository": {
"type": "git",
Expand Down