2 hours ago
next.js

v16.2.0-canary.28

Core Changes

  • Ensure module contexts are always included in adapter traces: #89508

Credits

Huge thanks to @ijjk for helping!

3 hours ago
vite

v8.0.0-beta.13

Please refer to CHANGELOG.md for details.

4 hours ago
router

v1.158.1

Version 1.158.1 - 2/5/26, 1:50 AM

Changes

Fix

  • router-core: fix handle AbortError logic when rapid navigation (#6426) (28b0e8b) by Lee

Docs

  • 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

Packages

  • @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
6 hours ago
Babylon.js

8.49.7

Changes:

  • #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.

6 hours ago
next.js

v16.2.0-canary.27

Core Changes

  • Add experimental.reportSystemEnvInlining for 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

Example Changes

  • chore(examples): remove with-tigris example: #81843

Misc Changes

  • 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

Credits

Huge thanks to @vercel-release-bot, @mischnic, @timneutkens, @acdlite, @JamBalaya56562, @ericrav, @huozhi, and @lubieowoce for helping!

12 hours ago
next.js

v15.5.12

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

  • fix unlock in publish-native

This is a re-release of v15.5.11 applying the turbopack changes.

13 hours ago
ui

shadcn@3.8.3

Patch Changes

17 hours ago
embed-pdf-viewer

Release v2.4.1

@embedpdf/engines@2.4.1

Patch Changes

  • #434 by @bobsingor – Fixed memory leak where image encoder workers were never terminated when the engine was destroyed:

    • Added optional destroy() method to ImageDataConverter interface for resource cleanup
    • Updated createWorkerPoolImageConverter and createHybridImageConverter to attach destroy() that terminates the encoder worker pool
    • Updated PdfEngine.destroy() to call imageConverter.destroy?.() to clean up encoder workers

    Previously, each viewer instance would leave 2 encoder workers running after destruction.

@embedpdf/snippet@2.4.1

Patch Changes

  • #434 by @bobsingor – Fixed memory leak in EmbedPdfContainer where Preact components were not unmounted on disconnect:

    • Added render(null, this.root) in disconnectedCallback() 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).

@embedpdf/core@2.4.1

@embedpdf/models@2.4.1

@embedpdf/pdfium@2.4.1

@embedpdf/plugin-annotation@2.4.1

@embedpdf/plugin-attachment@2.4.1

@embedpdf/plugin-bookmark@2.4.1

@embedpdf/plugin-capture@2.4.1

@embedpdf/plugin-commands@2.4.1

@embedpdf/plugin-document-manager@2.4.1

@embedpdf/plugin-export@2.4.1

@embedpdf/plugin-fullscreen@2.4.1

@embedpdf/plugin-history@2.4.1

@embedpdf/plugin-i18n@2.4.1

@embedpdf/plugin-interaction-manager@2.4.1

@embedpdf/plugin-pan@2.4.1

@embedpdf/plugin-print@2.4.1

@embedpdf/plugin-redaction@2.4.1

@embedpdf/plugin-render@2.4.1

@embedpdf/plugin-rotate@2.4.1

@embedpdf/plugin-scroll@2.4.1

@embedpdf/plugin-search@2.4.1

@embedpdf/plugin-selection@2.4.1

@embedpdf/plugin-spread@2.4.1

@embedpdf/plugin-thumbnail@2.4.1

@embedpdf/plugin-tiling@2.4.1

@embedpdf/plugin-ui@2.4.1

@embedpdf/plugin-view-manager@2.4.1

@embedpdf/plugin-viewport@2.4.1

@embedpdf/plugin-zoom@2.4.1

@embedpdf/utils@2.4.1

@embedpdf/react-pdf-viewer@2.4.1

@embedpdf/svelte-pdf-viewer@2.4.1

@embedpdf/vue-pdf-viewer@2.4.1

17 hours ago
astro

create-astro@5.0.0-beta.3

Patch Changes

  • #15344 9d87f77 Thanks @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 d758b68 Thanks @matthewp! - Errors when --add and --no-install flags are used together, as --add requires dependencies to be installed