shadcn@4.0.5
- #9960
5ee456735377158c12cf55eefbe872f7303e1325Thanks @shadcn! - update handling of init urls
shadcn@4.0.4
- #9957
aa841e35cf405e574123478b46f4058cff0e179aThanks @shadcn! - fix cache in resolveRegistryBaseConfig
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