Skip to content

Latest commit

 

History

History
521 lines (308 loc) · 25.8 KB

CHANGELOG.md

File metadata and controls

521 lines (308 loc) · 25.8 KB

Change Log

Android SDK

iOS SDK

5.0.0-alpha.2

Implemented enchancements:

  • bumped Mapbox Android SDK to 9.0.0
  • fixed merge with upstream

Fixed Bugs

  • iOS demo works once again.

5.0.0-alpha.1

Full Changelog

Implemented enchancements:

  • bumped Mapbox iOS SDK version to 5.1.1 and Android SDK's to 8.4.0
  • added methods: addLayer()/removeLayer()/addLinePoint()/addSource()/removeSource()
  • support for rendering GeoJSON lines and circles
  • support for adding click handlers to lines and circles.

Fixed Bugs

  • this hopefully fixes the Android crash bug.

4.4.0 (2018-10-15)

Full Changelog

Implemented enhancements:

  • Bump Mapbox iOS and Android SDK #269

Fixed bugs:

  • draw the user trip #268

4.3.1 (2018-10-11)

Full Changelog

Implemented enhancements:

  • LongPress functionality for android and ios #266

4.3.0 (2018-09-25)

Full Changelog

Implemented enhancements:

  • Allow Mapbox to load local json map style definition #261

4.2.0 (2018-08-14)

Full Changelog

Implemented enhancements:

  • Feature Request: Move Map Markers #226
  • Update Mapbox iOS SDK to 4.2.0 #248

4.1.2 (2018-08-13)

Full Changelog

Implemented enhancements:

  • OnPermissionDenied #247

4.1.1 (2018-07-03)

Full Changelog

Implemented enhancements:

  • Add a method to remove polygons #237

4.1.0 (2018-07-02)

Full Changelog

Fixed bugs:

  • RemoveMarkers doesnt work #229
  • removeMarkers broken on Android. #231

Implemented enhancements:

  • User Tracking Mode #144
  • Build error on Android, related to source level 1.8 #234
  • Add support for a 'stroke' around a Polygon #235
  • Deactivate location updates when the map is destroyed #236

4.0.0 (2018-05-07)

Full Changelog

Fixed bugs:

  • Nativescript Mapbox on iOS retain memory after navigation away #67
  • The App crashs on Android when using nativescript-vue - missing toHumanReadableAscii method #216
  • Didn't find class "com.mapbox.mapboxsdk.plugins.locationlayer.LocationLayerPlugin" #198

Implemented enhancements:

  • Using/Showing an offline map #150
  • Polygons for iOS #204
  • animateCamera with target increases the zoomLevel to maximum in iOS #215
  • Bump Mapbox iOS SDK to 4.0.0 and Android to 6.0.1 #219

3.3.0 (2018-01-20)

Full Changelog

Fixed bugs:

  • Console output query #177

Implemented enhancements:

  • listOfflineRegions fails on Android if no map has been shown #172
  • How to get lat long of userlocation from mapbox #180
  • Failed to bind EAGLDrawable #196

3.2.0 (2018-01-13)

Full Changelog

Fixed bugs:

  • Dragging Map #175
  • Don't handle permissions other than our own #194
  • Don't fire the "mapready" event when the style changes #195

Implemented enhancements:

  • Is there a way to capture when the map is scrolled? \136
  • New Listeners #183
  • Calling selectAnnotation() from native map view throws "TypeError: nv.selectAnnotation is not a function" #186
  • Bump Mapbox SDK versions #193

3.1.3 (2017-11-02)

Full Changelog

Fixed bugs:

  • Marker onTap - after navigating back to map #125
  • Markers not cleaned from cache on android #182

3.1.2 (2017-09-12)

Full Changelog

Implemented enhancements:

  • setOnMapClickListener iOS #153
  • Align with the NativeScript plugin seed #163

3.1.1 (2017-08-24)

Full Changelog

Fixed bugs:

  • Problems with Android that works with iOS #162

3.1.0 (2017-08-17)

Full Changelog

Implemented enhancements:

  • Feature Request: Update to sdk to 5.1.2+ #156
  • Document the new TRAFFIC_DAY and TRAFFIC_NIGHT styles #158
  • Return the native Mapbox view when show is invoked #159

3.0.3 (2017-08-08)

Full Changelog

Implemented enhancements:

  • Possibility to disable marker tooltip #143

3.0.2 (2017-08-05)

Full Changelog

Implemented enhancements:

  • Add support for Polyline in IOS #41
  • A desperate request for addPolylines in iOS #152
  • Possibility to disable marker tooltip #143

3.0.1 (2017-07-12)

Full Changelog

Fixed bugs:

  • Icon and OnTap is working only in costructor #135

3.0.0 (2017-04-25)

Full Changelog

XML layout tag changed: Mapbox --> MapboxView

Implemented enhancements:

  • NativeScript 3 support #104

2.6.0 (2017-03-22)

Full Changelog

Make sure you have an up-to-date Android Repository (API level 25) - run android in a terminal and update outdated stuff.

Implemented enhancements:

  • [Feature request] support getCenter method for XML create maps #98
  • setviewport bounds doesnt work #94

2.5.3 (2017-03-16)

Full Changelog

Implemented enhancements:

  • Added return statement to make the Mapbox.prototype.xxx functions #95
  • Changes to work with XML-based maps #96 #96
  • Changes to work with XML-based maps #97 #97

2.5.2 (2017-03-04)

Full Changelog

Implemented enhancements:

  • Add a 'destroy' method #91

