react-native-maps

React Native Mapview component for iOS + Android

MIT License

Downloads
1.2M
Stars
15.1K
Committers
495

Bot releases are hidden (Show)

react-native-maps -

Published by christopherdro over 6 years ago

0.20.0 (February 9, 2018)

  • Common: #1889 Fix for 'Animated.Region undefined constructor' in recent react-native version.
  • iOS: #1853 Fixed onMapReady no longer getting called on iOS
  • Android: #1906 Manage Zoom Controls visibility on the map
  • iOS: #1911 Add gradient/multi-color polyline support for iOS (MapKit)
  • Android: #1918 Ground Overlay Support
  • Common: #1851 New methods to convert between LatLng and Point
  • iOS: #1846 Fix callouts appearing behind markers
  • iOS: #1969 Added tracksInfoWindowChanges property to iOS Google Maps
  • iOS: #1960 Fixed gradient polyline not always fully drawn + stability issues
  • iOS: #1953 Fix onMapReady not getting called after first time, initialRegion lat/lng delta not setting properly, setRegion method getting called even when map is not ready and prevent onRegionChange/ onRegionChangeComplete event until initialRegion or region is set.
  • Android: #1781 Polygon holes support
  • Android: #1976 Add native animation for Markers on Android
react-native-maps -

Published by christopherdro almost 7 years ago

0.19.0 (December 14, 2017)

  • Common: #1715 Fixed region/initialRegion null overrides of this.props
  • Common: #1876 Added support for locally stored tile overlay
  • iOS: #1854 Update GoogleMaps dependency to 2.5.0
react-native-maps -

Published by christopherdro almost 7 years ago

0.18.3 (November 30, 2017)

  • Android: #1839 [AirGoogleMapManager] Use RCTDirectEventBlock for onMarkerPress
react-native-maps -

Published by christopherdro almost 7 years ago

0.18.2 (November 29, 2017)

  • Android: #1835 [AirMapView] Null check map instance on view methods
react-native-maps -

Published by christopherdro almost 7 years ago

0.18.1 (November 28, 2017)

  • Android: #1828 [AirMapManager] Update MapBuilder for getCommandsMap to support all entries
react-native-maps -

Published by christopherdro almost 7 years ago

0.18.0 (November 28, 2017)

  • Android/iOS: #1587 Add support to set map boundaries
  • Android/iOS: #1750 Add mapPadding property
  • Common: #1792 Make all components use ViewPropTypes || View.propTypes
  • iOS: #1774 Added missing parameters to google map screenshot
  • iOS: #1824 Add new iOS mutedStandard map-type
  • iOS: #1705 Enable control of Google Maps Marker tracksViewChanges property.
  • Android: #1710 Added support for new Android camera movement APIs
  • iOS: #1741 Fixed iOS google MapView.onMarkerPress not receiving the marker identifier
  • iOS: #1816 Fix The name of the given podspec ‘yoga' doesn't match the expected one ‘Yoga'
  • iOS: #1797 Fixed onMapReady event on iOS to resemble onMapReady on Android
  • Common: #1817 Allow fitToCoordinates to be called without options parameter
react-native-maps -

Published by christopherdro about 7 years ago

0.17.0 (October 11, 2017)

  • iOS: #1527 Added [iOS / Google Maps] support for showsIndoorLevelPicker
  • iOS/Android: #1544 Adds support to animateToBearing and animateToViewingAngle ( IOS + Android )
  • JS: #1503 Remove caret from "react": "^16.0.0-alpha.12
  • Android: #1521 Fix rare android crashes when map size is 0
  • Common: #1610 Added Typescript Definitions
  • Android: #1612 Remove legalNotice from android AirMapModule
react-native-maps -

Published by christopherdro about 7 years ago

0.16.4 (September 13, 2017)

  • Android: #1643 [MapMarker] fix android release crash on custom marker
react-native-maps -

Published by christopherdro about 7 years ago

0.16.3 (September 2, 2017)

  • iOS: #1603 Added missing satellite option for iOS Google Maps
  • iOS: #1579 Set initial region on view
react-native-maps -

Published by christopherdro about 7 years ago

0.16.2 (August 17, 2017)

  • Android: #1563 Add missing native method for setting initial region
  • iOS: #1187 Reverted due to build issues
react-native-maps -

Published by christopherdro about 7 years ago

0.16.1 (August 15, 2017)

  • Android: #1428 Add ability to load marker image from drawable
  • iOS: #1187 Improve marker performance
  • iOS/Android: #1458 Add Google Maps legalNotice constant
  • JS: #1546 Fix initial region native prop
react-native-maps -

Published by christopherdro about 7 years ago

