Skip to content

Releases: nativescript-community/ui-mapbox

v6.2.8

30 Mar 14:16
Compare
Choose a tag to compare

6.2.8 (2021-03-30)

Features

v6.2.7

25 Feb 08:46
Compare
Choose a tag to compare

6.2.7 (2021-02-25)

Bug Fixes

  • ios: missing camera events (bc7af99)

v6.2.6

20 Feb 08:20
Compare
Choose a tag to compare

6.2.6 (2021-02-20)

Features

  • animateCamera supports bounds and zoomLevel on both platforms (11f883a)

v6.2.5

18 Feb 19:57
Compare
Choose a tag to compare

6.2.5 (2021-02-18)

Bug Fixes

  • android: project result in dpi (6112f37)

v6.2.4

18 Feb 16:14
Compare
Choose a tag to compare

6.2.4 (2021-02-18)

Features

  • mapClick event available the N way (1965f4b)

v6.2.3

09 Feb 13:35
Compare
Choose a tag to compare

6.2.3 (2021-02-09)

Bug Fixes

  • some style property conversion fixes (26cce82)

Features

  • project method to go from latlng to screen coords (3d6131a)
  • setLogLevel (659dace)
  • source-layer support for layers (6b56ea8)

v6.2.2

07 Feb 14:58
Compare
Choose a tag to compare

6.2.2 (2021-02-07)

Bug Fixes

  • ios: icon-allow-overlap fix (5c3f70d)
  • ios: prevent crash when ‘click’ mapEvent not set (8d5a0e2)

v6.2.1

07 Feb 14:04
Compare
Choose a tag to compare

6.2.1 (2021-02-07)

Bug Fixes

  • android: cache marker images => crazy faster addMarkers (f2f4a22)
  • android: ensure map exists on destroy (1b36396)

Features

  • added more source options (a75fc27)
  • almost all style prpoerties are now supported. You can also put any expression you want! (d3e5e42)
  • belowLayerId support for addLayer (4551401)
  • layer minzoom maxzoom support (880761f)
  • updateSource (for now only to update geojson data) (e593480)
  • ios: setOnCameraIdleListener && setOnCameraMoveListener (fa640cd)

v6.2.0

30 Dec 14:22
Compare
Choose a tag to compare

6.2.0 (2020-12-30)

Features

  • (android) color support for LocationComponent (c81b4d1)
  • getImage and removeImage (8aa323b)
  • method querySourceFeatures (#16) (1812e00)

v6.1.0

23 Dec 09:37
Compare
Choose a tag to compare

6.1.0 (2020-12-23)

Bug Fixes

  • (android) actually removing source from the map in "removeSource" (b8b279f)
  • (android) circle-radius of type number used wrong property (caused crash) (3a944b3)
  • addLinePoint and deprecated for next version (5865dae)
  • addSource on v8-ios-runtime + support for all geojson types including FeatureCollection (38728b8)
  • addSource/addLayer on android (a6dd1c2)
  • replace tilde in markers iconPath (so ~ would work on both android and ios) (4b72713)
  • replaced broken addMarker demo icons (91979ff)

Features

  • (android) support for all geojson types in addSource (26ce92a)
  • added addImage + SymbolLayer support (d104637)
  • added visibility layout property support to all layer types. added circle-pitch and circle-translate property support (6510e9d)
  • click event for any layer types (#9) (908dbd4)
  • more paint and layout properties for LineLayer supported (7a9bd38)
  • raster source & layer support (#11) (c485595)
  • setFilter/getFilter for layers (#7) (e893dd5)