Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion articles/azure-maps/release-notes-drawing-tools-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
27 changes: 26 additions & 1 deletion articles/azure-maps/release-notes-map-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down