Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 1.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.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