-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Marc MacLeod <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
'@ssrx/plugin-tanstack-router': minor | ||
'@ssrx/plugin-tanstack-query': minor | ||
'@ssrx/plugin-react-router': minor | ||
'@ssrx/plugin-solid-router': minor | ||
'@ssrx/plugin-trpc-react': minor | ||
'@ssrx/trpc-react-query': minor | ||
'@ssrx/plugin-unhead': minor | ||
'@ssrx/streaming': minor | ||
'@ssrx/renderer': minor | ||
'@ssrx/react': minor | ||
'@ssrx/remix': minor | ||
'@ssrx/solid': minor | ||
'@ssrx/vite': minor | ||
--- | ||
|
||
- New packages: `@ssrx/streaming` and `@ssrx/plugin-tanstack-router` | ||
- New example: `tanstack-router-simple`, re-organize kitchen sink examples | ||
- Minimum required solid-router version is now 0.10 | ||
- Fix a number of edge cases around lazy route detection | ||
- Update `RenderPlugin` plugin signature |