1 hours ago
cesium

CesiumJS 1.142

1.142 - 2026-06-01

Highlights include:

  • Added GeoJsonPrimitive for loading GeoJSON directly into BufferPrimitiveCollections, bypassing the entity/DataSource layer for significantly improved performance with large datasets. https://github.com/CesiumGS/cesium/pull/13505
  • Added MVTDataProvider for loading Mapbox Vector Tiles (MVT) directly into CesiumJS as 3D Tiles. Supports per-feature styling via Cesium3DTileStyle, feature picking with metadata (getProperty), and automatic property table encoding via EXT_structural_metadata. https://github.com/CesiumGS/cesium/pull/13404
  • Added blendOption constructor parameter to BufferPointCollection, BufferPolylineCollection, and BufferPolygonCollection, supporting BufferPrimitiveMaterial#color.alpha. Added support for BufferPrimitiveMaterial#outlineColor.alpha to BufferPointCollection. https://github.com/CesiumGS/cesium/pull/13384
  • Added experimental support for EXT_mesh_polygon draft glTF extension and 3DTILES_content_gltf_vector draft 3D Tiles extension. https://github.com/CesiumGS/cesium/pull/13478
  • Added EdgeDisplayMode enum and edgeDisplayMode property to Model and Cesium3DTileset for controlling how edges from the https://github.com/KhronosGroup/glTF/pull/2479 glTF extension are rendered. Supports three modes: SURFACES_ONLY, SURFACES_AND_EDGES, and EDGES_ONLY (CAD-style wireframe rendering). https://github.com/CesiumGS/cesium/pull/13192

See the changelog for the complete list of changes.

2 hours ago
virtual

@tanstack/virtual-core@3.16.1

Patch Changes

  • Eagerly adjust scrollOffset on prepend to prevent one-frame jump with anchorTo: 'end' (#1176)

    When items are prepended with anchorTo: 'end' and dynamic sizes, the virtualizer would compute the wrong visible range for one frame (using stale estimate-based positions) and then correct in the next frame via _willUpdate, producing a visible jump. This fix eagerly adjusts scrollOffset in setOptions during the render pass so calculateRange/getVirtualItems return the correct items immediately.

2 hours ago
virtual

@tanstack/vue-virtual@3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
2 hours ago
virtual

@tanstack/angular-virtual@5.0.3

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
2 hours ago
virtual

@tanstack/lit-virtual@3.13.28

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
2 hours ago
virtual

@tanstack/solid-virtual@3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
2 hours ago
virtual

@tanstack/svelte-virtual@3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
2 hours ago
virtual

@tanstack/react-virtual@3.14.1

Patch Changes

  • Updated dependencies [c746841]:
    • @tanstack/virtual-core@3.16.1
3 hours ago
react

19.2.7 (June 1st, 2026)

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.2.6 (#36566 by @unstubbable)
3 hours ago
react

19.1.8 (June 1st, 2026)

React Server Components

  • Fixed missing FormData entries in Server Actions which regressed in 19.1.7 (#36567 by @unstubbable)