Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

74 lines (49 loc) · 1.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v0.3.3] - 2021-02-22

  • Added debounce for addData method so that only the last call is processed

[v0.3.1] - 2020-10-16

  • Added watcher for options and refresh the chart once it changes
  • Store a reference to the control added to the map and removes/re-add before refreshing the component based on options or data changes

[v0.3.0] - 2020-10-08

Refactored, improved in-code documentation and added internal responsiveness and and close event.

[v0.2.0] - 2020-08-05

Added

  • data watcher
    • changing the 'data' prop now rebuilds the graph without removing and adding the whole leaflet control by calling addData() of the L.control.heightgraph instance
  • 'geoJson' parser
    • supports LineStrings, LineString-Features and FeatureCollections of LineStrings
  • geoJson examples
  • second normal example
  • colorMappings to adjust example colors and legend text

Changed

  • dependencies -> updated to latest

[v0.1.2] - 2019-12-09

Fixed

  • repository links (again)

[v0.1.1] - 2019-12-09

Fixed

  • repository links

[v0.1.0] - 2019-12-05

Initial Version of the vue2-leaflet-height-graph plugin