@@ -16,6 +16,31 @@ This document contains information about new features and other changes to the M
16
16
17
17
## v3 (preview)
18
18
19
+ ### [ 3.0.0-preview.6] (March 31, 2023)
20
+
21
+ #### Installation (3.0.0-preview.6)
22
+
23
+ The preview is available on [ npm] [ 3.0.0-preview.6 ] and CDN.
24
+
25
+ - ** NPM:
** Refer to the instructions at
[ [email protected] ] [ 3.0.0-preview.6 ]
26
+
27
+ - ** CDN:** Reference the following CSS and JavaScript in the ` <head> ` element of an HTML file:
28
+
29
+ ``` html
30
+ <link href =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.6/atlas.min.css" rel =" stylesheet" />
31
+ <script src =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.6/atlas.min.js" ></script >
32
+ ```
33
+
34
+ #### New features (3.0.0-preview.6)
35
+
36
+ - Optimized the internal style transform performance.
37
+
38
+ #### Bug fixes (3.0.0-preview.6)
39
+
40
+ - Resolved an issue where the first style set request was unauthenticated for `AAD` authentication.
41
+
42
+ - Eliminated redundant requests during map initialization and on style changed events.
43
+
19
44
### [3.0.0-preview.5] (March 15, 2023)
20
45
21
46
#### Installation (3.0.0-preview.5)
@@ -176,6 +201,14 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
176
201
177
202
## v2 (latest)
178
203
204
+ ### [ 2.2.6]
205
+
206
+ #### Bug fixes (2.2.6)
207
+
208
+ - Resolved an issue where the first style set request was unauthenticated for ` AAD ` authentication.
209
+
210
+ - Eliminated redundant requests during map initialization and on style changed events.
211
+
179
212
### [ 2.2.5]
180
213
181
214
#### New features (2.2.5)
@@ -241,11 +274,13 @@ Stay up to date on Azure Maps:
241
274
> [ !div class="nextstepaction"]
242
275
> [ Azure Maps Blog]
243
276
277
+ [ 3.0.0-preview.6 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.6
244
278
[ 3.0.0-preview.5 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.5
245
279
[ 3.0.0-preview.4 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
246
280
[ 3.0.0-preview.3 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
247
281
[ 3.0.0-preview.2 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
248
282
[ 3.0.0-preview.1 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
283
+ [ 2.2.6 ] : https://www.npmjs.com/package/azure-maps-control/v/2.2.6
249
284
[ 2.2.5 ] : https://www.npmjs.com/package/azure-maps-control/v/2.2.5
250
285
[ 2.2.4 ] : https://www.npmjs.com/package/azure-maps-control/v/2.2.4
251
286
[ 2.2.3 ] : https://www.npmjs.com/package/azure-maps-control/v/2.2.3
0 commit comments