create-rari-app@0.4.21
- 61695545 fix(create-rari-app): add explicit type annotations
- 5b50acee chore(deps): upgrade dependencies
Full Changelog: https://github.com/rari-build/rari/compare/create-rari-app@0.4.20...create-rari-app@0.4.21
rari@0.10.14
- 1613e066 chore(deps): upgrade rari-binaries to 0.10.14
- 39150a8b refactor(rsc): reorganize global namespace under ~rari object
- 1f6fd6ec refactor(rsc): replace double underscore globals with bracket notation
Full Changelog: https://github.com/rari-build/rari/compare/rari@0.10.13...rari@0.10.14
v16.2.0-canary.90
- fix(css): rewrite MiniCssExtractPlugin insert function to ES5 to support legacy browsers: #90556
- Revert "Address review feedback: extract modules, clean up imports": #91159
- fix: Use a pnpm preinstall script to fix catch-22 in next binary creation: #91016
- Exclude partial fallback for deploy mode: #91163
- docs: More Server Actions security guidance across docs: #90878
- docs: Streaming guide: #90779
Huge thanks to @bgw, @ijjk, @sleitor, and @icyJoseph for helping!
8.54.3
- Fix incorrect CDN url for draco wasm js (and possibly other CDN resources) - by ryantrem (#18068)
- Simplify URL normalization logic in CDN utilities - by github-actions[bot] (#18062)
v0.10.14
- 497e829c refactor(rsc): simplify client components namespace access
- fec5ac87 refactor(rsc): deduplicate rsc namespace initialization and improve suspense handling
- 39150a8b refactor(rsc): reorganize global namespace under ~rari object
- a24cb2e0 refactor(rsc): replace double underscore globals with tilde
- 1f6fd6ec refactor(rsc): replace double underscore globals with bracket notation
Full Changelog: https://github.com/rari-build/rari/compare/v0.10.13...v0.10.14
electron v41.0.0
- Added
webContents.getOrCreateDevToolsTargetId(). #50176
- Added validation to protocol client methods to reject protocol names that do not conform to the RFC 3986 URI scheme grammar. #50155 (Also in 38, 39, 40)
- Fixed an issue where Chrome Devtools menus may not appear in certain embedded windows. #50137 (Also in 39, 40)
- Fixed an issue where
additionalDatapassed toapp.requestSingleInstanceLockon Windows could be truncated or fail to deserialize in the primary instance'ssecond-instanceevent. #50154 (Also in 38, 39, 40) - Fixed an issue where
nodeIntegrationInWorkeroverrides insetWindowOpenHandlerwere not honored for child windows sharing a renderer process with their opener. #50134 (Also in 38) - Fixed an issue where
screen.getCursorScreenPoint()crashed on Wayland when it was called before aBrowserWindowhad been created. #50105 (Also in 39, 40) - Fixed an issue where invalid characters in custom protocol or webRequest response header values were not rejected. #50132 (Also in 38, 39, 40)
- Fixed an issue where permission and device-chooser handlers received the top-level page origin instead of the requesting subframe's origin. #50148 (Also in 38, 39, 40)
- Reverted AltGr key fix that caused menu bar to no longer show on Windows. #50111 (Also in 39, 40)
- Updated Chromium to 146.0.7680.65. #50101
astro@6.0.2
- #15832
95e12a2Thanks @Princesseuh! - Fixesreturn;syntax not working in the frontmatter correctly in certain contexts
v1.166.7
Version 1.166.7 - 3/10/26, 7:24 PM
- router-core: null prototype input/output objects (#6882) (dadf7e9) by @Sheraff
- eslint: remove package-level unused-vars overrides (#6782) (d306d58) by @Sheraff
- @tanstack/router-core@1.166.7
- @tanstack/solid-router@1.166.7
- @tanstack/react-router@1.166.7
- @tanstack/vue-router@1.166.7
- @tanstack/solid-router-ssr-query@1.166.7
- @tanstack/react-router-ssr-query@1.166.7
- @tanstack/vue-router-ssr-query@1.166.7
- @tanstack/router-ssr-query-core@1.166.7
- @tanstack/zod-adapter@1.166.7
- @tanstack/valibot-adapter@1.166.7
- @tanstack/arktype-adapter@1.166.7
- @tanstack/router-devtools@1.166.7
- @tanstack/solid-router-devtools@1.166.7
- @tanstack/react-router-devtools@1.166.7
- @tanstack/vue-router-devtools@1.166.7
- @tanstack/router-devtools-core@1.166.7
- @tanstack/router-generator@1.166.7
- @tanstack/router-cli@1.166.7
- @tanstack/router-plugin@1.166.7
- @tanstack/router-vite-plugin@1.166.7
- @tanstack/solid-start@1.166.7
- @tanstack/solid-start-client@1.166.7
- @tanstack/solid-start-server@1.166.7
- @tanstack/vue-start@1.166.7
- @tanstack/vue-start-client@1.166.7
- @tanstack/vue-start-server@1.166.7
- @tanstack/start-client-core@1.166.7
- @tanstack/start-server-core@1.166.7
- @tanstack/start-storage-context@1.166.7
- @tanstack/react-start@1.166.7
- @tanstack/react-start-client@1.166.7
- @tanstack/react-start-server@1.166.7
- @tanstack/start-plugin-core@1.166.7
- @tanstack/start-static-server-functions@1.166.7
shadcn@4.0.3
- #9950
ce2c3ca688916db4fdb5fe173e9c6902f78696edThanks @shadcn! - add support for translucent menu