Skip to content

Releases: visgl/flowmap.gl

v9.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:08
52bf492

What's Changed

  • fix: Respect locationsEnabled in layers and selectors by @ilyabo in #97
  • Add scale lock controls for flowmap legends by @ilyabo in #96

Full Changelog: v9.3.0...v9.4.0

v9.3.0

Choose a tag to compare

@ilyabo ilyabo released this 07 May 09:34
ed581e1

What's Changed

  • Upgrade turbo by @ilyabo in #62
  • Add flowEndpointsInViewportMode prop for configurable viewport cull… by @ilyabo in #63
  • Release/v8.0.3 by @ilyabo in #64
  • chore: Upgrade deckgl to v9 by @ilyabo in #66
  • feat: Curved arrows layer by @ilyabo in #68
  • chore: Examples use maplibre by @ilyabo in #69
  • chore: Examples: Serialize settings to URL by @ilyabo in #70
  • feat: Adding flowLineThicknessScale and flowLineCurviness by @ilyabo in #74

Full Changelog: v9.0.0...v9.3.0

v9.2.0

Choose a tag to compare

@ilyabo ilyabo released this 16 Apr 12:50
c80d98f

Adding flowLineThicknessScale and flowLineCurviness

v9.1.0

Choose a tag to compare

@ilyabo ilyabo released this 13 Apr 12:16
9fd41b1

Curved flow line layer

v9.0.0

Choose a tag to compare

@ilyabo ilyabo released this 12 Apr 17:05
d7e535e

Upgrade deck.gl to v9

v8.0.2

Choose a tag to compare

@ilyabo ilyabo released this 06 Mar 14:59
4065dbe
  • Fix: getLocationIdsInViewport didn't use location id accessor

v8.0.1

Choose a tag to compare

@ilyabo ilyabo released this 09 Oct 11:27
v8.0.1

v8.0.0-alpha.27

Choose a tag to compare

@ilyabo ilyabo released this 02 Oct 12:50
  • Upgraded kdbush to the new version with more efficient typed arrays storage
  • Added "type": "module" to published packages
  • Fix StackBlitz example

v8.0.0-alpha.26

Choose a tag to compare

@ilyabo ilyabo released this 16 Sep 23:15
  • Added locationsEnabled setting: location circles won't be rendered at all when set to false
  • Fixed issue clustering with multiple same-coords locations
  • Better treatment of duplicate locations
  • Upgraded deps
  • Replacing CRA with vite for examples

v8.0.0-alpha.7

v8.0.0-alpha.7 Pre-release
Pre-release

Choose a tag to compare

@ilyabo ilyabo released this 03 Jan 15:58
  • Enforcing antialiasing for location circle highlight
  • Removed dependency on @mapbox/geo-viewport
  • Added Svelte example