Skip to content

Releases: visgl/flowmap.gl

v8.0.2

06 Mar 14:59
4065dbe
Compare
Choose a tag to compare
  • Fix: getLocationIdsInViewport didn't use location id accessor

v8.0.1

09 Oct 11:27
Compare
Choose a tag to compare
v8.0.1

v8.0.0-alpha.27

02 Oct 12:50
Compare
Choose a tag to compare
  • 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

16 Sep 23:15
Compare
Choose a tag to compare
  • 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

03 Jan 15:58
Compare
Choose a tag to compare
v8.0.0-alpha.7 Pre-release
Pre-release
  • Enforcing antialiasing for location circle highlight
  • Removed dependency on @mapbox/geo-viewport
  • Added Svelte example

v8.0.0-alpha.5

24 Dec 19:21
Compare
Choose a tag to compare
v8.0.0-alpha.5 Pre-release
Pre-release
  • Renamed FlowMapLayer -> FlowmapLayer
  • maxTopFlowsDisplayNum prop
  • Added Pure-js example

Improving perf of prepareLayersData

24 Dec 12:20
Compare
Choose a tag to compare
Pre-release
  • Improving perf of prepareLayersData: replace flatMap with generators to avoid unnecessary intermediary arrays creation
  • Added fadeOpacityEnabled prop to FlowMapLayer
  • Sublayer props applied to highlight layers too

Significantly refactored new version

22 Dec 19:00
Compare
Choose a tag to compare
Pre-release

The library was significantly refactored:

  • Introduced packages @flowmap.gl/data and @flowmap.gl/layers instead of core, cluster and react
  • FlowMapLayer is now a stateful layer handing much of the interactivity like clustering, adaptive scales, hovering and also the animation. This way it's much easier now to take advantage of these features in different environments.