|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 44 | ## [2.5.4](https://github.com/googlemaps/js-markerclusterer/compare/v2.5.3...v2.5.4) (2024-07-26) |
4 | 45 |
|
5 | 46 |
|
|
0 commit comments