Skip to content

Commit f953252

Browse files
v0.16.1
1 parent a3b15c6 commit f953252

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Change Log
22

3+
## 0.16.1 (August 15, 2017)
4+
* Android: [#1428](https://github.com/airbnb/react-native-maps/pull/#1428) Add ability to load marker image from drawable
5+
* iOS: [#1187](https://github.com/airbnb/react-native-maps/pull/1187) Improve marker performance
6+
* iOS/Android: [#1458](https://github.com/airbnb/react-native-maps/pull/1458) Add Google Maps legalNotice constant
7+
* JS: [#1546](https://github.com/airbnb/react-native-maps/pull/1546) Fix initial region native prop
8+
39
## 0.16.0 (August 9, 2017)
4-
* Android: [#1481](https://github.com/airbnb/react-native-maps/pull/#1481) Handle Android RN 0.47 breaking change
10+
* Android: [#1481](https://github.com/airbnb/react-native-maps/pull/1481) Handle Android RN 0.47 breaking change
511
* iOS: [#1357](https://github.com/airbnb/react-native-maps/pull/1357) add MKTileOverlayRenderer
612
* iOS: [#1369](https://github.com/airbnb/react-native-maps/pull/1369) Add onMapReady callback
713
* Android/iOS/JS: [#1360](https://github.com/airbnb/react-native-maps/pull/1360) Add minZoom and maxZoom properties for android and ios

lib/android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION_CODE=4
2-
VERSION_NAME=0.16.0
2+
VERSION_NAME=0.16.1
33
GROUP=com.airbnb.android
44

55
POM_DESCRIPTION=React Native Map view component for Android

package.json

+1-1
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.16.0",
6+
"version": "0.16.1",
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)