42 minutes ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nightly-release may contain experimental features and breaking changes.

What's new

API: computer

  • Implement computer.getMousePosition(x, y) to update the current mouse cursor position.
  • Implement computer.setMouseGrabbing(grabbing; boolean) to activate/deactivate confining the mouse cursor within the native app window. If grabbing is set to true, the mouse cursor always stays within the window boundaries, so this feature helps create interactive games and similar apps operated using the mouse.
  • Implement computer.sendKey(keyCode, keyState) to simulate keyboard events. App developers can use a platform-specific key code and states (press, down, and up) to simulate from simple single key strokes to complex key combinations:
// Simulate letter 'a' press on GNU/Linux:
await Neutralino.computer.sendKey(38)

// Simulate Ctrl + V keyboard shortcut on GNU/Linux:
await Neutralino.computer.sendKey(105, 'down')    // Hold right control
await Neutralino.computer.sendKey(47, 'down')     // Hold letter 'v' 
await Neutralino.computer.sendKey(47, 'up')       // Release letter 'v'
await Neutralino.computer.sendKey(105, 'up')      // Release right control

API: os

  • Add useTemplateIcon: bool option to os.setTray(options) for activating adaptive tray icon with the current color-scheme.

Improvements/bugfixes

  • Display app icon properly with the os.showNotification() function when the app is launched from a Mac app bundle.
  • Fix the window-ordering issue with window.focus() on macOS.
  • Auto-focus the app window when the Mac dock app icon was clicked.
  • Write full C++ exceptions to the terminal to improve the framework bug-reporting experience.

Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

3 hours ago
mind-elixir-core

v5.10.0

5.10.0 - 2026-03-29

Breaking Changes

  • i18n: The locale option has moved from the top-level Options to contextMenu.locale.
    • The top-level Options.locale now only accepts a language code (string) and is deprecated.
    • To provide custom translations or set the language, use contextMenu: { locale: LangPack }.
    • Predefined language packs (like en, zh_CN) are now available via the new i18n export.

Features

  • Support preserving arrow delta coordinates (x,y) in plaintext converter

What's Changed

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.9.3...v5.10.0

4 hours ago
neutralinojs

Neutralinojs nightly release

⚠️ Nightly build: This nightly-release may contain experimental features and breaking changes.

What's new

API: computer

  • Implement computer.getMousePosition(x, y) to update the current mouse cursor position.
  • Implement computer.setMouseGrabbing(grabbing; boolean) to activate/deactivate confining the mouse cursor within the native app window. If grabbing is set to true, the mouse cursor always stays within the window boundaries, so this feature helps create interactive games and similar apps operated using the mouse.
  • Implement computer.sendKey(keyCode, keyState) to simulate keyboard events. App developers can use a platform-specific key code and states (press, down, and up) to simulate from simple single key strokes to complex key combinations:
// Simulate letter 'a' press on GNU/Linux:
await Neutralino.computer.sendKey(38)

// Simulate Ctrl + V keyboard shortcut on GNU/Linux:
await Neutralino.computer.sendKey(105, 'down')    // Hold right control
await Neutralino.computer.sendKey(47, 'down')     // Hold letter 'v' 
await Neutralino.computer.sendKey(47, 'up')       // Release letter 'v'
await Neutralino.computer.sendKey(105, 'up')      // Release right control

API: os

  • Add useTemplateIcon: bool option to os.setTray(options) for activating adaptive tray icon with the current color-scheme.

Improvements/bugfixes

  • Display app icon properly with the os.showNotification() function when the app is launched from a Mac app bundle.
  • Fix the window-ordering issue with window.focus() on macOS.
  • Auto-focus the app window when the Mac dock app icon was clicked.
  • Write full C++ exceptions to the terminal to improve the framework bug-reporting experience.

Update the config file option cli.binaryVersion with nightly and enter neu update to fetch this version.

Get started: https://neutralino.js.org/docs


This release was auto-generated by ReleaseZri 🚀

9 hours ago
next.js

v16.2.1-canary.12

Core Changes

  • Upgrade React from 3cb2c420-20260324 to 9627b5a1-20260327: #92015
  • [experiment] Add useOffline flag with offline retry behavior: #92011
  • adapters: remove unused suffix code: #91997
  • [experiment] Add useOffline hook to expose offline state to userland: #92012
  • [turbopack] Don't use turborepo to build the docker image: #92029

Misc Changes

  • Use RcStr directly in napi(object) structs instead of converting to String: #92014
  • Rename SingleModuleReference::asset to SingleModuleReference::module: #92028

Credits

Huge thanks to @acdlite, @ztanner, @mmastrac, @sokra, and @bgw for helping!

13 hours ago
router

Release 2026-03-28 18:42

Release 2026-03-28 18:42

Changes

Fix

  • preserve scroll position after SSR hash hydration (#7066) (6ee0e795b0) by @schiller-manuel

Packages

  • @tanstack/react-router@1.168.8
  • @tanstack/react-start@1.167.13
  • @tanstack/react-start-client@1.166.23
  • @tanstack/react-start-server@1.166.23
  • @tanstack/router-cli@1.166.23
  • @tanstack/router-core@1.168.7
  • @tanstack/router-generator@1.166.22
  • @tanstack/router-plugin@1.167.9
  • @tanstack/router-vite-plugin@1.166.24
  • @tanstack/solid-router@1.168.7
  • @tanstack/solid-start@1.167.12
  • @tanstack/solid-start-client@1.166.21
  • @tanstack/solid-start-server@1.166.21
  • @tanstack/start-client-core@1.167.7
  • @tanstack/start-plugin-core@1.167.14
  • @tanstack/start-server-core@1.167.7
  • @tanstack/start-static-server-functions@1.166.23
  • @tanstack/start-storage-context@1.166.21
  • @tanstack/vue-router@1.168.7
  • @tanstack/vue-start@1.167.12
  • @tanstack/vue-start-client@1.166.21
  • @tanstack/vue-start-server@1.166.21
15 hours ago
plate

@platejs/dnd@52.3.16

Patch Changes

15 hours ago
plate

@platejs/code-block@52.3.16

Patch Changes

15 hours ago
plate

@platejs/core@52.3.16

Patch Changes

  • #4915 by @zbeyens – Republish @platejs/core to refresh the release graph for downstream packages.
15 hours ago
plate

@platejs/utils@52.3.16

Patch Changes

  • Updated @platejs/core.
15 hours ago
plate

platejs@52.3.16

Patch Changes

  • Updated @platejs/core, @platejs/utils.