v8.0.0-beta.13
Please refer to CHANGELOG.md for details.
v1.158.1
Version 1.158.1 - 2/5/26, 1:50 AM
- router-core: fix handle AbortError logic when rapid navigation (#6426) (28b0e8b) by Lee
- Add missing createMiddleware imports in documentation examples (#6500) (f7eaede) by @codersjj
- update import statements for TanStack Router Vite plugin (#6575) (03c1165) by @KonseptDesign
- start: fix typos in Solid quick start (#6571) (5e30ea1) by Pavan Shinde
- start: fix ISR guide link to data loading (#6585) (6049fd3) by Pavan Shinde
- @tanstack/router-core@1.158.1
- @tanstack/solid-router@1.158.1
- @tanstack/react-router@1.158.1
- @tanstack/vue-router@1.158.1
- @tanstack/solid-router-ssr-query@1.158.1
- @tanstack/react-router-ssr-query@1.158.1
- @tanstack/vue-router-ssr-query@1.158.1
- @tanstack/router-ssr-query-core@1.158.1
- @tanstack/zod-adapter@1.158.1
- @tanstack/valibot-adapter@1.158.1
- @tanstack/arktype-adapter@1.158.1
- @tanstack/router-devtools@1.158.1
- @tanstack/solid-router-devtools@1.158.1
- @tanstack/react-router-devtools@1.158.1
- @tanstack/vue-router-devtools@1.158.1
- @tanstack/router-devtools-core@1.158.1
- @tanstack/router-generator@1.158.1
- @tanstack/router-cli@1.158.1
- @tanstack/router-plugin@1.158.1
- @tanstack/router-vite-plugin@1.158.1
- @tanstack/solid-start@1.158.1
- @tanstack/solid-start-client@1.158.1
- @tanstack/solid-start-server@1.158.1
- @tanstack/vue-start@1.158.1
- @tanstack/vue-start-client@1.158.1
- @tanstack/vue-start-server@1.158.1
- @tanstack/start-client-core@1.158.1
- @tanstack/start-server-core@1.158.1
- @tanstack/start-storage-context@1.158.1
- @tanstack/react-start@1.158.1
- @tanstack/react-start-client@1.158.1
- @tanstack/react-start-server@1.158.1
- @tanstack/start-plugin-core@1.158.1
- @tanstack/start-static-server-functions@1.158.1
8.49.7
- #17823: Updates to vector3.function parameters
- #17821: Inspector v2: Fix texture preview/editor cube map gamma and face orientation bugs + transparency checkerboard
- #17818: FrameGraph: add support for the new selection outline layer
- #7: FPS Drops from 60 FPS to 30 FPS
- #15: Camera controls takes much processing due to float32
- #17817: Adjust the step size of the slider in the inspectorV2 Texture component
- #17814: [NPE] Fixing emitter and rendering group
- #4: Enable High DPI display support.
- #17816: WebGPU: Fix wrong color space conversion when loading images
- #17808: Improve Gaussian Splatting Compound Splats
See More
- #17772: [SharedUI/InspectorV2] New Accordion features
- #17813: Add new Panner block
- #17807: Draco: Handle & bubble up rejected promises
- #17812: Minor edits
- #17809: [InspectorV2] Fix bug where you cannot reexport env after dragging/dropping a new env texture
- #17805: Fix CSG2 losing uvs data
- #17804: Inspector v2: Toolbar and tab cleanup
- #17757: [SceneLoader] Use uniqueIds for animation relationships
- #10: Lowercase and Unix
- #17583: Introduce selection outline layer
- #17799: More WGSL conversion for atmosphere
- #17801: FrameGraph: Fix disabled pass when alpha blending is enabled
- #17797: Point to plane distance for math.vector.functions
- #17798: Atmosphere updates
- #17795: FrameGraph: Add alphaMode property to all post-process tasks
- #17794: FrameGraph: Make alphaMode visible from post-process tasks
- #17793: Fix peer updates on publish
- #17792: Improve teleport nme
- #17769: [NPE] Port custom effects
- #423: Sampling mode and anisotropic filtering (Windows only?)
- #17789: Fix Camera Forward Block
This list of changes was auto generated.
v16.2.0-canary.27
- Add
experimental.reportSystemEnvInliningfor Turbopack: #89304 - fix: use signal-based exit codes to prevent inspector blocking exit: #89351
- Add Instant Navigation Testing API: #89465
- Support MPA navigations in
instant(): #89469 - Handle Pages data route skew with deployment id header, take 2: #89325
- Include owner stack for forwarded errors if available: #89493
- [CC] Rename "unstable_prefetch" to "unstable_instant": #89448
- chore(examples): remove
with-tigrisexample: #81843
- Update Rspack production test manifest: #89423
- Update Rspack development test manifest: #89424
- Turbopack: improve suggestions for experimental.reportSystemEnvInlining: #89486
- docs: Fix syntax in proxy example code: #89395
- Add experimental flag to expose testing API in production builds: #89499
Huge thanks to @vercel-release-bot, @mischnic, @timneutkens, @acdlite, @JamBalaya56562, @ericrav, @huozhi, and @lubieowoce for helping!
shadcn@3.8.3
- #9539
e0063070a63751efd40cf5e5d93da3c9536e64c8Thanks @shadcn! - use tw-merge to transform-style
Release v2.4.1
-
#434 by @bobsingor – Fixed memory leak where image encoder workers were never terminated when the engine was destroyed:
- Added optional
destroy()method toImageDataConverterinterface for resource cleanup - Updated
createWorkerPoolImageConverterandcreateHybridImageConverterto attachdestroy()that terminates the encoder worker pool - Updated
PdfEngine.destroy()to callimageConverter.destroy?.()to clean up encoder workers
Previously, each viewer instance would leave 2 encoder workers running after destruction.
- Added optional
-
#434 by @bobsingor – Fixed memory leak in
EmbedPdfContainerwhere Preact components were not unmounted on disconnect:- Added
render(null, this.root)indisconnectedCallback()to properly unmount Preact components - This triggers the cleanup chain: plugin destroy, engine destroy, and worker termination
Previously, navigating between pages would leave workers running (1 PDFium + 2 encoder workers per viewer instance).
- Added
create-astro@5.0.0-beta.3
-
#15344
9d87f77Thanks @matthewp! - Fixes a hang that could occur when the npm registry is slow or unresponsive by adding a 10 second timeout to the version check -
#15350
d758b68Thanks @matthewp! - Errors when--addand--no-installflags are used together, as--addrequires dependencies to be installed