Skip to content

Commit

Permalink
Merge pull request #8 from veitbjarsch/fix/default-option
Browse files Browse the repository at this point in the history
fix: set animateAddingMarkers default value to false
  • Loading branch information
veitbjarsch authored Jun 30, 2023
2 parents 0936b7b + 5751b59 commit 7b4ba6d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### 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 src/functions/markerClusterGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const markerClusterGroupProps = {
*/
animateAddingMarkers: {
type: Boolean,
default: true
default: false
},
/**
* Make it possible to provide custom function to calculate spiderfy
Expand Down

0 comments on commit 7b4ba6d

Please sign in to comment.