@tanstack/vue-virtual@3.13.21
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
@tanstack/svelte-virtual@3.13.21
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
@tanstack/lit-virtual@3.13.22
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
@tanstack/react-virtual@3.13.21
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
@tanstack/virtual-core@3.13.21
- fix(virtual-core): smooth scrolling for dynamic item sizes (#1108)
@tanstack/angular-virtual@4.0.9
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
@tanstack/solid-virtual@3.13.21
- Updated dependencies [
be89e29]:- @tanstack/virtual-core@3.13.21
v16.2.0-canary.81
- Add trace spans for turbopack persistence in .next/trace: #90397
- Upgrade React from
4cc5b7a9-20260303to3bc2d414-20260304: #90876 - Fix prefetch inlining build failure with dynamic routes: #90899
- Update
@vercel/ogandsatorivendors: #90933 - Batch require cache deletion to avoid quadratic scanning: #90625
- Revert legacy PPR removal: #90948
- Cleanup non-generic assertions in our deploy test suite: #90894
- Turbopack: Tree shaking fixes and code organization: #89295
- Loading layout docs update: #90787
- Uncached data suspense issue: #90450
- tests: Use pnpm dlx to install latest CLI version: #90923
- Turbopack: Fix some eventually consistent reads at the top level in dev-server and snapshot tests: #90792
- Turbopack: Annotate ReadVcFuture as must_use instead of annotating functions that return it: #90839
- Prefix pr-status replies with 🤖 emoji: #90943
Huge thanks to @ijjk, @lukesandberg, @sokra, @feedthejim, @icyJoseph, @mischnic, @acdlite, @shuding, @bgw, and @unstubbable for helping!
electron v41.0.0-beta.8
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@41.0.0-beta.8.
- Added a
reasonproperty to the Notification 'closed' event on Windows to allow developers to know the reason the Notification was dismissed. #50029 (Also in 40)
- Fixed an issue on macOS where Universal Links were not delivered to
app.on('continue-activity')on cold launch whenNSUserActivity.userInfowas nil. #50006 (Also in 39, 40) - Fixed an issue where
VideoFrameobjects returned throughcontextBridgehad an incorrect prototype. #50023 (Also in 39, 40) - Fixed an issue where calling
setBoundson aWebContentsViewcould trigger redundantpage-favicon-updatedevents even when the favicon had not changed. #50085 (Also in 39, 40) - Fixed build failure when printing is disabled. #50077
- Fixed shutdown crash on windows when hidden titlebar is enabled. #50055 (Also in 39, 40)
- Global shortcuts can now be registered more reliably on Wayland using the
globalShortcutAPI. #50051
- Fixed CSS selector syntax in default app styles to properly apply animations to hero icons. #50033