Skip to content

Changelog

[0.6.0] - 2024-02-13

New! ✨

Fixes 🐛

New Contributors

Full Changelog: github.com/developmentseed/lonboard/compare/v0.5.0...v0.6.0

[0.5.0] - 2023-12-01

New Features

Full Changelog: github.com/developmentseed/lonboard/compare/v0.4.2...v0.5.0

[0.4.2] - 2023-11-13

Fixed

Full Changelog: github.com/developmentseed/lonboard/compare/v0.4.1...v0.4.2

[0.4.1] - 2023-11-13

Fixed

Full Changelog: github.com/developmentseed/lonboard/compare/v0.4.0...v0.4.1

[0.4.0] - 2023-11-10

New Features

  • New HeatmapLayer
  • New experimental module, with new layers (ArcLayer, TextLayer) and "layer extensions" (BrushingExtension, CollisionFilterExtension).
  • New "migration" notebook using the experimental ArcLayer.

Fixed

This should error when the JS files have not been included when packaging.

Full Changelog: github.com/developmentseed/lonboard/compare/v0.3.0...v0.4.0

[0.3.0] - 2023-11-07

New Features

Fixed

Full Changelog: github.com/developmentseed/lonboard/compare/v0.2.0...v0.3.0

[0.2.0] - 2023-11-01

Breaking Changes

  • Layers no longer render a map object. Instead, pass one or more layer instances into a lonboard.Map and display that.

New Features

  • Support multiple layers on a single map.
  • Tooltip with data information on hover.
  • Allow hex string color input to ColorAccessor.
  • Versioned documentation website
  • New examples
  • Experimental API to change map height

Fixed

New Contributors

Full Changelog: github.com/developmentseed/lonboard/compare/v0.1.2...v0.2.0

[0.1.2] - 2023-10-24

  • Actually update @geoarrow/deck.gl-layers to version 0.2.0, whoops 😅

[0.1.1] - 2023-10-23

  • Updates to @geoarrow/deck.gl-layers version 0.2.0:
  • Fixed MultiPolygon rendering
  • Fixed rendering of polygons with holes.
  • Polygon rendering is roughly 35% faster.

[0.1.0] - 2023-10-17

  • Initial public release.
  • Initial support for ScatterplotLayer, PathLayer, and SolidPolygonLayer.