Skip to content

Commit 334479e

Browse files
Merge pull request #283565 from skyandho/websdk-release-aug2024
[Azure Maps] Release notes for Maps control 3.3.0 & Drawing tools 1.0.4
2 parents 1dadb0f + 2d3e26e commit 334479e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

articles/azure-maps/release-notes-drawing-tools-module.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ services: azure-maps
1414

1515
This document contains information about new features and other changes to the Azure Maps Drawing Tools Module.
1616

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+
1723
## [1.0.3]
1824

1925
### Other changes (1.0.3)
@@ -41,6 +47,7 @@ Stay up to date on Azure Maps:
4147
> [Azure Maps Blog]
4248
4349

50+
[1.0.4]: https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.4
4451
[1.0.3]: https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.3
4552
[1.0.2]: https://www.npmjs.com/package/azure-maps-drawing-tools/v/1.0.2
4653
[Azure Maps Drawing Tools Samples]: https://samples.azuremaps.com/?search=Drawing

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (latest)
1818

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+
1933
### [3.2.1] (May 13, 2024)
2034

2135
#### New features (3.2.1)
@@ -602,6 +616,7 @@ Stay up to date on Azure Maps:
602616
> [!div class="nextstepaction"]
603617
> [Azure Maps Blog]
604618
619+
[3.3.0]: https://www.npmjs.com/package/azure-maps-control/v/3.3.0
605620
[3.2.1]: https://www.npmjs.com/package/azure-maps-control/v/3.2.1
606621
[3.2.0]: https://www.npmjs.com/package/azure-maps-control/v/3.2.0
607622
[3.1.2]: https://www.npmjs.com/package/azure-maps-control/v/3.1.2

0 commit comments

Comments
 (0)