0.16.0 (August 9, 2017)

  • Android: #1481 Handle Android RN 0.47 breaking change
  • iOS: #1357 add MKTileOverlayRenderer
  • iOS: #1369 Add onMapReady callback
  • Android/iOS/JS: #1360 Add minZoom and maxZoom properties for android and ios
  • JS: #1479 Fix timing function used in AnimatedRegion.spring
react-native-maps - v0.12.4

Published by spikebrehm almost 8 years ago

NOTE 0.12.3 was accidentally released with the breaking change below. 0.12.3 has been marked deprecated. Please use <=0.12.2 or ^0.12.4.

Patches

  • Revert #923, which accidentally introduced a breaking change.
react-native-maps - v0.13.0

Published by spikebrehm almost 8 years ago

Breaking Changes

  • Update iOS header imports and JS SyntheticEvent import for RN 0.40
    #923
    (@ide)

Patches

  • Fix issue where callouts sometimes overlap or don't appear
    #936
    (@RajkumarPunchh)
react-native-maps - v0.12.3 (DEPRECATED)

Published by spikebrehm almost 8 years ago

NOTE 0.12.3 was accidentally released with the breaking change below. 0.12.3 has been marked deprecated. Please use <=0.12.2 or ^0.12.4.

  • Fix "Animating with MapViews" example – fixes #763
    #888
    (@javiercr)
  • [iOS] Fix "Option 2" method of building Google Maps
    #900
    (@vjeranc)
  • [Android] Fix exception when animating region during initialization
    #901
    (@mlanter)
  • Updated documentation
    #902,
    #904,
    #910
    (@anami, @dboydor, @ali-alamine)
react-native-maps - v0.12.2

Published by spikebrehm almost 8 years ago

Patches

  • [Android] Added support for taking snapshots on Android
    #625
    (@IjzerenHein)
  • [iOS] Allow legalLabelInsets to be changed and animated
    #873
    (@scarlac)
  • Added rotation attribute documentation
    #871
    (@Arman92)
  • Update mapview.md documentation
    #866
    (@dccarmo)
react-native-maps - v0.12.1

Published by spikebrehm almost 8 years ago

This release only corrects the version in package.json.

react-native-maps - v0.10.4

Published by spikebrehm almost 8 years ago

Patches

  • [iOS] implement fitToSuppliedMarkers and fitToCoordinates for google maps
    #750
    (@gilbox)
  • [android] If we've disabled scrolling within the map, then don't capture the touch events
    #664
    (@mikelambert)
  • [iOS] Fix Anchor point on Google Maps iOS
    #734
    (@btoueg)
  • [iOS] Added showsUserLocation property support for Google Maps
    #721
    (@julien-rodrigues)
  • [iOS][android] Add support for setting zIndex on markers
    #675
    (@mlanter)
  • [android] Add parameter to disable the moving on marker press
    #676
    (@mlanter)

NOTE: v0.10.3 was not published

react-native-maps - v0.10.2

Published by spikebrehm almost 8 years ago

Patches

  • [android] Fixes crash during Activity onPause() (fixes #414)
    #694
    (@felipecsl)
react-native-maps - v0.9.0

Published by spikebrehm about 8 years ago

As of this release, this repository has moved from
lelandrichardson/react-native-maps to airbnb/react-native-maps.

Breaking Changes

  • [iOS] Support Google Maps on iOS
    #548
    (@gilbox)

Patches

  • Added support for AnimatedRegion without modifying the AnimatedImplementation.js of react-native
    #608
    (@IjzerenHein)
  • [iOS] Remove pod stuff. Fix AirMaps.xcodeproj related to missing pod stuff
    #620
    (@gilbox)
  • [iOS] Fix import of AIRMapSnapshot
    #622
    (@spikebrehm)
  • [iOS] Fix nullability issue
    #614
    (@simonmitchell)
  • [iOS] Added support for drawing polylines on snapshots on iOS
    #615
    (@IjzerenHein)
  • Add fitToCoordinates method
    #545
    (@naoufal)
  • [Android] Fix list of examples on Android
    #597
    (@spikebrehm)
  • [Android] Fix overlapping map issue
    #589
    (@fdnhkj)
  • Add tile overlay support
    #595
    (@cascadian, @spikebrehm)
  • [Android] Support Android LiteMode
    #546
    (@rops)
  • s/lelandrichardson/airbnb/
    #573
    (@spikebrehm)
  • [Android] Don't fit to elements if no positions added
    #567
    (@ryankask)
  • [iOS] Add class prefix to EmptyCalloutBackgroundView
    #563
    (@terribleben)
  • [Android] Minor code cleanup
    #564
    (@felipecsl)
  • Documentation updates
    #566,
    #591,
    #601,
    #602,
    #624
    (@felipecsl, @Alastairm, @Keksike, @bbodenmiller)