Skip to content

Releases: veitbjarsch/vue-leaflet-markercluster

v0.6.1

27 Mar 18:10
Compare
Choose a tag to compare

0.6.1 - 2024-03-27

Fixed

  • maxClusterRadius now accepts also functions as input value

v0.6.0

13 Feb 16:52
Compare
Choose a tag to compare

0.6.0 - 2024-02-13

Added

v0.5.1

08 Sep 20:46
Compare
Choose a tag to compare

0.5.1 - 2023-09-08

Fixed

  • added types key in package.json

v0.5.0

29 Jul 21:52
Compare
Choose a tag to compare

0.5.0 - 2023-07-29

Added

  • added vuetify for styling the demo pages
  • added demo page for props and events
  • made events reactive and added support for event modifiers
  • made most of the props reactive. Props which requires a complete rebuild of the component if changed will now throw an error

Changed

  • changed alpha version hint in readme to beta

Fixed

  • fixed spelling in README and markerClusterGroup

v0.4.0

02 Jul 16:01
Compare
Choose a tag to compare

0.4.0 - 2023-07-02

Added

  • description and keywords for npmjs
  • added markercluster example with 10.000 entries to playground
  • added debounce functionality for adding or removing markers. Markers now added as bulk automatically, which double the rendering speed. Setting animateAddingMarkers to true will disable this behavior in favor for the animation.

v0.3.0

30 Jun 15:31
Compare
Choose a tag to compare

0.3.0 - 2023-06-30

Changed

  • adjusted animateAddingMarkers default value to match the default options from leaflet markercluster

v0.2.0

25 Jun 20:42
Compare
Choose a tag to compare

0.2.0 - 2023-06-25

Added

  • added missing clusterPane property
  • improved property descriptions in preparation for the documentation

Fixed

  • changed disableClusteringAtZoom type from boolean to number

v0.1.4

24 Jun 16:04
Compare
Choose a tag to compare

0.1.4 - 2023-06-24

Fixed

  • readme quickstart section now contains the registration of the global L
  • readme quickstart now shows the correct path to the style.css file
  • l-map now uses the global L in quickstart

v0.1.4-beta.1

21 Jun 21:23
Compare
Choose a tag to compare
v0.1.4-beta.1 Pre-release
Pre-release

0.1.4-beta.1 - 2023-06-21

Changed

  • switched to a manual release action

v0.1.2

20 Jun 21:24
Compare
Choose a tag to compare
  • Improved Readme