@syncfusion/ej2-maps 20.3.47 → 20.3.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,25 @@
10
10
 
11
11
  ### Maps
12
12
 
13
+ #### Bug Fixes
14
+
15
+ - `#I413909` - When the highlight is removed from the interactive legend, the opacity of the corresponding shape is now properly maintained.
16
+ - `#I412101` - `shapeHighlight` event will now trigger properly.
17
+ - `#I411790` - `zoomByPosition` method will now work properly in the online map providers.
18
+ - `#I401870` - The fixes for the styles, related to the Content Security Policy (CSP), are included.
19
+
20
+ ## 20.3.49 (2022-10-11)
21
+
22
+ ### Maps
23
+
24
+ #### Bug Fixes
25
+
26
+ - `#I408673` - Data labels will now render properly when the values from `shapeDataPath` and `shapePropertyPath` are numbers.
27
+
28
+ ## 20.3.47 (2022-09-29)
29
+
30
+ ### Maps
31
+
13
32
  #### Breaking Changes
14
33
 
15
34
  - The `click` event is deprecated because it is triggered twice in the Angular application. The reason for this is that in Angular, the native `click` event is triggered first, followed by the `click` event available on Maps. To address this, we introduced a `onclick` event for the same functionality, which will now only trigger once.
@@ -459,4 +478,4 @@ The Maps control is used to visualize the geographical data. It is used to repre
459
478
  - **Data Labels** - Supports data label to provide additional information about the shapes.
460
479
  - **Navigation Lines** - Lines can be rendered between various points in map.
461
480
  - **Annotations** - Supports placing any HTML element on desired location in the map.
462
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
481
+ - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.