Fixed bugs:

  • Can't download offline region on Android #88
  • Program failed to link at com.mapbox.mapboxsdk.maps.NativeMapView.nativeRender #87
  • Unable to get markers to display #86
  • Cannot read property 'getLocationServices' of undefined #80

Closed issues:

  • make sure you add the Telemetry service to your androidManifest.xml #90
  • Custom marker tooltip #89
  • MapBox plugin failing to install on angular-seed-advanced #79
  • Zoom controls #76

Merged pull requests:

2.5.1 (2017-01-29)

Full Changelog

Closed issues:

  • Mapbox dissapear, when call routerExtensions.back() #65
  • iOS Marker added using addMarkers is jumpy when zoomin in/out #14

2.5.0 (2017-01-29)

Full Changelog

Implemented enhancements:

  • Will the Mapbox Directions api work with Nativescript? #28

Closed issues:

  • Can't use the component on Android 4.4.4 or lower #66
  • [performance] Move to Mapbox-Android's 5.0 SDK #75

2.4.0 (2017-01-19)

Full Changelog

Implemented enhancements:

  • user location by xml #68

Fixed bugs:

  • user location by xml #68

Closed issues:

  • [IOS] onCalloutTap event stops working #71
  • MapBox crashing in Android version 7.1.1 #63
  • Automatically handle Android 6+ permissions #73

Merged pull requests:

2.3.2 (2017-01-09)

Full Changelog

Fixed bugs:

  • Convert custom url string to NSURL #70 (ahalls)

Closed issues:

  • Custom Style URL, Angular2 created in XML crashes on iOS #69

2.3.1 (2016-12-05)

Full Changelog

Fixed bugs:

  • Exception on Android with Mapbox in XML #62
  • iOS crash - this._mapLoadedCallback is not a function #57

Closed issues:

  • Add more ignore #60
  • Set z-index programatically #59

Merged pull requests:

2.3.0 (2016-11-16)

Full Changelog

Implemented enhancements:

  • Cannot Place UI elements over viewport #37
  • Support for Marker Image URLs #20

Fixed bugs:

  • Nativescript Angular 2 issue while using MapBox inside the HTML #56

Closed issues:

  • Unable to start activity ComponentInfo:Failed to find module 'Crypto' #39
  • Not show map in demo #27
  • Additional style for Markers #23

2.2.4 (2016-11-16)

Full Changelog

Fixed bugs:

  • Question: marker tap on iOS simulator #55

Closed issues:

  • Angular 2 registerElement XML not setting property #45

2.2.3 (2016-11-11)

Full Changelog

Implemented enhancements:

  • Change map style method #53

Closed issues:

  • iOS accessToken in XML not working #54

2.2.2 (2016-11-03)

Full Changelog

Implemented enhancements:

  • Enhancement/Request: timeout when loading XML map #52

Merged pull requests:

2.2.1 (2016-10-26)

Full Changelog

Fixed bugs:

  • onTap/onCalloutTap not working from XML declared map #49

2.2.0 (2016-10-26)

Full Changelog

Implemented enhancements:

  • Question: remove the polyline #47
  • Allow to use icon path from resource #43

Fixed bugs:

  • ShowUserLocation not working #31
  • Request: change Position of Markers without removing them first #48

Closed issues:

  • showUserLocation="true" is not working in Android #46

2.1.1 (2016-10-25)

Full Changelog

Implemented enhancements:

  • Enhancement: expose other methods to XML map #44

Closed issues:

  • Does Mapbox measure this plugin's usage as a native app? #42

2.1.0 (2016-10-15)

Full Changelog

Implemented enhancements:

  • Custom Styles In Maps #34
  • Implement FitToBounds #21

Fixed bugs:

  • NullPointerException when running on Android #3

Merged pull requests:

2.0.0 (2016-10-12)

Full Changelog

Implemented enhancements:

  • Create map as XML element? #8

1.5.0 (2016-09-23)

Full Changelog

Implemented enhancements:

  • Provide a way to hide and show the map, without redrawing it #25
  • Remove Markers Function #19

Fixed bugs:

Closed issues:

  • Adding Polylines #36
  • Possible to get street/intersection data? #32
  • [question] is it possible to deliver a downloaded map within my app ? #26

1.4.0 (2016-08-24)

Full Changelog

Closed issues:

  • How to get Directions / Routes? #24
  • Mapbox not working #22
  • Not working with Angular2/Typescript? #9

1.3.0 (2016-07-18)

Full Changelog

1.2.1 (2016-07-09)

Full Changelog

1.2.0 (2016-07-08)

Full Changelog

Implemented enhancements:

  • Add click event on marker #6

Closed issues:

  • Offline and Element overlay capability question #13
  • Mapbox-4.0.0 : Can't add a marker : markerOptions.title is not a function #12
  • Unable to start activity ComponentInfo{org.nativescript.mapboxdemo/com.tns.NativeScriptActivity} #7

Merged pull requests:

1.1.2 (2016-03-16)

Full Changelog

Closed issues:

  • 'Zoom' attribute error #4

1.1.1 (2016-02-04)

Full Changelog

1.1.0 (2016-02-04)

Full Changelog

Closed issues:

  • Empty black box on iOS #1

1.0.5 (2015-12-22)

Full Changelog

1.0.4 (2015-11-03)

Full Changelog

1.0.2 (2015-10-28)

Full Changelog

1.0.1 (2015-10-08)

Full Changelog

1.0.0 (2015-10-03)

* This Change Log was automatically generated by github_changelog_generator