Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
1 parent 008959f commit c630a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,57 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 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.

## 0.3.0 - 2023-06-30

### Changed

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

## 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

## 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

## 0.1.4-beta.1 - 2023-06-21

### Changed

- switched to a manual release action

## 0.1.2 - 2023-06-20

### Added

- Improved Readme

## 0.1.1 - 2023-06-20

### Changed

- Fixed ci pipeline

## 0.1.0 - 2023-06-20

### Added

- Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-leaflet-markercluster",
"author": "Veit Bjarsch",
"version": "0.3.0",
"version": "0.4.0",
"description": "Leaflet markercluster components for Vue.js, based on leaflet.markercluster.",
"keywords": [
"vue",
Expand Down

0 comments on commit c630a1d

Please sign in to comment.