Skip to content

Latest commit

 

History

History
115 lines (62 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

115 lines (62 loc) · 5.91 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.5.0 (2024-03-05)

Added

  • StoreLocator: add disableFeatureClickZoom prop to disable the zoom on feature click (#136)

v2.4.0 (2024-02-23)

Added

  • Add support for mapbox-gl ^3.0.0 (f8a9b21)

Fixed

  • Fix a warning when using MapboxGeocoder outside MapboxMap (e4202ea)

v2.3.4 (2024-01-30)

Fixed

  • Fix Geocoder proximity props default (#133)

v2.3.3 (2024-01-12)

Fixed

  • Fix NPM publication (#131)

v2.3.2 (2024-01-11)

Fixed

  • Fix NPM publication

v2.3.1 (2024-01-11)

Fixed

  • Fix NPM critical dependencies (#130)

v2.3.0 (2024-01-11)

Added

  • Add filterItemsCallback props to StoreLocator component to enable filtering the items list (#128)

v2.2.0 (2023-09-15)

Added

Fixed

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

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