diff --git a/articles/azure-maps/release-notes-drawing-tools-module.md b/articles/azure-maps/release-notes-drawing-tools-module.md index 3b47f1f6037e7..93b59fbefc138 100644 --- a/articles/azure-maps/release-notes-drawing-tools-module.md +++ b/articles/azure-maps/release-notes-drawing-tools-module.md @@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps description: Release notes for the Azure Maps Drawing Tools Module. author: sinnypan ms.author: sipa -ms.date: 11/07/2024 +ms.date: 12/15/2025 ms.topic: reference ms.service: azure-maps ms.subservice: web-sdk @@ -14,6 +14,16 @@ ms.subservice: web-sdk This document contains information about new features and other changes to the Azure Maps Drawing Tools Module. +## [2.0.0] (CDN: December 15, 2025, npm: TBD) + +### Breaking Changes + +- Aligned the behavior of edit operations with drawing operations. The `drawingchanging` events now fire continuously during editing, and the `drawingchanged` event fires when the operation completes. + +### Bug fixes + +- Fixed an intermittent console error that occurred when resizing shapes. + ## [1.0.5] (CDN: November 4, 2024, npm: November 7) ### Bug fixes diff --git a/articles/azure-maps/release-notes-map-control.md b/articles/azure-maps/release-notes-map-control.md index 799411a9a0927..3e6b02e442cd1 100644 --- a/articles/azure-maps/release-notes-map-control.md +++ b/articles/azure-maps/release-notes-map-control.md @@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps description: Release notes for the Azure Maps Web SDK. author: sinnypan ms.author: sipa -ms.date: 10/22/2025 +ms.date: 12/15/2025 ms.topic: reference ms.service: azure-maps ms.subservice: web-sdk @@ -16,6 +16,31 @@ This document contains information about new features and other changes to the M ## v3 (latest) +### [3.7.2] (CDN: December 15, 2025, npm: TBD) + +#### New features +- Added support for the following languages: + - Basque (eu-ES) + - Catalan (ca-ES) + - Croatian (hr-HR) + - Estonian (et-EE) + - Galician (gl-ES) + - Hebrew (he-IL) + - Hindi (hi-IN) + - Japanese (ja-JP) + - Kazakh (kk-KZ) + - Latvian (lv-LV) + - Romanian (ro-RO) + - Serbian (Cyrillic) (sr-CYRL-RS) + - Serbian (Latin) (sr-LATN-RS) + - Ukrainian (uk-UA) + - Vietnamese (vi-VN) + +#### Bug fixes +- Fixed an issue where custom markers (user images) of Symbol layer would disappear from the map after switching the map style. +- Resolved an issue on touch devices where the Style Picker control required a double-tap to activate instead of a single tap. +- Fixed type definition errors to ensure smoother compilation in strict TypeScript environments. + ### [3.7.1] (CDN: October 20, 2025, npm: October 22, 2025) #### New features