@@ -3,8 +3,8 @@ title: Release notes - Map Control
3
3
titleSuffix : Microsoft Azure Maps
4
4
description : Release notes for the Azure Maps Web SDK.
5
5
author : eriklindeman
6
- ms.author : eriklind
7
- ms.date : 3/10 /2023
6
+ ms.author : sipa
7
+ ms.date : 3/15 /2023
8
8
ms.topic : reference
9
9
ms.service : azure-maps
10
10
services : azure-maps
@@ -16,7 +16,26 @@ This document contains information about new features and other changes to the M
16
16
17
17
## v3 (preview)
18
18
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)
20
39
21
40
#### Installation (3.0.0-preview.4)
22
41
@@ -157,6 +176,12 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
157
176
158
177
## v2 (latest)
159
178
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
+
160
185
### [ 2.2.4]
161
186
162
187
#### Bug fixes (2.2.4)
@@ -239,4 +264,4 @@ Stay up to date on Azure Maps:
239
264
[ StyleOptions ] : /javascript/api/azure-maps-control/atlas.styleoptions
240
265
[ TrafficControlOptions ] : /javascript/api/azure-maps-control/atlas.trafficcontroloptions
241
266
[ 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