File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ services: azure-maps
14
14
15
15
This document contains information about new features and other changes to the Azure Maps Drawing Tools Module.
16
16
17
+ ## [ 1.0.4] (Aug 8, 2024)
18
+
19
+ ### Bug fixes (1.0.4)
20
+
21
+ - Fix source not synced in DrawingManager after a style change.
22
+
17
23
## [ 1.0.3]
18
24
19
25
### Other changes (1.0.3)
@@ -41,6 +47,7 @@ Stay up to date on Azure Maps:
41
47
> [ Azure Maps Blog]
42
48
43
49
50
+ [ 1.0.4 ] : https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.4
44
51
[ 1.0.3 ] : https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.3
45
52
[ 1.0.2 ] : https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.2
46
53
[ Azure Maps Drawing Tools Samples ] : https://samples.azuremaps.com/?search=Drawing
Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ This document contains information about new features and other changes to the M
16
16
17
17
## v3 (latest)
18
18
19
+ ### [ 3.3.0] (Aug 8, 2024)
20
+
21
+ #### New features (3.3.0)
22
+ - Update the Copyright control
23
+ - Make the copyright text smaller and ensure it fits on one line.
24
+ - Use different types of Microsoft logos for different CSS themes to improve visibility.
25
+ - Implement RWD to hide part of the component (MS logo) when the map canvas is relatively small.
26
+ - Enhance base layer class by adding abstract ` getOptions ` and ` setOptions ` functions.
27
+
28
+ #### Bug fixes (3.3.0)
29
+ - Skip existing sources when copying user layers.
30
+ - ** \[ BREAKING\] ** Address the incorrect ordering of latitude and longitude values in ` Position.fromLatLng() ` .
31
+ - Fix hidden accessible element visible issue on control buttons.
32
+
19
33
### [ 3.2.1] (May 13, 2024)
20
34
21
35
#### New features (3.2.1)
@@ -602,6 +616,7 @@ Stay up to date on Azure Maps:
602
616
> [ !div class="nextstepaction"]
603
617
> [ Azure Maps Blog]
604
618
619
+ [ 3.3.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.3.0
605
620
[ 3.2.1 ] : https://www.npmjs.com/package/azure-maps-control/v/3.2.1
606
621
[ 3.2.0 ] : https://www.npmjs.com/package/azure-maps-control/v/3.2.0
607
622
[ 3.1.2 ] : https://www.npmjs.com/package/azure-maps-control/v/3.1.2
You can’t perform that action at this time.
0 commit comments