Releases: voluntadpear/vue-choropleth
Releases · voluntadpear/vue-choropleth
Version 0.3.1
- Use
==
comparison instead of===
to allow type coercion to happen if needed
Version 0.3.0
- Adds support for
geojsonIdKey
to be a string or number - Fixed issue with
beforeDestroy
hook - Prevent error when data for geojson feature is missing
Version 0.2.1
- Add
strokeWidth
andcurrentStrokeWidth
props tol-choropleth-layer
.
Version 0.2.0
- Update to Vue2Leaflet v1.0.2
- Rename components to make them consistent to Vue2Leaflet convention.
- Add
strokeColor
andcurrentStrokeColor
props tol-choropleth-layer
Version 0.1.2
Fix issues while fetching data asynchronously
Version 0.1.1
- Fix on values boundaries
Rewrite as a Vue2Leaflet plugin
The whole library was rewritten to be used along Vue2Leaflet
, so you have to include that library and put the v-choropleth-layer
component inside a v-map
component.
Version 0.0.5
v0.0.5 Bump version 0.0.5
v0.0.4
- New API
- Example on using via script tags
Version 0.0.3
v0.0.3 Version 0.0.3