Skip to content

Releases: nativescript-community/ui-mapbox

v6.2.1

07 Feb 14:04

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

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

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)

v6.0.7

25 Nov 17:48

Choose a tag to compare

6.0.7 (2020-11-25)

Bug Fixes

  • android lifecycle fix (2c3731a)
  • correctly handle lifecycle (e4e3fd9)

v6.0.6

23 Nov 12:55

Choose a tag to compare

6.0.6 (2020-11-23)

Note: Version bump only for package @nativescript-community/ui-mapbox

v6.0.5

22 Nov 21:23

Choose a tag to compare

6.0.5 (2020-11-22)

Bug Fixes

v6.0.4

19 Nov 13:36

Choose a tag to compare

6.0.4 (2020-11-19)

Bug Fixes

  • android bug where map would remain black (19a0b67)
  • npm script paths corrected, removed obsolete test scripts. reset scripts use ns clean. fixed readme (94ebe11)

Features

v6.0.3

13 Nov 15:08

Choose a tag to compare

6.0.3 (2020-11-13)

Bug Fixes

  • android disabling telemetry too soon (1f0c6e5)

v6.0.2

13 Nov 13:20

Choose a tag to compare

6.0.2 (2020-11-13)

Bug Fixes

  • force pod version in demo (88ad6a8)
  • some fixes (b452da4)
  • telemetry false by default. GDRP compliant (a4a5f2d)

v6.0.1

12 Nov 16:32

Choose a tag to compare

6.0.1 (2020-11-12)

Bug Fixes