Skip to content

Commit 464a1db

Browse files
author
Scott Kang
committed
add more bug fixes
1 parent 96da3a3 commit 464a1db

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ The preview is available on [npm][3.0.0-preview.4] and CDN.
5353

5454
- Cleaned up various memory leaks in [Map.dispose()].
5555

56+
- Improved style picker's tab navigation for accessibility in list layout.
57+
58+
- Optimized style switching by avoiding deep cloning objects.
59+
5660
- Fixed an exception that occurred in [SourceManager] when style switching with sources that weren't vector or raster.
5761

5862
- **\[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.
@@ -155,6 +159,8 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
155159

156160
- Cleaned up various memory leaks in [Map.dispose()].
157161

162+
- Improved style picker's tab navigation for accessibility in list layout.
163+
158164
### [2.2.3]
159165

160166
#### New features (2.2.3)

0 commit comments

Comments
 (0)