Skip to content

Releases: visgl/deck.gl

v9.3.0-alpha.1

10 Mar 15:27

Choose a tag to compare

v9.3.0-alpha.1 Pre-release
Pre-release
  • fix(Tile3DLayer): Pass through tileset loadOptions to Tileset3D (#10079)
  • feat(Tile3DLayer): mark rendered tiles as drawn (#10058)
  • chore: bump to [email protected] (#10034)
  • chore: bump to [email protected] (#9972)
  • feat(widgets): migrate TimelineWidget to RangeInput (#10071)
  • feat(widgets): Add ScrollbarWidget (#10068)
  • fix(TerrainExtension): Handle pick events in TerrainExtension & draped layers (#10037)
  • fix(widgets): Respect min/maxZoom (#10033)
  • Upgrade Node.js from 18 to 20 across build, test, website and repo (#10050)
  • feat(widgets): misc cleanup (#10045)
  • feat(widgets) StatsWidget styling and docs pass (#10044)
  • fix(widgets): ResetViewWidget default viewId (#10042)
  • update popover components (#10041)
  • Fix fullscreen widget default container (#10040)
  • fix(Tile3DLayer): prefers loaders prop over loader (#10036)
  • feat(core): 3D enable MapController using rotatationPivot option (#9938)
  • feat(widgets): ContextMenuWidget improvements (#10031)
  • feat(widgets): PopupWidget (#10030)
  • feat(widgets): Use popper to calculate popup position (#10029)
  • fix(widgets) events in react reverse controlled env (#8893)
  • Remove Volta from deck.gl (#9970)
  • Port IconLayer to WebGPU (#9819)
  • chore(ci): migrate from Volta to Corepack for automated builds (#9910)
  • Update .gitignore (#9878)

v9.2.11

05 Mar 14:27

Choose a tag to compare

  • chore: Pin to luma 9.2 & loaders 4.3 (#10062)

v9.2.10

27 Feb 22:04

Choose a tag to compare

  • fix(core): OrbitController keyboard navigation with padding (#10039)
  • fix(ColumnLayer): radiusUnits pixels (#10035)
  • fix(jupyter-widget): bundle error (#10032)
  • fix(google-maps): Robust DOM positioning when interleaved: false (#9992)

v9.2.9

21 Feb 01:21

Choose a tag to compare

  • chore: bump probe.gl (#10025)
  • fix(widgets): GeocoderWidget dark theme colors (#9899) (#9974)
  • feat(extensions): PathStyleExtension save 1 instance vertex when highPrecisionDash is not used (#10008)
  • feat(layers): Stricter layer prop types (#10024)

v9.2.8

17 Feb 19:48

Choose a tag to compare

  • feat(core): Add layout expressions for view positions (#9842)

v9.2.7

12 Feb 18:13

Choose a tag to compare

  • fix(HeatmapLayer): Correct blending in interleaved mode (#9993)
  • fix(pydeck): Support pandas 3.x compatibility without breaking pandas 2.x (#9988)
  • fix(core): Enable shader/pipeline caching for attached WebGL devices (#9971)
  • fix(widgets): StatsWidget (#9984)
  • feat(core): Add Deck#getView() method (#9948)
  • feat(core): Add pickable: '3d' option to all Layers (#9937)
  • chore(deps): bump dependencies from multiple Dependabot PRs (#9956)
  • Bump to [email protected] (#9965)
  • chore(mapbox): Remove internal deck mode from MapboxLayer (#9955)
  • fix(mapbox): In interleaved, batched mode don't render layers twice (#9944)

v9.2.6

16 Jan 13:30

Choose a tag to compare

  • fix(IconManager) Fix icon frame x/y for auto packed icons (#9928)
  • fix(mapbox): MapboxOverlay: render deck layers in batches (#9939)
  • chore: bump luma to 9.2.6 (#9940)
  • feat(core): Improved GlobeController (#9913)
  • pydeck: Clarify how to pass full controller options (#9897)
  • fix(core): Reset interaction state for smooth=false (#9908)
  • fix(IconLayer): don't generateMipmaps before data loaded (#9909)
  • fix(carto): More defensive code in RasterLayer (#9911)
  • feat(core): Add container to WidgetProps (#9922)
  • fix(core): reproduce-able viewports (#9923)
  • Export type hint from module (#9917)

v9.2.5

09 Dec 15:17

Choose a tag to compare

  • chore: bump luma 9.2.4 (#9907)
  • fix(core): Enable shader and pipeline caching by default (#9863)
  • fix(carto): PointLabelLayer used with formatTiles=mvt (#9906)

v9.2.4

08 Dec 11:08

Choose a tag to compare

  • pydeck: support Maplibre including Globe projection (#9896)
  • fix(carto): autoLabels support with formatTiles=mvt (#9900)
  • pydeck: Update to [email protected] (#9895)
  • fix(core): getTooltip disappears when autoHighlight: true and interleaved: true in MapboxOverlay (deck.gl) (#9889)

v9.2.3

03 Dec 10:52

Choose a tag to compare

  • Fix DPR changes in interleaved mode by leveraging onResize callback (#9887)
  • fix(core): Correctly resize drawing buffer on resize (#9886)
  • Refactor GeohashLayerProps to extend GeoCellLayerProps (#9875)
  • fix(carto): VectorTileLayer guard against null layers (#9885)
  • Fix: Make sizeBasis optional in IconLayer type definition (#9883)
  • Fix interleaved overlay default parameters (#9871)
  • fix: Remove widget src import (#9833)