From 7a7ed5c3a8461d25fe0aadf60e82dbf105b8f741 Mon Sep 17 00:00:00 2001 From: Felipe Lima Date: Mon, 31 Oct 2016 15:07:39 -0700 Subject: [PATCH] Add latest patch releases to the changelog (#752) --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecabd37a4..763902cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,37 @@ [#675](https://github.com/airbnb/react-native-maps/pull/675) (@mlanter) +## 0.10.4 (October 31, 2016) + +### Patches + +* [iOS] implement fitToSuppliedMarkers and fitToCoordinates for google maps + [#750](https://github.com/airbnb/react-native-maps/pull/750) + (@gilbox) +* [android] If we've disabled scrolling within the map, then don't capture the touch events + [#664](https://github.com/airbnb/react-native-maps/pull/664) + (@mikelambert) +* [iOS] Fix Anchor point on Google Maps iOS + [#734](https://github.com/airbnb/react-native-maps/pull/734) + (@btoueg) +* [iOS] Added showsUserLocation property support for Google Maps + [#721](https://github.com/airbnb/react-native-maps/pull/721) + (@julien-rodrigues) +* [iOS][android] Add support for setting zIndex on markers + [#675](https://github.com/airbnb/react-native-maps/pull/675) + (@mlanter) +* [android] Add parameter to disable the moving on marker press + [#676](https://github.com/airbnb/react-native-maps/pull/676) + (@mlanter) +* NOTE: v0.10.3 was not published + +## 0.10.2 (October 19, 2016) + +### Patches + +* [android] Fixes crash during Activity onPause() (fixes #414) + [#694](https://github.com/airbnb/react-native-maps/pull/694) + (@felipecsl) ## 0.10.1 (October 10, 2016)