Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1 KB

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 1 KB

Changelog

[0.2.0] - 2023-10-21

What's Changed

  • Correctly forward props by @kylebarron in #46
  • Cleaner data reproductions for examples by @kylebarron in #45
  • Fix multipolygon rendering by @kylebarron in #48
  • Fixed multi polygon attribute rendering by @kylebarron in #49
  • Implement picking by @kylebarron in #47
  • improved typing for picking info by @kylebarron in #50
  • Triangulate ourselves w/ earcut (fix with holes) by @kylebarron in #51

Full Changelog: https://github.com/geoarrow/deck.gl-layers/compare/v0.1.0...v0.2.0

[0.1.0] - 2023-10-16

  • Initial public release.
  • Initial support for GeoArrowScatterplotLayer, GeoArrowPathLayer, and GeoArrowSolidPolygonLayer.