@@ -14,34 +14,7 @@ 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 (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
- - 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
- ```
17
+ ## v3 (preview)
45
18
46
19
### [ 3.0.0-preview.10] (July 11, 2023)
47
20
@@ -332,7 +305,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
332
305
})
333
306
```
334
307
335
- ## v2
308
+ ## v2 (latest)
336
309
337
310
### [ 2.3.2] (August 11, 2023)
338
311
@@ -463,7 +436,6 @@ Stay up to date on Azure Maps:
463
436
> [ !div class="nextstepaction"]
464
437
> [ Azure Maps Blog]
465
438
466
- [ 3.0.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0
467
439
[ 3.0.0-preview.10 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
468
440
[ 3.0.0-preview.9 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
469
441
[ 3.0.0-preview.8 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
0 commit comments