File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
examples/basic/src/routes/use-cache Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## <small >[ 0.5.16] ( https://github.com/vitejs/vite-plugin-react/compare/plugin-rsc@0.5.15...plugin-rsc@0.5.16 ) (2026-01-22)</small >
2+ ### Features
3+
4+ * ** plugin-rsc:** expose ` onClientReference ` callback in ` renderToReadableStream ` ([ #1079 ] ( https://github.com/vitejs/vite-plugin-react/issues/1079 ) ) ([ 454c742] ( https://github.com/vitejs/vite-plugin-react/commit/454c742154939391d2df513a5c7764b2af8ec573 ) )
5+
6+ ### Tests
7+
8+ * ** plugin-rsc:** add non-form action server action tests ([ #1080 ] ( https://github.com/vitejs/vite-plugin-react/issues/1080 ) ) ([ 6976167] ( https://github.com/vitejs/vite-plugin-react/commit/69761670581e7e246ada819a94d7bdf51f352f5c ) )
9+
110## <small >[ 0.5.15] ( https://github.com/vitejs/vite-plugin-react/compare/plugin-rsc@0.5.14...plugin-rsc@0.5.15 ) (2026-01-21)</small >
211### Features
312
Original file line number Diff line number Diff line change 1+ export function DebugUseCache ( ) {
2+ return null
3+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " @vitejs/plugin-rsc" ,
3- "version" : " 0.5.15 " ,
3+ "version" : " 0.5.16 " ,
44 "description" : " React Server Components (RSC) support for Vite." ,
55 "keywords" : [
66 " react" ,
You can’t perform that action at this time.
0 commit comments