You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
+
19
68
### [3.0.0-preview.3] (February 2, 2023)
20
69
21
70
#### Installation (3.0.0-preview.3)
@@ -43,7 +92,7 @@ The preview is available on [npm][3.0.0-preview.3] and CDN.
43
92
44
93
#### Bug fixes (3.0.0-preview.3)
45
94
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`.
47
96
48
97
- Fixed the inability to switch between [user regions (view)].
49
98
@@ -108,6 +157,14 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
108
157
109
158
## v2 (latest)
110
159
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
+
111
168
### [2.2.3]
112
169
113
170
#### New features (2.2.3)
@@ -116,7 +173,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
116
173
117
174
#### Bug fixes (2.2.3)
118
175
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`.
120
177
121
178
- Fixed the inability to switch between [user regions (view)].
122
179
@@ -159,22 +216,26 @@ Stay up to date on Azure Maps:
[user regions (view)]: /javascript/api/azure-maps-control/atlas.styleoptions?view=azure-maps-typescript-latest#azure-maps-control-atlas-styleoptions-view
0 commit comments