Releases: JiriHoffmann/react-native-clusterer
Releases · JiriHoffmann/react-native-clusterer
Release 3.0.0
Release 2.0.0
2.0.0 (2024-03-25)
Bug Fixes
-
Example background color for darkmode (3978444)
-
Example types (6b4f655)
-
Tile feature id retrieval (da79a9f)
-
useClusterer return type (ad1794e)
-
feat!: Add getClusterExpansionRegion to all clusters (349d5e3)
- Note the BREAKING CHANGES - all clusters have
getExpansionRegion
property - useisPointCluster
utility function to check if this method is defined
- Note the BREAKING CHANGES - all clusters have
Features
- Add coordsToGeoJSONFeature util function (8b42984), closes #34
- Add isPointCluster util function (a56e334)
- Implement tests from Supercluster JS (8ec58f4)
- Remove feature.properties data type limits (abe3ae9), closes #35
BREAKING CHANGES
- Rename
Supercluster.expandCluster
toSupercluster.getClusterExpansionRegion
.
Rename cluster.getClusterExpansionRegion
to.getExpansionRegion
to follow the same naming scheme as other methods
Release 1.3.0
Release 1.2.2
What's Changed
- Fix use jsi::JSError by @martimarkov in #17
New Contributors
- @martimarkov made their first contribution in #17
Full Changelog: v1.2.1...v1.2.2