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
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"renumber-next-line-two-x",
"require-solid-beta-22",
"response-stub-committed-type",
"retry-failed-lazy-subtrees",
"router-factory-typed-paths",
"router-navigation-warning-fix",
"scroll-restoration-hydration-transparent",
Expand All @@ -57,6 +58,7 @@
"update-solid-beta-33",
"update-solid-beta-7",
"update-solid-rc-0",
"update-solid-rc-1",
"warn-nested-router-mounts"
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solidjs/router

## 2.0.0-next.17

### Patch Changes

- 569743d: Failed lazy route subtree loads are no longer cached for the rest of the session. The rejection is held for the current location (so the erroring match computation can't refire the import in a loop), and the next navigation retries the fetch — the same contract the platform applies to failed dynamic imports and `lazy()` adopted in solid 2.0.0-rc.1. Failed loads also no longer surface as unhandled promise rejections, and a speculative preload that fails is silently deferred to the real navigation.
- 569743d: Update to solid-js 2.0.0-rc.1. Adapts `fileRoutes` to `lazy()`'s new signature (the module URL moved to the third argument behind an options slot) and raises the peer dependency floor to `^2.0.0-rc.1`.

## 2.0.0-next.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Ryan Turnquist"
],
"license": "MIT",
"version": "2.0.0-next.16",
"version": "2.0.0-next.17",
"homepage": "https://github.com/solidjs/solid-router#readme",
"repository": {
"type": "git",
Expand Down