Skip to content

Commit

Permalink
chore(release): 0.6.0-beta.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Aug 14, 2018
1 parent 4ff91f6 commit 91218af
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

<a name="0.6.0-beta.15"></a>
# [0.6.0-beta.15](https://github.com/urbica/react-map-gl/compare/v0.6.0-beta.14...v0.6.0-beta.15) (2018-08-14)


### Bug Fixes

* add onPopupClose prop for Popup ([#60](https://github.com/urbica/react-map-gl/issues/60)) ([b1735a4](https://github.com/urbica/react-map-gl/commit/b1735a4))
* **Layer:** fix props type definitions ([20655d1](https://github.com/urbica/react-map-gl/commit/20655d1))
* change deprecated componentWillReceiveProps to componentDidUpdate ([b7bfa80](https://github.com/urbica/react-map-gl/commit/b7bfa80))
* fix propTypes defaults ([e687a16](https://github.com/urbica/react-map-gl/commit/e687a16))
* **MapGL:** reverse layers paint order to respect layers before prop ([107bb38](https://github.com/urbica/react-map-gl/commit/107bb38))
* **Popup:** rename onPopupClose to onClose ([8591e3d](https://github.com/urbica/react-map-gl/commit/8591e3d))


### Code Refactoring

* remove external dependencies ([2a8392c](https://github.com/urbica/react-map-gl/commit/2a8392c))


### BREAKING CHANGES

* **Popup:** Popup onPopupClose prop is renamed to onClick
* supercluster is a peer dependency now



<a name="0.6.0-beta.14"></a>
# [0.6.0-beta.14](https://github.com/urbica/react-map-gl/compare/v0.6.0-beta.13...v0.6.0-beta.14) (2018-05-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urbica/react-map-gl",
"version": "0.6.0-beta.14",
"version": "0.6.0-beta.15",
"description": "React Component for Mapbox GL JS",
"author": "Stepan Kuzmin <[email protected]> (stepankuzmin.ru)",
"license": "MIT",
Expand Down

0 comments on commit 91218af

Please sign in to comment.