Skip to content

Commit 546dda5

Browse files
authored
release notes for 3.0.0-preview.10
1 parent 4513485 commit 546dda5

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

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

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

1717
## v3 (preview)
1818

19+
### [3.0.0-preview.10] (July 11, 2023)
20+
21+
#### Bug fixes (3.0.0-preview.10)
22+
23+
- Dynamic pixel ratio fixed in underlying maplibre-gl dependency.
24+
25+
- Fixed an issue where `sortKey`, `radialOffset`, `variableAnchor` is not applied when used in `SymbolLayer` options.
26+
27+
#### Installation (3.0.0-preview.10)
28+
29+
The preview is available on [npm][3.0.0-preview.10] and CDN.
30+
31+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.10]
32+
33+
- **CDN:** Reference the following CSS and JavaScript in the `<head>` element of an HTML file:
34+
35+
```html
36+
<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.10/atlas.min.css" rel="stylesheet" />
37+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.10/atlas.min.js"></script>
38+
```
39+
1940
### [3.0.0-preview.9] (June 27, 2023)
2041

2142
#### New features (3.0.0-preview.9)
@@ -24,11 +45,11 @@ This document contains information about new features and other changes to the M
2445

2546
- Elevation APIs: `atlas.sources.ElevationTileSource`, `map.enableElevation(elevationSource, options)`, `map.disableElevation()`
2647

27-
- ability to customize maxPitch / minPitch in `CameraOptions`
48+
- Ability to customize maxPitch / minPitch in `CameraOptions`
2849

2950
#### Bug fixes (3.0.0-preview.9)
3051

31-
- fixed an issue where accessibility-related duplicated DOM elements may result when `map.setServiceOptions` is called
52+
- Fixed an issue where accessibility-related duplicated DOM elements may result when `map.setServiceOptions` is called
3253

3354
#### Installation (3.0.0-preview.9)
3455

@@ -403,6 +424,7 @@ Stay up to date on Azure Maps:
403424
> [!div class="nextstepaction"]
404425
> [Azure Maps Blog]
405426
427+
[3.0.0-preview.10]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
406428
[3.0.0-preview.9]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
407429
[3.0.0-preview.8]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
408430
[3.0.0-preview.7]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.7

0 commit comments

Comments
 (0)