Skip to content

Commit d2efd9c

Browse files
Merge pull request #230794 from ambientlight/patch-3
MapControl: 2.2.5 and 3.0.0-preview.5 updates
2 parents fd0c217 + 677e73c commit d2efd9c

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

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

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Release notes - Map Control
33
titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Web SDK.
55
author: eriklindeman
6-
ms.author: eriklind
7-
ms.date: 3/10/2023
6+
ms.author: sipa
7+
ms.date: 3/15/2023
88
ms.topic: reference
99
ms.service: azure-maps
1010
services: azure-maps
@@ -16,7 +16,26 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (preview)
1818

19-
### [3.0.0-preview.4] (March 10, 2023)
19+
### [3.0.0-preview.5](https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.5) (March 15, 2023)
20+
21+
#### Installation (3.0.0-preview.5)
22+
23+
The preview is available on [npm][3.0.0-preview.5] and CDN.
24+
25+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.5]
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.5/atlas.min.css" rel="stylesheet" />
31+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.5/atlas.min.js"></script>
32+
```
33+
34+
#### New features (3.0.0-preview.5)
35+
36+
- Support dynamically updating mapConfiguration via `map.setServiceOptions({ mapConfiguration: 'MAP_CONFIG' })`
37+
38+
### [3.0.0-preview.4] (March 10, 2023)
2039

2140
#### Installation (3.0.0-preview.4)
2241

@@ -157,6 +176,12 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
157176

158177
## v2 (latest)
159178

179+
### [2.2.5](https://www.npmjs.com/package/azure-maps-control/v/2.2.5)
180+
181+
#### New features (2.2.5)
182+
183+
- Support dynamically updating mapConfiguration via `map.setServiceOptions({ mapConfiguration: 'MAP_CONFIG' })`
184+
160185
### [2.2.4]
161186

162187
#### Bug fixes (2.2.4)
@@ -239,4 +264,4 @@ Stay up to date on Azure Maps:
239264
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
240265
[TrafficControlOptions]: /javascript/api/azure-maps-control/atlas.trafficcontroloptions
241266
[Azure Maps Samples]: https://samples.azuremaps.com
242-
[Azure Maps Blog]: https://techcommunity.microsoft.com/t5/azure-maps-blog/bg-p/AzureMapsBlog
267+
[Azure Maps Blog]: https://techcommunity.microsoft.com/t5/azure-maps-blog/bg-p/AzureMapsBlog

0 commit comments

Comments
 (0)