Skip to content

Commit ba6e38b

Browse files
chore(main): release 2.6.0 (#936)
1 parent d80d2c9 commit ba6e38b

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

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

3+
## [2.6.0](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.4...v2.6.0) (2025-07-06)
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+
* dependency update ([#1006](https://github.com/googlemaps/js-markerclusterer/issues/1006)) ([119a907](https://github.com/googlemaps/js-markerclusterer/commit/119a90779aff5566c06f9117de9a0c3f11648a39)), closes [#724](https://github.com/googlemaps/js-markerclusterer/issues/724)
14+
* 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))
15+
* supercluster max zoom with fractional zooming ([#1002](https://github.com/googlemaps/js-markerclusterer/issues/1002)) ([b016519](https://github.com/googlemaps/js-markerclusterer/commit/b0165192262dedb125adaa31671e9ce5b8989c3b))
16+
* 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))
17+
* update README to template ([#933](https://github.com/googlemaps/js-markerclusterer/issues/933)) ([ee38056](https://github.com/googlemaps/js-markerclusterer/commit/ee38056616fc8dd41b9a163d60f7e6b98f9ac920))
18+
* use gmp-click events with AdvancedMarkerElement ([#954](https://github.com/googlemaps/js-markerclusterer/issues/954)) ([e43e3e7](https://github.com/googlemaps/js-markerclusterer/commit/e43e3e7a5197ec346dab855080a450ead24f99f5))
19+
20+
21+
### Documentation
22+
23+
* update readme with remark on EEA ToS ([#1004](https://github.com/googlemaps/js-markerclusterer/issues/1004)) ([d281195](https://github.com/googlemaps/js-markerclusterer/commit/d2811956e6060087e1cfada4fd0a9645f80b8e48))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* trigger release ([#1007](https://github.com/googlemaps/js-markerclusterer/issues/1007)) ([d80d2c9](https://github.com/googlemaps/js-markerclusterer/commit/d80d2c9e328235df7dc636160f78f36f51203fc9))
29+
330
## [2.5.4](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.3...v2.5.4) (2024-07-26)
431

532

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)