Skip to content

Latest commit

 

History

History
49 lines (19 loc) · 2 KB

CHANGELOG.md

File metadata and controls

49 lines (19 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2020-01-03)

2.0.3 (2019-08-26)

Bug Fixes

  • Security patch (esm vulnerability) (#41) (ee00d25)

2.0.2 (2019-07-19)

Bug Fixes

  • Add userProperties to DrawControlProps (#32) (8685e18)
  • Update packages for security patch (#35) (8f304f6)

2.0.1 (2019-07-02)

2.0.0 (2019-05-16)

Features

BREAKING CHANGES

  • react-mapbox-gl@4 introduced the usage of the new React Context, which breaks compatibility with previous version of the context. This version requires react-mapbox-gl >= 4.4.0.

1.0.6 (2019-03-23)

Bug Fixes

  • make all props on Draw components optional in TS typings (#26) (5b0c307), closes #25