4 hours ago
electron

electron v43.0.0-beta.1

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@43.0.0-beta.1.

Release Notes for v43.0.0-beta.1

Fixes

  • Fixed the context menu in a detached DevTools window focusing the inspected page's window instead of the DevTools window. #51863 (Also in 42)

Other Changes

  • Enabled ThinLTO on macOS builds. #51819 (Also in 42)
  • Fixed silent data truncation in Buffer/TextEncoder APIs and a crash in fs.writeFileSync with non-ASCII strings on Apple Silicon. #51850 (Also in 41, 42)
  • Improved app startup performance — the main process now boots from an embedded Node.js startup snapshot, framework bundles and preload scripts are cached as compiled V8 bytecode, and sandboxed renderer startup data is pushed ahead of navigation instead of fetched via blocking IPC. Preload stack traces now show the correct file path and line number. #51792 (Also in 42)
  • Improved performance of Linux and Windows release builds by enabling ThinLTO link-time optimization for the main Electron binary. #51820 (Also in 42)
  • Improved runtime performance. #51829 (Also in 42)
  • Removed showHiddenFiles support from the dialog API on Linux. #51880
  • Updated Chromium to 150.0.7863.0. #51799
5 hours ago
rari

rari@0.14.6

What's Changed

  • 6e266687 chore(deps): upgrade rari to 0.14.5
  • acda8d99 perf(server,router): parallelize cache warmup and optimize route resolution

Full Changelog: https://github.com/rari-build/rari/compare/rari@0.14.4...rari@0.14.6

5 hours ago
plate

v53.0.9

@platejs/ai

Patch Changes

  • Updated @platejs/table.

@platejs/csv

Published @platejs/csv@53.0.9.

@platejs/table

Patch Changes

Contributors

Thanks to everyone who contributed to this release:

@puneetdixit200

Full changelog: v53.0.8...v53.0.9

7 hours ago
rari

v0.14.5

What's Changed

  • cf63c87c chore(deps): bump rari version to 0.14.5
  • acda8d99 perf(server,router): parallelize cache warmup and optimize route resolution

Full Changelog: https://github.com/rari-build/rari/compare/v0.14.4...v0.14.5

8 hours ago
react-tooltip

v6.0.7

If you like ReactTooltip, please give the project a star on GitHub 🌟

What's Changed

Full Changelog: https://github.com/ReactTooltip/react-tooltip/compare/v6.0.6...v6.0.7

9 hours ago
engine

v2.19.5

Fixes

  • Tile gsplat interval-scatter dispatch over workgroup limit by @mvaligursky in #8841
  • Register nameless scripts under their verbatim class name by @mvaligursky in #8844

Contributors

  • @mvaligursky

Full Changelog: https://github.com/playcanvas/engine/compare/v2.19.4...v2.19.5

10 hours ago
react-router
12 hours ago
engine

v2.19.4

Fixes

  • Keep UMD exports overridable while preserving live bindings by @mvaligursky in #8839

Contributors

  • @mvaligursky

Full Changelog: https://github.com/playcanvas/engine/compare/v2.19.3...v2.19.4

12 hours ago
router

Release 2026-06-04 12:00

Release 2026-06-04 12:00

Changes

Fix

  • start-rsbuild: compile node_modules for RSC directives (#7540) (80919186cb) by @SyMind

Packages

  • @tanstack/react-start@1.168.20
  • @tanstack/react-start-rsc@0.1.19
  • @tanstack/solid-start@1.168.20
  • @tanstack/start-plugin-core@1.171.12
  • @tanstack/vue-start@1.168.19
12 hours ago
router

@tanstack/start-plugin-core@1.171.12

Patch Changes

  • #7540 8091918 - Fix Rsbuild RSC builds so client directives in packages under node_modules are compiled and detected correctly.