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
+
- 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
+
19
60
### [3.0.0-preview.3] (February 2, 2023)
20
61
21
62
#### Installation (3.0.0-preview.3)
@@ -43,7 +84,7 @@ The preview is available on [npm][3.0.0-preview.3] and CDN.
43
84
44
85
#### Bug fixes (3.0.0-preview.3)
45
86
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`.
47
88
48
89
- Fixed the inability to switch between [user regions (view)].
49
90
@@ -108,6 +149,12 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
108
149
109
150
## v2 (latest)
110
151
152
+
### [2.2.4]
153
+
154
+
#### Bug fixes (2.2.4)
155
+
156
+
- Cleaned up various memory leaks in [Map.dispose()].
157
+
111
158
### [2.2.3]
112
159
113
160
#### New features (2.2.3)
@@ -116,7 +163,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
116
163
117
164
#### Bug fixes (2.2.3)
118
165
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`.
120
167
121
168
- Fixed the inability to switch between [user regions (view)].
122
169
@@ -159,22 +206,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