Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 3.29 KB

Changelog

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.

[Unreleased]

v2.1.1 (2023-04-17)

Changed

  • Add search to the docs (1c92956)

v2.1.0 (2023-04-08)

Added

  • 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)

Fixed

  • MapboxGeocoder: fix a JavaScript error when used outside of a map (#98, fix #91)

Changed

v2.0.4 (2023-01-11)

Fixed

  • 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)

Fixed

  • 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)

Changed

  • Update NPM dependencies (#81)

v2.0.2 (2022-12-05)

Fixed

  • Fix links in the README.md (#65)

Changed