Skip to content

Commit f1bc804

Browse files
Merge pull request #266706 from andykao1213/websdk-Feb-release
[Azure Map] Web SDK Feb Release
2 parents 83fddc5 + d660e42 commit f1bc804

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

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

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

1717
## v3 (latest)
1818

19+
### [3.1.2] (February 22, 2024)
20+
21+
#### New features (3.1.2)
22+
23+
- Added `fillAntialias` option to `PolygonLayer` for enabling MSAA on polygon fills.
24+
25+
#### Other changes (3.1.2)
26+
27+
- Update the feedback icon and link.
28+
1929
### [3.1.1] (January 26, 2024)
2030

2131
#### New features (3.1.1)
@@ -397,6 +407,17 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
397407

398408
## v2
399409

410+
### [2.3.7] (February 22, 2024)
411+
412+
#### New features (2.3.7)
413+
414+
- Added `fillAntialias` option to `PolygonLayer` for enabling MSAA on polygon fills.
415+
- Added a new option, `enableAccessibilityLocationFallback`, to enable or disable reverse-geocoding API fallback for accessibility (screen reader).
416+
417+
#### Other changes (2.3.7)
418+
419+
- Update the feedback icon and link.
420+
400421
### [2.3.6] (January 12, 2024)
401422

402423
#### New features (2.3.6)
@@ -558,6 +579,7 @@ Stay up to date on Azure Maps:
558579
> [!div class="nextstepaction"]
559580
> [Azure Maps Blog]
560581
582+
[3.1.2]: https://www.npmjs.com/package/azure-maps-control/v/3.1.2
561583
[3.1.1]: https://www.npmjs.com/package/azure-maps-control/v/3.1.1
562584
[3.1.0]: https://www.npmjs.com/package/azure-maps-control/v/3.1.0
563585
[3.0.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.3
@@ -574,6 +596,7 @@ Stay up to date on Azure Maps:
574596
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
575597
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
576598
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
599+
[2.3.7]: https://www.npmjs.com/package/azure-maps-control/v/2.3.7
577600
[2.3.6]: https://www.npmjs.com/package/azure-maps-control/v/2.3.6
578601
[2.3.5]: https://www.npmjs.com/package/azure-maps-control/v/2.3.5
579602
[2.3.4]: https://www.npmjs.com/package/azure-maps-control/v/2.3.4

articles/azure-maps/release-notes-spatial-module.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ services: azure-maps
1414

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

17+
## [0.1.8] (February 22 2024)
18+
19+
### Bug fixes (0.1.8)
20+
21+
- Fix issue while processing replacement character when it doesn't have the expected binary code in spatial data.
22+
1723
## [0.1.7]
1824

19-
#### New features (0.1.7)
25+
### New features (0.1.7)
2026

2127
- Introduced a new customization option, `bubbleRadiusFactor`, to enable users to adjust the default multiplier for the bubble radius in a SimpleDataLayer.
2228

@@ -55,6 +61,7 @@ Stay up to date on Azure Maps:
5561
> [Azure Maps Blog]
5662
5763
[WmsClient.getFeatureInfoHtml]: /javascript/api/azure-maps-spatial-io/atlas.io.ogc.wfsclient#azure-maps-spatial-io-atlas-io-ogc-wfsclient-getfeatureinfo
64+
[0.1.8]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.8
5865
[0.1.7]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.7
5966
[0.1.6]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.6
6067
[0.1.5]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.5

0 commit comments

Comments
 (0)