2 hours ago
router

v1.159.1

Version 1.159.1 - 2/7/26, 2:17 AM

Changes

Fix

  • solid-start: make Link active class reactive for include hash (#6607) (972d347) by Nico Lynzaad

Packages

  • @tanstack/solid-router@1.159.1
  • @tanstack/solid-router-ssr-query@1.159.1
  • @tanstack/solid-router-devtools@1.159.1
  • @tanstack/solid-start@1.159.1
  • @tanstack/solid-start-client@1.159.1
  • @tanstack/solid-start-server@1.159.1
  • @tanstack/start-static-server-functions@1.159.1
3 hours ago
router

v1.159.0

Version 1.159.0 - 2/7/26, 1:03 AM

Changes

Feat

  • add transformAssetUrls (#6606) (06f3aec) by Manuel Schiller

Packages

  • @tanstack/start-server-core@1.159.0
  • @tanstack/solid-start@1.159.0
  • @tanstack/solid-start-server@1.159.0
  • @tanstack/vue-start@1.159.0
  • @tanstack/vue-start-server@1.159.0
  • @tanstack/react-start@1.159.0
  • @tanstack/react-start-server@1.159.0
  • @tanstack/start-plugin-core@1.159.0
  • @tanstack/start-static-server-functions@1.159.0
4 hours ago
router

v1.158.4

Version 1.158.4 - 2/7/26, 12:01 AM

Changes

Fix

  • start-server-core: redirect misinterpreted protocol-relative URLs (#6600) (40ed683) by Nico Lynzaad

Docs

  • add Cloudflare Workers handlers section to server entry point (#6488) (172fa05) by Alexander Zuev

Packages

  • @tanstack/router-core@1.158.4
  • @tanstack/start-server-core@1.158.4
  • @tanstack/solid-router@1.158.4
  • @tanstack/react-router@1.158.4
  • @tanstack/vue-router@1.158.4
  • @tanstack/solid-router-ssr-query@1.158.4
  • @tanstack/react-router-ssr-query@1.158.4
  • @tanstack/vue-router-ssr-query@1.158.4
  • @tanstack/router-ssr-query-core@1.158.4
  • @tanstack/zod-adapter@1.158.4
  • @tanstack/valibot-adapter@1.158.4
  • @tanstack/arktype-adapter@1.158.4
  • @tanstack/router-devtools@1.158.4
  • @tanstack/solid-router-devtools@1.158.4
  • @tanstack/react-router-devtools@1.158.4
  • @tanstack/vue-router-devtools@1.158.4
  • @tanstack/router-devtools-core@1.158.4
  • @tanstack/router-generator@1.158.4
  • @tanstack/router-cli@1.158.4
  • @tanstack/router-plugin@1.158.4
  • @tanstack/router-vite-plugin@1.158.4
  • @tanstack/solid-start@1.158.4
  • @tanstack/solid-start-client@1.158.4
  • @tanstack/solid-start-server@1.158.4
  • @tanstack/vue-start@1.158.4
  • @tanstack/vue-start-client@1.158.4
  • @tanstack/vue-start-server@1.158.4
  • @tanstack/start-client-core@1.158.4
  • @tanstack/start-storage-context@1.158.4
  • @tanstack/react-start@1.158.4
  • @tanstack/react-start-client@1.158.4
  • @tanstack/react-start-server@1.158.4
  • @tanstack/start-plugin-core@1.158.4
  • @tanstack/start-static-server-functions@1.158.4
4 hours ago
Babylon.js

8.50.2

Changes:

  • #17850: Fix an issue with static in old versions
  • #17847: ensure joint tracking spheres are created in same scene as the XR session
  • #17849: Fixed issue with animation rendering at small sizes
  • #17843: Inspector v2: Scene explorer hotkeys + delete to dispose
  • #17845: Inspector v2: Blur event resets key state to avoid 'stuck' keys
  • #17837: Inspector v2: Addressing numeric input and entity selector user feedback

This list of changes was auto generated.

6 hours ago
next.js

v16.2.0-canary.30

Core Changes

  • Ensure _middleware is consistent in adapter for name/id: #89559
  • Ensure Errors with deep causal chains respect inspect depth: #89594
  • refactor: extract route discovery into unified discoverRoutes() API: #88971
  • Ensure static metadata are static outputs for adapters: #89574
  • Resolve local variable references in error code SWC plugin: #89596
  • Turbopack: Add --experimental-server-fast-refresh CLI flag: #89274
  • Fix deployment id header when proxying: #89593

Misc Changes

  • Turbopack: add turbo-persistence benchmark: #89446
  • Fix spelling in robots.mdx documentation: #89565
  • Proper e2e test of function determinism - adapter: #89522
  • [test] consolidate the browser log test: #89601
  • Fix flaky turbo cache pull with retries and graceful fallback: #89575
  • Turbopack: Pass globals to node.js workers as well: #89261
  • Upgrade rustc to 2026-02-05: #89591

Credits

Huge thanks to @ijjk, @sokra, @Thomas465xd, @mischnic, @eps1lon, @huozhi, @bgub, @unstubbable, @mmastrac, and @wbinnssmith for helping!

8 hours ago
Babylon.js
18 hours ago
maptalks.js

maptalks-gl@0.124.1 released

Fixes

  • 解决地形上 GeoJSONVectorTileLayer 瓦片没有正常更新的问题 #2816

Fixes

  • Fix outdated tile cache of vt layer on terrain, #2816
20 hours ago
ui

shadcn@3.8.4

Patch Changes

21 hours ago
hono

v4.11.8

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.11.7...v4.11.8

1 days ago
formatjs

formatjs_cli_v0.1.14

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux x86_64: formatjs_cli-linux-x64

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.14/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_v0.1.14/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.14/checksums.txt
shasum -a 256 -c checksums.txt