Skip to content

Commit 161fcd5

Browse files
committed
v6.1.0
1 parent 5865dae commit 161fcd5

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.1.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.7...v6.1.0) (2020-12-23)
7+
8+
9+
### Bug Fixes
10+
11+
* (android) actually removing source from the map in "removeSource" ([b8b279f](https://github.com/nativescript-community/ui-mapbox/commit/b8b279f96ec4fd1b66ced4accb9149a88978d9d0))
12+
* (android) circle-radius of type number used wrong property (caused crash) ([3a944b3](https://github.com/nativescript-community/ui-mapbox/commit/3a944b3cadeac81ffa3f97332503b52f9a4dab14))
13+
* addLinePoint and deprecated for next version ([5865dae](https://github.com/nativescript-community/ui-mapbox/commit/5865dae3cd310c1e0db0772675100038a3ef43b6))
14+
* addSource on v8-ios-runtime + support for all geojson types including FeatureCollection ([38728b8](https://github.com/nativescript-community/ui-mapbox/commit/38728b8d2629452f4c86a15182396f4b823f81b8))
15+
* addSource/addLayer on android ([a6dd1c2](https://github.com/nativescript-community/ui-mapbox/commit/a6dd1c289dfc45c24cd57fd4c27881bb552a9b11))
16+
* replace tilde in markers iconPath (so ~ would work on both android and ios) ([4b72713](https://github.com/nativescript-community/ui-mapbox/commit/4b72713f98dca34d167cfe65c63789909219700d))
17+
* replaced broken addMarker demo icons ([91979ff](https://github.com/nativescript-community/ui-mapbox/commit/91979ff4b77e18ee27a768345f54f1e995a9a2a5))
18+
19+
20+
### Features
21+
22+
* (android) support for all geojson types in addSource ([26ce92a](https://github.com/nativescript-community/ui-mapbox/commit/26ce92a6898283b9bb7cf60d2f3d395c6344c022))
23+
* added addImage + SymbolLayer support ([d104637](https://github.com/nativescript-community/ui-mapbox/commit/d104637516cced10515ad0ce6b93c2f06016572d))
24+
* added visibility layout property support to all layer types. added circle-pitch and circle-translate property support ([6510e9d](https://github.com/nativescript-community/ui-mapbox/commit/6510e9d30b44ec48bcf2e34ab8094dc2789ee44e))
25+
* click event for any layer types ([#9](https://github.com/nativescript-community/ui-mapbox/issues/9)) ([908dbd4](https://github.com/nativescript-community/ui-mapbox/commit/908dbd4e6627d655d200717428d94772e8bc5e84))
26+
* more paint and layout properties for LineLayer supported ([7a9bd38](https://github.com/nativescript-community/ui-mapbox/commit/7a9bd3846300f6155f5e87d6d54ad76977b5fbf9))
27+
* raster source & layer support ([#11](https://github.com/nativescript-community/ui-mapbox/issues/11)) ([c485595](https://github.com/nativescript-community/ui-mapbox/commit/c485595a52cb73b5d5f17ece46dc353d10dad130))
28+
* setFilter/getFilter for layers ([#7](https://github.com/nativescript-community/ui-mapbox/issues/7)) ([e893dd5](https://github.com/nativescript-community/ui-mapbox/commit/e893dd5b4f461b6a432b92d7bb2dc63ffb60c973))
29+
30+
31+
32+
33+
634
## [6.0.7](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.6...v6.0.7) (2020-11-25)
735

836

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "6.0.7",
5+
"version": "6.1.0",
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.1.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.7...v6.1.0) (2020-12-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
9+
10+
11+
12+
13+
614
## [6.0.7](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.6...v6.0.7) (2020-11-25)
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.0.7",
3+
"version": "6.1.0",
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)