Skip to content

Commit 7e59f59

Browse files
authored
Merge branch 'main' into optimize-viewport-algorithm
2 parents 1111258 + 0a18a35 commit 7e59f59

File tree

9 files changed

+3505
-4161
lines changed

9 files changed

+3505
-4161
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on: [push, pull_request]
1717
jobs:
1818
docs:
1919
runs-on: ubuntu-latest
20+
21+
permissions:
22+
contents: write
23+
2024
steps:
2125
- name: Checkout
2226
uses: actions/checkout@v4

CHANGELOG.md

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

3+
## [2.6.2](https://github.com/googlemaps/js-markerclusterer/compare/v2.6.1...v2.6.2) (2025-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* skip clustering for when list of markers is empty ([#1014](https://github.com/googlemaps/js-markerclusterer/issues/1014)) ([27e2516](https://github.com/googlemaps/js-markerclusterer/commit/27e2516d89573f11f22a4c94688826e4096502d9)), closes [#991](https://github.com/googlemaps/js-markerclusterer/issues/991)
9+
10+
## [2.6.1](https://github.com/googlemaps/js-markerclusterer/compare/v2.6.0...v2.6.1) (2025-07-07)
11+
12+
13+
### Miscellaneous Chores
14+
15+
* trigger release-please ([#1008](https://github.com/googlemaps/js-markerclusterer/issues/1008)) ([b0a7afd](https://github.com/googlemaps/js-markerclusterer/commit/b0a7afd0348d1b79ca67ca4b3583b9462ea42fa1))
16+
17+
## [2.6.0](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.4...v2.6.0) (2025-07-06)
18+
19+
20+
### Features
21+
22+
* 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))
23+
24+
25+
### Bug Fixes
26+
27+
* 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)
28+
* 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))
29+
* supercluster max zoom with fractional zooming ([#1002](https://github.com/googlemaps/js-markerclusterer/issues/1002)) ([b016519](https://github.com/googlemaps/js-markerclusterer/commit/b0165192262dedb125adaa31671e9ce5b8989c3b))
30+
* 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))
31+
* update README to template ([#933](https://github.com/googlemaps/js-markerclusterer/issues/933)) ([ee38056](https://github.com/googlemaps/js-markerclusterer/commit/ee38056616fc8dd41b9a163d60f7e6b98f9ac920))
32+
* use gmp-click events with AdvancedMarkerElement ([#954](https://github.com/googlemaps/js-markerclusterer/issues/954)) ([e43e3e7](https://github.com/googlemaps/js-markerclusterer/commit/e43e3e7a5197ec346dab855080a450ead24f99f5))
33+
34+
35+
### Documentation
36+
37+
* 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))
38+
39+
40+
### Miscellaneous Chores
41+
42+
* trigger release ([#1007](https://github.com/googlemaps/js-markerclusterer/issues/1007)) ([d80d2c9](https://github.com/googlemaps/js-markerclusterer/commit/d80d2c9e328235df7dc636160f78f36f51203fc9))
43+
344
## [2.5.4](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.3...v2.5.4) (2024-07-26)
445

546

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ This library uses Google Maps Platform services. Use of Google Maps Platform ser
129129

130130
This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library.
131131

132+
### European Economic Area (EEA) developers
133+
134+
If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](https://developers.google.com/maps/comms/eea/faq).
135+
132136
## Support
133137

134138
This library is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines, the SLA, or the [Deprecation Policy]. However, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service.

0 commit comments

Comments
 (0)