@@ -16,6 +16,27 @@ This document contains information about new features and other changes to the M
16
16
17
17
## v3 (preview)
18
18
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
+
19
40
### [3.0.0-preview.9] (June 27, 2023)
20
41
21
42
#### New features (3.0.0-preview.9)
@@ -24,11 +45,11 @@ This document contains information about new features and other changes to the M
24
45
25
46
- Elevation APIs: `atlas.sources.ElevationTileSource`, `map.enableElevation(elevationSource, options)`, `map.disableElevation()`
26
47
27
- - ability to customize maxPitch / minPitch in ` CameraOptions `
48
+ - Ability to customize maxPitch / minPitch in `CameraOptions`
28
49
29
50
#### Bug fixes (3.0.0-preview.9)
30
51
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
32
53
33
54
#### Installation (3.0.0-preview.9)
34
55
@@ -403,6 +424,7 @@ Stay up to date on Azure Maps:
403
424
> [ !div class="nextstepaction"]
404
425
> [ Azure Maps Blog]
405
426
427
+ [ 3.0.0-preview.10 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
406
428
[ 3.0.0-preview.9 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
407
429
[ 3.0.0-preview.8 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
408
430
[ 3.0.0-preview.7 ] : https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.7
0 commit comments