v1.159.0
Version 1.159.0 - 2/7/26, 1:03 AM
- add transformAssetUrls (#6606) (06f3aec) by Manuel Schiller
- @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
v1.158.4
Version 1.158.4 - 2/7/26, 12:01 AM
- start-server-core: redirect misinterpreted protocol-relative URLs (#6600) (40ed683) by Nico Lynzaad
- add Cloudflare Workers handlers section to server entry point (#6488) (172fa05) by Alexander Zuev
- @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
8.50.2
- #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.
v16.2.0-canary.30
- 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
- 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
Huge thanks to @ijjk, @sokra, @Thomas465xd, @mischnic, @eps1lon, @huozhi, @bgub, @unstubbable, @mmastrac, and @wbinnssmith for helping!
shadcn@3.8.4
- #9568
a1e3afed06a78474abff6a729ff990938f455719Thanks @shadcn! - remove restricted blocks
v4.11.8
- fix(jsx): preserve context when using await before html helper by @kaigritun in https://github.com/honojs/hono/pull/4662
- fix(bearer-auth): make auth-scheme case-insensitive by @bytaesu in https://github.com/honojs/hono/pull/4659
- @kaigritun made their first contribution in https://github.com/honojs/hono/pull/4662
Full Changelog: https://github.com/honojs/hono/compare/v4.11.7...v4.11.8
formatjs_cli_v0.1.14
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux x86_64:
formatjs_cli-linux-x64
# 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
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
maptalks-gl@0.124.0 maptalks@1.12.0 Released
- InfoWindow 新增两个新的设置 horizontalAlignment 和 verticalAlignment, #2813
- 优化了map上 resizeObserver 相关逻辑 #2809
- 解决webgpu上与天气,draco解析,地形压平等相关的若干bug
@fuzhenn @deyihu
- InfoWindow now includes two new settings: horizontalAlignment and verticalAlignment, #2813
- Optimized the resizeObserver-related logic on the map #2809
- Fixed several bugs related to weather, Draco parsing, terrain flattening, etc. on WebGPU
@fuzhenn @deyihu