v5.11.3
- 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
formatjs_cli_v1.1.7
- 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
# 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
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
v16.3.0-canary.26
- [ci] Add an
TURBO_TASKS_AVAILABLE_PARALLELISMenvironment variable that overridesstd::thread::available_parallelismcallsites: #93995 - Make
--debug-build-pathswork withsrc/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_PARALLELISMto 4 in most e2e tests: #93996
Huge thanks to @bgw, @unstubbable, @timneutkens, @acdlite, @lukesandberg, @mischnic, @gnoff, and @vercel-release-bot for helping!
9.9.1
- 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 v2: Project Authoring pane (SmartAssets + OverrideManager + .babylonproj) - [New Feature] by georginahalpern (#18479)
- Inspector v2: Project Authoring pane (SmartAssets + OverrideManager + .babylonproj) - [New Feature] by georginahalpern (#18479)
Release 2026-05-21 21:13
Release 2026-05-21 21:13
- 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
- enforce pnpm 11 (#7465) (28fda1c910) by @Sheraff
- @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
@tanstack/vue-start-server@1.167.7
- 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
@tanstack/vue-start@1.168.10
-
Explicitly re-export public API names from
@tanstack/start-client-core(createServerFn,createMiddleware,createStart,createCsrfMiddleware,createIsomorphicFn,createClientOnlyFn,createServerOnlyFn) alongside the existingexport *. The explicit named re-exports are registered at link time (via Vite SSR'sdefineExportatfileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware whereexport *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