Skip to content

Commit 82c231c

Browse files
chore(main): release 2.6.0
1 parent 21d62c5 commit 82c231c

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.4...v2.6.0) (2025-01-31)
4+
5+
6+
### Features
7+
8+
* replaced fast-deep-equal with fast-equals ([#893](https://github.com/googlemaps/js-markerclusterer/issues/893)) ([b3915fb](https://github.com/googlemaps/js-markerclusterer/commit/b3915fb9a4dec6f65bfba3612e66849b56bdda98))
9+
10+
11+
### Bug Fixes
12+
13+
* ensure marker position has valid numeric coordinates. ([#950](https://github.com/googlemaps/js-markerclusterer/issues/950)) ([21d62c5](https://github.com/googlemaps/js-markerclusterer/commit/21d62c57b6645a1fc4bf67a61573a6e96b290a25))
14+
* update dependencies, fix typescript issues, repair tests ([#819](https://github.com/googlemaps/js-markerclusterer/issues/819)) ([e554366](https://github.com/googlemaps/js-markerclusterer/commit/e554366ba3960530dfed939a45d84d934cd3f3fc))
15+
* update README to template ([#933](https://github.com/googlemaps/js-markerclusterer/issues/933)) ([ee38056](https://github.com/googlemaps/js-markerclusterer/commit/ee38056616fc8dd41b9a163d60f7e6b98f9ac920))
16+
317
## [2.5.4](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.3...v2.5.4) (2024-07-26)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/markerclusterer",
3-
"version": "2.5.4",
3+
"version": "2.6.0",
44
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.",
55
"keywords": [
66
"cluster",

0 commit comments

Comments
 (0)