@@ -16,6 +16,22 @@ This document contains information about new features and other changes to the M
16
16
17
17
## v3 (latest)
18
18
19
+ ### [ 3.0.1] (October 6, 2023)
20
+
21
+ #### Bug fixes (3.0.1)
22
+
23
+ - Various accessibility improvements.
24
+
25
+ - Resolved the issue with dynamic attribution when progressive loading is enabled.
26
+
27
+ - Fixed missing event names in ` HtmlMarkerEvents ` .
28
+
29
+ #### Other changes (3.0.1)
30
+
31
+ - Modified member methods to be protected for the zoom, pitch, and compass controls.
32
+
33
+ - Telemetry is disabled by default in the Azure Government cloud.
34
+
19
35
### [ 3.0.0] (August 18, 2023)
20
36
21
37
#### Bug fixes (3.0.0)
@@ -334,6 +350,12 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
334
350
335
351
## v2
336
352
353
+ ### [ 2.3.3] (October 6, 2023)
354
+
355
+ #### Bug fixes (2.3.3)
356
+
357
+ - Resolved the issue with dynamic attribution when progressive loading is enabled.
358
+
337
359
### [ 2.3.2] (August 11, 2023)
338
360
339
361
#### Bug fixes (2.3.2)
@@ -463,6 +485,7 @@ Stay up to date on Azure Maps:
463
485
> [ !div class="nextstepaction"]
464
486
> [ Azure Maps Blog]
465
487
488
+ [ 3.0.1 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.1
466
489
[ 3.0.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0
467
490
[ 3.0.0-preview.10 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
468
491
[ 3.0.0-preview.9 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
@@ -474,6 +497,7 @@ Stay up to date on Azure Maps:
474
497
[ 3.0.0-preview.3 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
475
498
[ 3.0.0-preview.2 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
476
499
[ 3.0.0-preview.1 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
500
+ [ 2.3.3 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.3
477
501
[ 2.3.2 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.2
478
502
[ 2.3.1 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.1
479
503
[ 2.3.0 ] : https://www.npmjs.com/package/azure-maps-control/v/2.3.0
0 commit comments