@@ -14,7 +14,34 @@ 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 18, 2023)
20
+
21
+ #### Bug fixes (3.0.0)
22
+
23
+ - Fixed zoom control to take into account the ` maxBounds ` [ CameraOptions] .
24
+
25
+ - Fixed an issue that mouse positions are shifted after a css scale transform on the map container.
26
+
27
+ #### Other changes (3.0.0)
28
+
29
+ - Phased out the style definition version ` 2022-08-05 ` and switched the default ` styleDefinitionsVersion ` to ` 2023-01-01 ` .
30
+
31
+ - Added the ` mvc ` parameter to encompass the map control version in both definitions and style requests.
32
+
33
+ #### Installation (3.0.0)
34
+
35
+ The version is available on [ npm] [ 3.0.0 ] and CDN.
36
+
37
+ - ** NPM:
** Refer to the instructions at
[ [email protected] ] [ 3.0.0 ]
38
+
39
+ - ** CDN:** Reference the following CSS and JavaScript in the ` <head> ` element of an HTML file:
40
+
41
+ ``` html
42
+ <link href =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.css" rel =" stylesheet" />
43
+ <script src =" https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0/atlas.min.js" ></script >
44
+ ```
18
45
19
46
### [3.0.0-preview.10] (July 11, 2023)
20
47
@@ -305,7 +332,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
305
332
})
306
333
```
307
334
308
- ## v2 (latest)
335
+ ## v2
309
336
310
337
### [ 2.3.2] (August 11, 2023)
311
338
@@ -436,6 +463,7 @@ Stay up to date on Azure Maps:
436
463
> [ !div class="nextstepaction"]
437
464
> [ Azure Maps Blog]
438
465
466
+ [ 3.0.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0
439
467
[ 3.0.0-preview.10 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
440
468
[ 3.0.0-preview.9 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
441
469
[ 3.0.0-preview.8 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
0 commit comments