Skip to content

Commit 8cf8e35

Browse files
committed
v6.2.1
1 parent afe4d5b commit 8cf8e35

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.0...v6.2.1) (2021-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** cache marker images => crazy faster addMarkers ([f2f4a22](https://github.com/nativescript-community/ui-mapbox/commit/f2f4a22cc680c170a29e0169affeb0c5d4e4dd5f))
12+
* **android:** ensure map exists on destroy ([1b36396](https://github.com/nativescript-community/ui-mapbox/commit/1b36396ec79a84d852232db57a54245efbee3425))
13+
14+
15+
### Features
16+
17+
* added more source options ([a75fc27](https://github.com/nativescript-community/ui-mapbox/commit/a75fc27921c73386f463168db854ecd10f71e22f))
18+
* almost all style prpoerties are now supported. You can also put any expression you want! ([d3e5e42](https://github.com/nativescript-community/ui-mapbox/commit/d3e5e42b62c830cb255a02e26165f3a85a26cebc))
19+
* belowLayerId support for addLayer ([4551401](https://github.com/nativescript-community/ui-mapbox/commit/4551401c6181a8749f542443348c38aa7ab938fc))
20+
* layer minzoom maxzoom support ([880761f](https://github.com/nativescript-community/ui-mapbox/commit/880761f3d21df91677f09af4622965f730a27f37))
21+
* updateSource (for now only to update geojson data) ([e593480](https://github.com/nativescript-community/ui-mapbox/commit/e593480f24ec819b0ace3adc6e8cb51b58a6c081))
22+
* **ios:** setOnCameraIdleListener && setOnCameraMoveListener ([fa640cd](https://github.com/nativescript-community/ui-mapbox/commit/fa640cdd44bd5d7efeac89d6c56f05ad32d5cf22))
23+
24+
25+
26+
27+
628
# [6.2.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.1.0...v6.2.0) (2020-12-30)
729

830

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "6.2.0",
5+
"version": "6.2.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.2.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.0...v6.2.1) (2021-02-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
# [6.2.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.1.0...v6.2.0) (2020-12-30)
715

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

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-mapbox",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "mapbox",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)