Skip to content

Commit b844728

Browse files
committedSep 6, 2023
v6.2.20
1 parent 55050bb commit b844728

File tree

6 files changed

+18
-161
lines changed

6 files changed

+18
-161
lines changed
 

‎CHANGELOG.md

+4-43
Original file line numberDiff line numberDiff line change
@@ -3,118 +3,79 @@
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.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
6+
## [6.2.20](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.19...v6.2.20) (2023-09-06)
7+
8+
**Note:** Version bump only for package ui-mapbox
79

10+
## [6.2.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
811

912
### Bug Fixes
1013

1114
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
1215

13-
14-
15-
16-
1716
## [6.2.18](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.18) (2022-09-14)
1817

19-
2018
### Bug Fixes
2119

2220
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
2321

24-
25-
26-
27-
2822
## [6.2.17](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.17) (2022-09-14)
2923

30-
3124
### Bug Fixes
3225

3326
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
3427

35-
36-
37-
38-
3928
## [6.2.16](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.16) (2022-09-14)
4029

41-
4230
### Bug Fixes
4331

4432
* **standard user location annotation view:** restored standard user location annotation view ([cf9e189](https://github.com/nativescript-community/ui-mapbox/commit/cf9e189e9fc461b5e20f9c3c06aec3f9927e5153))
4533

46-
47-
48-
49-
5034
## [6.2.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
5135

52-
5336
### Bug Fixes
5437

5538
* **resolve in `updateSource`:** added missing resolve ([78803e4](https://github.com/nativescript-community/ui-mapbox/commit/78803e460b0689f9495c3f87f29774640ca9f5da))
5639
* **tracking user:** tracking the user was not implemented on iOS ([242fe63](https://github.com/nativescript-community/ui-mapbox/commit/242fe635391088af29bd74dab5b11431340305df))
5740
* **tracking user:** tracking the user was not implemented on iOS ([80d7d9f](https://github.com/nativescript-community/ui-mapbox/commit/80d7d9f5f5219a669db260b70a57d08f5d41d383))
5841

59-
6042
### Features
6143

6244
* **access tracking mode:** method to retrieve the current tracking mode ([b7a6cf2](https://github.com/nativescript-community/ui-mapbox/commit/b7a6cf2119969fd5daa304b69497cc9c5f9ca834))
6345
* **access tracking mode:** method to retrieve the current tracking mode ([9182871](https://github.com/nativescript-community/ui-mapbox/commit/9182871d281ad181a5596a9500f6a8e4dfba2b07))
6446

65-
66-
67-
68-
6947
## [6.2.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
7048

71-
7249
### Bug Fixes
7350

7451
* **`updateSource`:** `updateSource` method was missing in the API ([499e99a](https://github.com/nativescript-community/ui-mapbox/commit/499e99a8c59e06b0387f84321bc89940d224abb0))
7552
* added project methods to API ([99d0642](https://github.com/nativescript-community/ui-mapbox/commit/99d06422767834046018ba2aace6257a413b720e))
7653
* removed ios type from native layer instance to remove build error ([efb0f12](https://github.com/nativescript-community/ui-mapbox/commit/efb0f12eed40114581cfa94eae6daf30f0b1d53e))
7754

78-
7955
### Features
8056

8157
* **layer type:** added property `type` to layer class that returns the GeoJSON layer type ([7c87bb2](https://github.com/nativescript-community/ui-mapbox/commit/7c87bb2086eeff65139818120cc1c20c28ad12c3))
8258
* **lineMetrics:** added source property `lineMetrics` ([477082d](https://github.com/nativescript-community/ui-mapbox/commit/477082db32077fc04005e6ee1ad5595d5511b0e9))
8359
* **projectBack:** added projectBack method as inverse method to project ([7bbb6e0](https://github.com/nativescript-community/ui-mapbox/commit/7bbb6e0a1c5895f4825ed60ac55aca41e0a35835))
8460

85-
86-
87-
88-
8961
## [6.2.13](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.12...v6.2.13) (2022-01-19)
9062

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

93-
94-
95-
96-
9765
## [6.2.12](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.11...v6.2.12) (2022-01-17)
9866

99-
10067
### Bug Fixes
10168

10269
* tap handler on ios ([fabe6ab](https://github.com/nativescript-community/ui-mapbox/commit/fabe6abedbb8d03fa2e220272f604b6528ebd196))
10370

104-
105-
106-
107-
10871
## [6.2.11](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.10...v6.2.11) (2022-01-09)
10972

110-
11173
### Bug Fixes
11274

11375
* add okhttp implementation ([f73304f](https://github.com/nativescript-community/ui-mapbox/commit/f73304faf9fae447bf0e56c794ed818d2357d887))
11476
* downgrade iOS Mapbox version ([3aa8196](https://github.com/nativescript-community/ui-mapbox/commit/3aa8196259497799a2f8c1019b0210b9834bb2cf))
11577
* export handling cleanup and declaration fixes ([d93e2bc](https://github.com/nativescript-community/ui-mapbox/commit/d93e2bcbb1eecdd3a7fcf9ebdc83caceb4248bab))
11678

117-
11879
### Features
11980

12081
* implement https://github.com/nativescript-community/ui-mapbox/pull/27 ([970aece](https://github.com/nativescript-community/ui-mapbox/commit/970aecef1b76663db404bb978d47c1cda767ecd1))

‎demo-snippets/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [6.2.20](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.19...v6.2.20) (2023-09-06)
7+
8+
**Note:** Version bump only for package @nativescript-community/template-snippet

‎demo-snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/template-snippet",
3-
"version": "0.0.1",
3+
"version": "6.2.20",
44
"dependencies": {
55
"@nativescript-community/ui-mapbox": "file:../packages/ui-mapbox"
66
}

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.2.19",
2+
"version": "6.2.20",
33
"packages": [
44
"packages/*"
55
],

‎packages/ui-mapbox/CHANGELOG.md

+3-115
Original file line numberDiff line numberDiff line change
@@ -3,243 +3,131 @@
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.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
6+
## [6.2.20](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.19...v6.2.20) (2023-09-06)
77

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

10+
## [6.2.19](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.19) (2022-09-14)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-mapbox
1313

1414
## [6.2.18](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.18) (2022-09-14)
1515

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

18-
19-
20-
21-
2218
## [6.2.17](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.17) (2022-09-14)
2319

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

26-
27-
28-
29-
3022
## [6.2.16](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.15...v6.2.16) (2022-09-14)
3123

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

34-
35-
36-
37-
3826
## [6.2.15](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.14...v6.2.15) (2022-03-03)
3927

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

42-
43-
44-
45-
4630
## [6.2.14](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.13...v6.2.14) (2022-02-09)
4731

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

50-
51-
52-
53-
5434
## [6.2.13](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.12...v6.2.13) (2022-01-19)
5535

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

58-
59-
60-
61-
6238
## [6.2.12](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.11...v6.2.12) (2022-01-17)
6339

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

66-
67-
68-
69-
7042
## [6.2.11](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.10...v6.2.11) (2022-01-09)
7143

72-
7344
### Bug Fixes
7445

7546
* add okhttp implementation ([f73304f](https://github.com/nativescript-community/ui-mapbox/commit/f73304faf9fae447bf0e56c794ed818d2357d887))
7647
* downgrade iOS Mapbox version ([3aa8196](https://github.com/nativescript-community/ui-mapbox/commit/3aa8196259497799a2f8c1019b0210b9834bb2cf))
7748

78-
79-
80-
81-
8249
## [6.2.10](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.9...v6.2.10) (2021-09-28)
8350

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

86-
87-
88-
89-
9053
## [6.2.9](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.8...v6.2.9) (2021-05-07)
9154

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

94-
95-
96-
97-
9857
## [6.2.8](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.7...v6.2.8) (2021-03-30)
9958

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

102-
103-
104-
105-
10661
## [6.2.7](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.6...v6.2.7) (2021-02-25)
10762

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

110-
111-
112-
113-
11465
## [6.2.6](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.5...v6.2.6) (2021-02-20)
11566

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

118-
119-
120-
121-
12269
## [6.2.5](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.4...v6.2.5) (2021-02-18)
12370

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

126-
127-
128-
129-
13073
## [6.2.4](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.3...v6.2.4) (2021-02-18)
13174

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

134-
135-
136-
137-
13877
## [6.2.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.2...v6.2.3) (2021-02-09)
13978

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

142-
143-
144-
145-
14681
## [6.2.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.1...v6.2.2) (2021-02-07)
14782

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

150-
151-
152-
153-
15485
## [6.2.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.2.0...v6.2.1) (2021-02-07)
15586

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

158-
159-
160-
161-
16289
# [6.2.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.1.0...v6.2.0) (2020-12-30)
16390

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

166-
167-
168-
169-
17093
# [6.1.0](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.7...v6.1.0) (2020-12-23)
17194

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

174-
175-
176-
177-
17897
## [6.0.7](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.6...v6.0.7) (2020-11-25)
17998

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

182-
183-
184-
185-
186101
## [6.0.6](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.5...v6.0.6) (2020-11-23)
187102

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

190-
191-
192-
193-
194105
## [6.0.5](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.4...v6.0.5) (2020-11-22)
195106

196-
197107
### Bug Fixes
198108

199109
* typo ([e841223](https://github.com/nativescript-community/ui-mapbox/commit/e841223b6b89a579ece1886ad250f787dd7395d0))
200110

201-
202-
203-
204-
205111
## [6.0.4](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.3...v6.0.4) (2020-11-19)
206112

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

209-
210-
211-
212-
213115
## [6.0.3](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.2...v6.0.3) (2020-11-13)
214116

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

217-
218-
219-
220-
221119
## [6.0.2](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.1...v6.0.2) (2020-11-13)
222120

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

225-
226-
227-
228-
229123
## [6.0.1](https://github.com/nativescript-community/ui-mapbox/compare/v6.0.0...v6.0.1) (2020-11-12)
230124

231-
232125
### Bug Fixes
233126

234127
* android fix for anroid 11 ([97e1ad8](https://github.com/nativescript-community/ui-mapbox/commit/97e1ad86cb06c48e74712fbc8bdfcabdb854ab94))
235128

236-
237-
238-
239-
240129
# 6.0.0 (2020-11-12)
241130

242-
243131
### Bug Fixes
244132

245133
* ios upgraded sdk ([41785b9](https://github.com/nativescript-community/ui-mapbox/commit/41785b91f4bd6ba3a5b3aa6547c0e4c156a3363e))

‎packages/ui-mapbox/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.19",
3+
"version": "6.2.20",
44
"description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.