Skip to content

Commit 811807c

Browse files
Merge pull request #232755 from yulinscottkang/2023-03-31
Azure Maps release notes updates
2 parents c7dbb93 + 76ae64b commit 811807c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,31 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (preview)
1818

19+
### [3.0.0-preview.6] (March 31, 2023)
20+
21+
#### Installation (3.0.0-preview.6)
22+
23+
The preview is available on [npm][3.0.0-preview.6] and CDN.
24+
25+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.6]
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.6/atlas.min.css" rel="stylesheet" />
31+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.6/atlas.min.js"></script>
32+
```
33+
34+
#### New features (3.0.0-preview.6)
35+
36+
- Optimized the internal style transform performance.
37+
38+
#### Bug fixes (3.0.0-preview.6)
39+
40+
- Resolved an issue where the first style set request was unauthenticated for `AAD` authentication.
41+
42+
- Eliminated redundant requests during map initialization and on style changed events.
43+
1944
### [3.0.0-preview.5] (March 15, 2023)
2045

2146
#### Installation (3.0.0-preview.5)
@@ -176,6 +201,14 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
176201

177202
## v2 (latest)
178203

204+
### [2.2.6]
205+
206+
#### Bug fixes (2.2.6)
207+
208+
- Resolved an issue where the first style set request was unauthenticated for `AAD` authentication.
209+
210+
- Eliminated redundant requests during map initialization and on style changed events.
211+
179212
### [2.2.5]
180213

181214
#### New features (2.2.5)
@@ -241,11 +274,13 @@ Stay up to date on Azure Maps:
241274
> [!div class="nextstepaction"]
242275
> [Azure Maps Blog]
243276
277+
[3.0.0-preview.6]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.6
244278
[3.0.0-preview.5]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.5
245279
[3.0.0-preview.4]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
246280
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
247281
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
248282
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
283+
[2.2.6]: https://www.npmjs.com/package/azure-maps-control/v/2.2.6
249284
[2.2.5]: https://www.npmjs.com/package/azure-maps-control/v/2.2.5
250285
[2.2.4]: https://www.npmjs.com/package/azure-maps-control/v/2.2.4
251286
[2.2.3]: https://www.npmjs.com/package/azure-maps-control/v/2.2.3

0 commit comments

Comments
 (0)