2 hours ago
mind-elixir-core

v5.11.3

5.11.3 - 2026-05-22

Bug Fixes

  • Ignore non-left mouse button events in double-click detection
  • Prevent context menu trigger during active node editing or interaction states

Full Changelog: https://github.com/SSShooter/mind-elixir-core/compare/v5.11.2...v5.11.3

2 hours ago
meta2d.js

v1.1.21

v1.1.21

3 hours ago
formatjs

formatjs_cli_v1.1.7

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux ARM64: formatjs_cli-linux-arm64
  • Linux x86_64: formatjs_cli-linux-x64
  • Windows x64: formatjs_cli-win32-x64.exe

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs

# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/formatjs_cli-win32-x64.exe

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.7/checksums.txt
shasum -a 256 -c checksums.txt
3 hours ago
formatjs

@formatjs/unplugin@1.1.14

1.1.14 (2026-05-22)

Bug Fixes

  • @formatjs/unplugin: preserve escaped tag literals when flattening (#6599) (56e4b0b), closes #6593 - by @longlho
  • @formatjs/unplugin: preserve JSX defaultMessage output (#6608) (bdff3ae), closes #6606 - by @longlho
3 hours ago
formatjs

@formatjs/icu-messageformat-parser@3.5.10

3.5.10 (2026-05-22)

Bug Fixes

  • @formatjs/unplugin: preserve escaped tag literals when flattening (#6599) (56e4b0b), closes #6593 - by @longlho
6 hours ago
next.js

v16.3.0-canary.26

Misc Changes

  • [ci] Add an TURBO_TASKS_AVAILABLE_PARALLELISM environment variable that overrides std::thread::available_parallelism callsites: #93995
  • Make --debug-build-paths work with src/ directory projects: #94016
  • ci: run Linux Playwright jobs in prebuilt Microsoft container: #93794
  • Revert "Prerender HTTP access fallbacks with Cache Components semantics": #94018
  • Respond to App Shell prefetches on the server: #93998
  • [turbopack] Disable ctor under RA: #94022
  • Upgrade rustc to nightly-2026-05-15: #94021
  • Turbopack: don't crash the dev server when node_modules/next is briefly unresolvable: #93877
  • Include PPR routes in dynamicRoutes regardless of revalidate time: #94025
  • Enable experimental.varyParams by default: #94010
  • Enable experimental.optimisticRouting by default: #94011
  • Enable experimental.cachedNavigations by default with cacheComponents: #94012
  • Update font data: #94006
  • [ci] Set TURBO_TASKS_AVAILABLE_PARALLELISM to 4 in most e2e tests: #93996

Credits

Huge thanks to @bgw, @unstubbable, @timneutkens, @acdlite, @lukesandberg, @mischnic, @gnoff, and @vercel-release-bot for helping!

6 hours ago
Babylon.js

9.9.1

Core

  • Fix wrapped texture restore after context loss + Native MSAA-RTT support - by bghgary (#18469)
  • Inspector v2: Project Authoring pane (SmartAssets + OverrideManager + .babylonproj) - [New Feature] by georginahalpern (#18479)

Inspector

  • Inspector v2: Project Authoring pane (SmartAssets + OverrideManager + .babylonproj) - [New Feature] by georginahalpern (#18479)

Materials

  • Fix PBRCustomMaterial cached effect cleanup - [Bug Fix] by Popov72 (#18493)

Playground

  • Inspector v2: Project Authoring pane (SmartAssets + OverrideManager + .babylonproj) - [New Feature] by georginahalpern (#18479)
8 hours ago
router

Release 2026-05-21 21:13

Release 2026-05-21 21:13

Changes

Fix

  • Fix hash scrolling with resetScroll={false} (#7464) (5268ba4566) by @schiller-manuel
  • start: explicitly re-export public API to survive SSR cold-start cycle (#7466) (ce61fa2e65) by @schiller-manuel

Chore

  • enforce pnpm 11 (#7465) (28fda1c910) by @Sheraff

Packages

  • @tanstack/react-router@1.170.7
  • @tanstack/react-start@1.168.10
  • @tanstack/react-start-client@1.168.2
  • @tanstack/react-start-rsc@0.1.10
  • @tanstack/react-start-server@1.167.7
  • @tanstack/router-cli@1.167.9
  • @tanstack/router-core@1.171.5
  • @tanstack/router-generator@1.167.9
  • @tanstack/router-plugin@1.168.10
  • @tanstack/router-vite-plugin@1.167.10
  • @tanstack/solid-router@1.170.7
  • @tanstack/solid-start@1.168.10
  • @tanstack/solid-start-client@1.168.2
  • @tanstack/solid-start-server@1.167.7
  • @tanstack/start-client-core@1.170.2
  • @tanstack/start-plugin-core@1.171.3
  • @tanstack/start-server-core@1.169.2
  • @tanstack/start-static-server-functions@1.167.7
  • @tanstack/start-storage-context@1.167.7
  • @tanstack/vue-router@1.170.7
  • @tanstack/vue-start@1.168.10
  • @tanstack/vue-start-client@1.167.7
  • @tanstack/vue-start-server@1.167.7
8 hours ago
router

@tanstack/vue-start-server@1.167.7

Patch Changes

  • Updated dependencies [5268ba4]:
    • @tanstack/router-core@1.171.5
    • @tanstack/start-client-core@1.170.2
    • @tanstack/start-server-core@1.169.2
    • @tanstack/vue-router@1.170.7
8 hours ago
router

@tanstack/vue-start@1.168.10

Patch Changes

  • Explicitly re-export public API names from @tanstack/start-client-core (createServerFn, createMiddleware, createStart, createCsrfMiddleware, createIsomorphicFn, createClientOnlyFn, createServerOnlyFn) alongside the existing export *. The explicit named re-exports are registered at link time (via Vite SSR's defineExport at fileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware where export * would otherwise produce a partial facade (createMiddleware is not a function). Workaround for vitejs/vite#22491 / #22493. (#7466)

  • Updated dependencies []:

    • @tanstack/start-client-core@1.170.2
    • @tanstack/start-plugin-core@1.171.3
    • @tanstack/start-server-core@1.169.2
    • @tanstack/vue-router@1.170.7
    • @tanstack/vue-start-client@1.167.7
    • @tanstack/vue-start-server@1.167.7