Skip to content

Commit da207a8

Browse files
author
Scott Kang
committed
release note for 2.2.4 / preview.4
1 parent 82f1f06 commit da207a8

File tree

1 file changed

+54
-3
lines changed

1 file changed

+54
-3
lines changed

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

Lines changed: 54 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,47 @@ 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+
- A sneak peek of the updated map designs.
39+
40+
- More details on roads/building footprints/trails coverage.
41+
42+
- Wider zoom level ranges (1~21) for the Terra style.
43+
44+
#### Changes (3.0.0-preview.4)
45+
46+
- Deprecated `absolute` and `relative-delay` flow types in [TrafficControlOptions]. Use `relative` instead.
47+
48+
- Deprecated `showBuildingModels` in [StyleOptions].
49+
50+
- Changed the default `minZoom` from -2 to 1.
51+
52+
#### Bug fixes (3.0.0-preview.4)
53+
54+
- Cleaned up various memory leaks in [Map.dispose()].
55+
56+
- Fixed an exception that occurred in [SourceManager] when style switching with sources that weren't vector or raster.
57+
58+
- **\[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.
59+
1960
### [3.0.0-preview.3] (February 2, 2023)
2061

2162
#### Installation (3.0.0-preview.3)
@@ -43,7 +84,7 @@ The preview is available on [npm][3.0.0-preview.3] and CDN.
4384

4485
#### Bug fixes (3.0.0-preview.3)
4586

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

4889
- Fixed the inability to switch between [user regions (view)].
4990

@@ -108,6 +149,12 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
108149

109150
## v2 (latest)
110151

152+
### [2.2.4]
153+
154+
#### Bug fixes (2.2.4)
155+
156+
- Cleaned up various memory leaks in [Map.dispose()].
157+
111158
### [2.2.3]
112159

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

117164
#### Bug fixes (2.2.3)
118165

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

121168
- Fixed the inability to switch between [user regions (view)].
122169

@@ -159,22 +206,26 @@ Stay up to date on Azure Maps:
159206
> [!div class="nextstepaction"]
160207
> [Azure Maps Blog]
161208
209+
[3.0.0-preview.4]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
162210
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
163211
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
164212
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
213+
[2.2.4]: https://www.npmjs.com/package/azure-maps-control/v/2.2.4
165214
[2.2.3]: https://www.npmjs.com/package/azure-maps-control/v/2.2.3
166215
[2.2.2]: https://www.npmjs.com/package/azure-maps-control/v/2.2.2
167216
[Azure AD]: ../active-directory/develop/v2-overview.md
168217
[adal-angular]: https://github.com/AzureAD/azure-activedirectory-library-for-js
169218
[@azure/msal-browser]: https://github.com/AzureAD/microsoft-authentication-library-for-js
170219
[migration guide]: ../active-directory/develop/msal-compare-msal-js-and-adal-js.md
171220
[CameraBoundsOptions]: /javascript/api/azure-maps-control/atlas.cameraboundsoptions?view=azure-maps-typescript-latest
221+
[Map.dispose()]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-dispose
172222
[Map.setCamera(options)]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-setcamera
173223
[language mapping]: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-maps/supported-languages.md#azure-maps-supported-languages
174224
[user regions (view)]: /javascript/api/azure-maps-control/atlas.styleoptions?view=azure-maps-typescript-latest#azure-maps-control-atlas-styleoptions-view
175225
[ImageSpriteManager.add()]: /javascript/api/azure-maps-control/atlas.imagespritemanager?view=azure-maps-typescript-latest#azure-maps-control-atlas-imagespritemanager-add
176226
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
177227
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
228+
[SourceManager]: /javascript/api/azure-maps-control/atlas.sourcemanager
178229
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
179230
[TrafficControlOptions]: /javascript/api/azure-maps-control/atlas.trafficcontroloptions
180231
[Azure Maps Samples]: https://samples.azuremaps.com

0 commit comments

Comments
 (0)