File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.12.2 (December 9, 2016)
4+
5+ * [ Android] Added support for taking snapshots on Android
6+ [ #625 ] ( https://github.com/airbnb/react-native-maps/pull/625 )
7+ (@IjzerenHein )
8+ * [ iOS] Allow legalLabelInsets to be changed and animated
9+ [ #873 ] ( https://github.com/airbnb/react-native-maps/pull/873 )
10+ (@scarlac )
11+ * Added rotation attribute documentation
12+ [ #] ( https://github.com/airbnb/react-native-maps/pull/ )
13+ (@Arman92 )
14+ * Update mapview.md documentation
15+ [ #866 ] ( https://github.com/airbnb/react-native-maps/pull/866 )
16+ (@dccarmo )
17+
18+
319## 0.12.1 (December 6, 2016)
420
521This release only corrects the version in package.json.
Original file line number Diff line number Diff line change 11VERSION_CODE =2
2- VERSION_NAME =0.12.1
2+ VERSION_NAME =0.12.2
33GROUP =com.airbnb.android
44
55POM_DESCRIPTION =React Native Map view component for Android
Original file line number Diff line number Diff line change 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.12.1 " ,
6+ "version" : " 0.12.2 " ,
77 "scripts" : {
88 "start" : " react-native start" ,
99 "lint" : " eslint ."
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "react-native-google-maps"
3- s . version = "0.12.1 "
3+ s . version = "0.12.2 "
44 s . summary = "React Native Mapview component for iOS + Android"
55
66 s . authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "react-native-maps"
3- s . version = "0.12.1 "
3+ s . version = "0.12.2 "
44 s . summary = "React Native Mapview component for iOS + Android"
55
66 s . authors = { "intelligibabble" => "leland.m.richardson@gmail.com" }
You can’t perform that action at this time.
0 commit comments