Releases: visgl/flowmap.gl
Releases · visgl/flowmap.gl
v8.0.2
v8.0.1
v8.0.0-alpha.27
- 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
- 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
- Enforcing antialiasing for location circle highlight
- Removed dependency on @mapbox/geo-viewport
- Added Svelte example
v8.0.0-alpha.5
- Renamed FlowMapLayer -> FlowmapLayer
- maxTopFlowsDisplayNum prop
- Added Pure-js example
Improving perf of prepareLayersData
- 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
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.