Skip to content

Commit eed3510

Browse files
authored
Merge pull request #229548 from yulinscottkang/2023-03-10
Azure Maps release notes updates
2 parents c9a83ca + e5669e6 commit eed3510

File tree

1 file changed

+64
-3
lines changed

1 file changed

+64
-3
lines changed

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

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Web SDK.
55
author: eriklindeman
66
ms.author: eriklind
7-
ms.date: 1/31/2023
7+
ms.date: 3/10/2023
88
ms.topic: reference
99
ms.service: azure-maps
1010
services: azure-maps
@@ -16,6 +16,55 @@ 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)
20+
21+
#### Installation (3.0.0-preview.4)
22+
23+
The preview is available on [npm][3.0.0-preview.4] and CDN.
24+
25+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.4]
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.4/atlas.min.css" rel="stylesheet" />
31+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.4/atlas.min.js"></script>
32+
```
33+
34+
#### New features (3.0.0-preview.4)
35+
36+
- Extended map coverage in China, Japan, and Korea.
37+
38+
- Preview of refreshed map styles (Road / Night / Hybrid / Gray Scale Dark / Gray Scale Light / Terra / High Contrast Dark / High Contrast Light).
39+
40+
- More details on roads/building footprints/trails coverage.
41+
42+
- Wider zoom level ranges (1~21) for the Terra style.
43+
44+
- Greater details on public transit including ferries, metros, and bus stops.
45+
46+
- Additional information about the altitude of mountains and the location of waterfalls.
47+
48+
#### Changes (3.0.0-preview.4)
49+
50+
- Traffic data now only support relative mode.
51+
52+
- Deprecated `showBuildingModels` in [StyleOptions].
53+
54+
- Changed the default `minZoom` from -2 to 1.
55+
56+
#### Bug fixes (3.0.0-preview.4)
57+
58+
- Cleaned up various memory leaks in [Map.dispose()].
59+
60+
- Improved style picker's tab navigation for accessibility in list layout.
61+
62+
- Optimized style switching by avoiding deep cloning objects.
63+
64+
- Fixed an exception that occurred in [SourceManager] when style switching with sources that weren't vector or raster.
65+
66+
- **\[BREAKING\]** Previously `sourceadded` events are only emitted if new sources are added to the style. Now `sourceremoved` / `sourceadded` events are emitted when the new source and the original source in the current style aren't equal, even if they have the same source ID.
67+
1968
### [3.0.0-preview.3] (February 2, 2023)
2069

2170
#### Installation (3.0.0-preview.3)
@@ -43,7 +92,7 @@ The preview is available on [npm][3.0.0-preview.3] and CDN.
4392

4493
#### Bug fixes (3.0.0-preview.3)
4594

46-
- Fixed issue in [language mapping], now `zh-Hant-TW` will no longer revert back to `en-US`.
95+
- Fixed issue in [language mapping], now `zh-Hant-TW` no longer reverts back to `en-US`.
4796

4897
- Fixed the inability to switch between [user regions (view)].
4998

@@ -108,6 +157,14 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
108157

109158
## v2 (latest)
110159

160+
### [2.2.4]
161+
162+
#### Bug fixes (2.2.4)
163+
164+
- Cleaned up various memory leaks in [Map.dispose()].
165+
166+
- Improved style picker's tab navigation for accessibility in list layout.
167+
111168
### [2.2.3]
112169

113170
#### New features (2.2.3)
@@ -116,7 +173,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
116173

117174
#### Bug fixes (2.2.3)
118175

119-
- Fixed issue in [language mapping], now `zh-Hant-TW` will no longer revert back to `en-US`.
176+
- Fixed issue in [language mapping], now `zh-Hant-TW` no longer reverts back to `en-US`.
120177

121178
- Fixed the inability to switch between [user regions (view)].
122179

@@ -159,22 +216,26 @@ Stay up to date on Azure Maps:
159216
> [!div class="nextstepaction"]
160217
> [Azure Maps Blog]
161218
219+
[3.0.0-preview.4]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
162220
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
163221
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
164222
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
223+
[2.2.4]: https://www.npmjs.com/package/azure-maps-control/v/2.2.4
165224
[2.2.3]: https://www.npmjs.com/package/azure-maps-control/v/2.2.3
166225
[2.2.2]: https://www.npmjs.com/package/azure-maps-control/v/2.2.2
167226
[Azure AD]: ../active-directory/develop/v2-overview.md
168227
[adal-angular]: https://github.com/AzureAD/azure-activedirectory-library-for-js
169228
[@azure/msal-browser]: https://github.com/AzureAD/microsoft-authentication-library-for-js
170229
[migration guide]: ../active-directory/develop/msal-compare-msal-js-and-adal-js.md
171230
[CameraBoundsOptions]: /javascript/api/azure-maps-control/atlas.cameraboundsoptions?view=azure-maps-typescript-latest
231+
[Map.dispose()]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-dispose
172232
[Map.setCamera(options)]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-setcamera
173233
[language mapping]: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-maps/supported-languages.md#azure-maps-supported-languages
174234
[user regions (view)]: /javascript/api/azure-maps-control/atlas.styleoptions?view=azure-maps-typescript-latest#azure-maps-control-atlas-styleoptions-view
175235
[ImageSpriteManager.add()]: /javascript/api/azure-maps-control/atlas.imagespritemanager?view=azure-maps-typescript-latest#azure-maps-control-atlas-imagespritemanager-add
176236
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
177237
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
238+
[SourceManager]: /javascript/api/azure-maps-control/atlas.sourcemanager
178239
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
179240
[TrafficControlOptions]: /javascript/api/azure-maps-control/atlas.trafficcontroloptions
180241
[Azure Maps Samples]: https://samples.azuremaps.com

0 commit comments

Comments
 (0)