Skip to content

Commit 824f091

Browse files
Merge pull request #248290 from yulinscottkang/2023-08-18
Azure Maps release notes updates
2 parents bd01813 + 1058939 commit 824f091

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

articles/azure-maps/release-notes-map-control.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,34 @@ services: azure-maps
1414

1515
This document contains information about new features and other changes to the Map Control.
1616

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+
```
1845

1946
### [3.0.0-preview.10] (July 11, 2023)
2047

@@ -305,7 +332,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
305332
})
306333
```
307334

308-
## v2 (latest)
335+
## v2
309336

310337
### [2.3.2] (August 11, 2023)
311338

@@ -436,6 +463,7 @@ Stay up to date on Azure Maps:
436463
> [!div class="nextstepaction"]
437464
> [Azure Maps Blog]
438465
466+
[3.0.0]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0
439467
[3.0.0-preview.10]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
440468
[3.0.0-preview.9]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
441469
[3.0.0-preview.8]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8

0 commit comments

Comments
 (0)