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.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