From 91218af52dbf33181dbbd233f428049b28866a9a Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Tue, 14 Aug 2018 18:17:44 +0300 Subject: [PATCH] chore(release): 0.6.0-beta.15 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c68f7a83..e700a28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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 + + + # [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) diff --git a/package.json b/package.json index fee073f9..1552974a 100644 --- a/package.json +++ b/package.json @@ -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 (stepankuzmin.ru)", "license": "MIT",