All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v2.5.0 (2024-03-05)
- StoreLocator: add
disableFeatureClickZoom
prop to disable the zoom on feature click (#136)
v2.4.0 (2024-02-23)
- Add support for mapbox-gl ^3.0.0 (f8a9b21)
- Fix a warning when using MapboxGeocoder outside MapboxMap (e4202ea)
v2.3.4 (2024-01-30)
- Fix Geocoder proximity props default (#133)
v2.3.3 (2024-01-12)
- Fix NPM publication (#131)
v2.3.2 (2024-01-11)
- Fix NPM publication
v2.3.1 (2024-01-11)
- Fix NPM critical dependencies (#130)
v2.3.0 (2024-01-11)
- Add
filterItemsCallback
props toStoreLocator
component to enable filtering the items list (#128)
v2.2.0 (2023-09-15)
- Add support for the
clusterProperties
option (4a55844, #119, fix #117) - Add support for the
clusterMinPoints
option (4e403c7, #119) - Add props to the
MapboxMap
component (79d2929, #121, fix #108)
- Fix a bug where the geolocate control could be accessed before being added to the map (3f8eaef, #106, fix #77)
v2.1.1 (2023-04-17)
- Add search to the docs (1c92956)
v2.1.0 (2023-04-08)
- MapboxCluster: add support for preventing the default behavior when clicking on a cluster (#88, fix #87, @asanmiguel-nodrizatech)
- MapboxGeolocateControl: add support for the
trackUserLocation
option (#93, @kayrunm)
- Update NPM dependencies (#89, #92, #86, #80, #99)
- Update docs with center as ref (#95, @michaelklopf)
v2.0.4 (2023-01-11)
- Fix a bug where controls could be accessed before being added to the map (eefaee2, fix #77)
- Fix doc regarding access token (#78, fix #67)
v2.0.3 (2023-01-10)
- Fix cluster IDs not being incremented (#83, fix #75)
- Fix a bug where controls could be accessed before being added to the map (#82, fix #77)
- Fix Node warning about package.json fields (3b5e4e7, fix #74)
- Fix CSS build file containing an invalid comment (612c9e8)
- Update NPM dependencies (#81)
v2.0.2 (2022-12-05)
- Fix links in the README.md (#65)
- Move release notes to the CHANGELOG.md file