Skip to content

Commit 03910eb

Browse files
v0.18.0
1 parent 2a8df01 commit 03910eb

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 0.18.0 (November 28, 2017)
4+
* Android/iOS: [#1587](https://github.com/airbnb/react-native-maps/pull/1750) Add support to set map boundaries
5+
* Android/iOS: [#1750](https://github.com/airbnb/react-native-maps/pull/1750) Add mapPadding property
6+
* Common: [#1792](https://github.com/airbnb/react-native-maps/pull/1792) Make all components use ViewPropTypes || View.propTypes
7+
* iOS: [#1774](https://github.com/airbnb/react-native-maps/pull/1774) Added missing parameters to google map screenshot
8+
* iOS: [#1824](https://github.com/airbnb/react-native-maps/pull/1824) Add new iOS `mutedStandard` map-type
9+
* iOS: [#1705](https://github.com/airbnb/react-native-maps/pull/1705) Enable control of Google Maps Marker tracksViewChanges property.
10+
* Android: [#1710](https://github.com/airbnb/react-native-maps/pull/1710) Added support for new Android camera movement APIs
11+
* iOS: [#1741](https://github.com/airbnb/react-native-maps/pull/1741) Fixed iOS google MapView.onMarkerPress not receiving the marker identifier
12+
* iOS: [#1816](https://github.com/airbnb/react-native-maps/pull/1816) Fix The name of the given podspec ‘yoga' doesn't match the expected one ‘Yoga'
13+
* iOS: [#1797](https://github.com/airbnb/react-native-maps/pull/1797) Fixed onMapReady event on iOS to resemble onMapReady on Android
14+
* Common: [#1817](https://github.com/airbnb/react-native-maps/pull/1817) Allow fitToCoordinates to be called without options parameter
15+
16+
## 0.17.1 (October 18, 2017)
17+
* Common: [#1687](https://github.com/airbnb/react-native-maps/pull/1687) Fixed TypeScript definitions
18+
319
## 0.17.0 (October 11, 2017)
420
* iOS: [#1527](https://github.com/airbnb/react-native-maps/pull/1527) Added [iOS / Google Maps] support for showsIndoorLevelPicker
521
* iOS/Android: [#1544](https://github.com/airbnb/react-native-maps/pull/1544) Adds support to animateToBearing and animateToViewingAngle ( IOS + Android )

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ PODS:
66
- GoogleMaps/Base
77
- React (0.45.1):
88
- React/Core (= 0.45.1)
9-
- react-native-google-maps (0.17.0):
9+
- react-native-google-maps (0.18.0):
1010
- GoogleMaps (= 2.1.1)
1111
- React
12-
- react-native-maps (0.17.0):
12+
- react-native-maps (0.18.0):
1313
- React
1414
- React/BatchedBridge (0.45.1):
1515
- React/Core

lib/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=4
2-
VERSION_NAME=0.17.0
2+
VERSION_NAME=0.18.0
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "React Native Mapview component for iOS + Android",
44
"main": "index.js",
55
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
6-
"version": "0.17.0",
6+
"version": "0.18.0",
77
"scripts": {
88
"start": "node node_modules/react-native/local-cli/cli.js start",
99
"run:packager": "./node_modules/react-native/packager/packager.sh",

0 commit comments

Comments
 (0)