@@ -14,15 +14,40 @@ services: azure-maps
14
14
15
15
This document contains information about new features and other changes to the Map Control.
16
16
17
- ## v3 (preview)
17
+ ## v3 (latest)
18
+
19
+ ### [ 3.0.0] (August 11, 2023)
20
+
21
+ #### Bug fixes (3.0.0)
22
+
23
+ - Fixed zoom control to take into account the ` maxBounds ` [ CameraOptions] .
24
+
25
+ #### Other changes (3.0.0)
26
+
27
+ - Phased out the style definition version ` 2022-08-05 ` and switched the default ` styleDefinitionsVersion ` to ` 2023-01-01 ` .
28
+
29
+ - Added the ` mvc ` parameter to encompass the map control version in both definitions and style requests.
30
+
31
+ #### Installation (3.0.0)
32
+
33
+ The version is available on [ npm] [ 3.0.0 ] and CDN.
34
+
35
+ - ** NPM:
** Refer to the instructions at
[ [email protected] ] [ 3.0.0 ]
36
+
37
+ - ** CDN:** Reference the following CSS and JavaScript in the ` <head> ` element of an HTML file:
38
+
39
+ ``` html
40
+ <link href =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.css" rel =" stylesheet" />
41
+ <script src =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.js" ></script >
42
+ ```
18
43
19
44
### [3.0.0-preview.10] (July 11, 2023)
20
45
21
46
#### Bug fixes (3.0.0-preview.10)
22
47
23
48
- Dynamic pixel ratio fixed in underlying maplibre-gl dependency.
24
49
25
- - Fixed an issue where ` sortKey ` , ` radialOffset ` , ` variableAnchor ` is not applied when used in ` SymbolLayer ` options.
50
+ - Fixed an issue where `sortKey`, `radialOffset`, `variableAnchor` isn't applied when used in `SymbolLayer` options.
26
51
27
52
#### Installation (3.0.0-preview.10)
28
53
@@ -305,17 +330,29 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
305
330
})
306
331
```
307
332
308
- ## v2 (latest)
333
+ ## v2
334
+
335
+ ### [ 2.3.2] (August 11, 2023)
336
+
337
+ #### Bug fixes (2.3.2)
338
+
339
+ - Fixed an issue where accessibility-related duplicated DOM elements may result when ` map.setServiceOptions ` is called.
340
+
341
+ - Fixed zoom control to take into account the ` maxBounds ` [ CameraOptions] .
342
+
343
+ #### Other changes (2.3.2)
344
+
345
+ - Added the ` mvc ` parameter to encompass the map control version in both definitions and style requests.
309
346
310
347
### [ 2.3.1] (June 27, 2023)
311
348
312
349
#### Bug fixes (2.3.1)
313
350
314
- - fix ` ImageSpriteManager ` icon images may get removed during style change
351
+ - Fix ` ImageSpriteManager ` icon images may get removed during style change
315
352
316
353
#### Other changes (2.3.1)
317
354
318
- - security : insecure-randomness fix in UUID generation.
355
+ - Security : insecure-randomness fix in UUID generation.
319
356
320
357
### [ 2.3.0] (June 2, 2023)
321
358
@@ -325,7 +362,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
325
362
326
363
#### Bug fixes (2.3.0)
327
364
328
- - Fixed an exception that occurred while updating the property of a layout that that no longer exists.
365
+ - Fixed an exception that occurred while updating the property of a layout that no longer exists.
329
366
330
367
- Fixed an issue where BubbleLayer's accessible indicators didn't update when the data source was modified.
331
368
@@ -424,6 +461,7 @@ Stay up to date on Azure Maps:
424
461
> [ !div class="nextstepaction"]
425
462
> [ Azure Maps Blog]
426
463
464
+ [ 3.0.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0
427
465
[ 3.0.0-preview.10 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
428
466
[ 3.0.0-preview.9 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
429
467
[ 3.0.0-preview.8 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
@@ -434,6 +472,7 @@ Stay up to date on Azure Maps:
434
472
[ 3.0.0-preview.3 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
435
473
[ 3.0.0-preview.2 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
436
474
[ 3.0.0-preview.1 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
475
+ [ 2.3.2 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.2
437
476
[ 2.3.1 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.1
438
477
[ 2.3.0 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.0
439
478
[ 2.2.7 ] : https://www.npmjs.com/package/azure-maps-control/v/2.2.7
@@ -446,6 +485,7 @@ Stay up to date on Azure Maps:
446
485
[ adal-angular ] : https://github.com/AzureAD/azure-activedirectory-library-for-js
447
486
[ @azure/msal-browser ] : https://github.com/AzureAD/microsoft-authentication-library-for-js
448
487
[ migration guide ] : ../active-directory/develop/msal-compare-msal-js-and-adal-js.md
488
+ [ CameraOptions ] : /javascript/api/azure-maps-control/atlas.cameraoptions?view=azure-maps-typescript-latest
449
489
[ CameraBoundsOptions ] : /javascript/api/azure-maps-control/atlas.cameraboundsoptions?view=azure-maps-typescript-latest
450
490
[ Map.dispose() ] : /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-dispose
451
491
[ Map.setCamera(options) ] : /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-setcamera
0 commit comments