# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.4](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v2.0.3...v2.0.4) (2020-01-03)

## [2.0.3](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v2.0.2...v2.0.3) (2019-08-26)


### Bug Fixes

* Security patch (esm vulnerability) ([#41](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/41)) ([ee00d25](https://github.com/amaurymartiny/react-mapbox-gl-draw/commit/ee00d25))



## [2.0.2](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v2.0.1...v2.0.2) (2019-07-19)


### Bug Fixes

* Add userProperties to DrawControlProps ([#32](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/32)) ([8685e18](https://github.com/amaurymartiny/react-mapbox-gl-draw/commit/8685e18))
* Update packages for security patch ([#35](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/35)) ([8f304f6](https://github.com/amaurymartiny/react-mapbox-gl-draw/commit/8f304f6))



## [2.0.1](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v2.0.0...v2.0.1) (2019-07-02)



# [2.0.0](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v1.0.6...v2.0.0) (2019-05-16)


### Features

* Support react-mapbox-gl v4 ([#22](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/22)) ([bb13779](https://github.com/amaurymartiny/react-mapbox-gl-draw/commit/bb13779))


### 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](https://github.com/amaurymartiny/react-mapbox-gl-draw/compare/v1.0.5...v1.0.6) (2019-03-23)


### Bug Fixes

* make all props on Draw components optional in TS typings ([#26](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/26)) ([5b0c307](https://github.com/amaurymartiny/react-mapbox-gl-draw/commit/5b0c307)), closes [#25](https://github.com/amaurymartiny/react-mapbox-gl-draw/issues/25)
