@syncfusion/ej2-maps 21.1.41 → 21.2.4
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 +8 -0
- package/dist/ej2-maps.min.js +2 -2
- package/dist/ej2-maps.umd.min.js +2 -2
- package/dist/ej2-maps.umd.min.js.map +1 -1
- package/dist/es6/ej2-maps.es2015.js +11 -8
- package/dist/es6/ej2-maps.es2015.js.map +1 -1
- package/dist/es6/ej2-maps.es5.js +11 -8
- package/dist/es6/ej2-maps.es5.js.map +1 -1
- package/dist/global/ej2-maps.min.js +2 -2
- package/dist/global/ej2-maps.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/maps/user-interaction/tooltip.js +11 -8
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
#### Bug fixes
|
|
14
14
|
|
|
15
|
+
- `#F181587` - The click event will now be properly triggered in the button element in the tooltip template.
|
|
16
|
+
|
|
17
|
+
## 21.1.41 (2023-04-18)
|
|
18
|
+
|
|
19
|
+
### Maps
|
|
20
|
+
|
|
21
|
+
#### Bug fixes
|
|
22
|
+
|
|
15
23
|
- `#I441762` - The position of the data labels will now be proper when the `geometryType` is set as **Normal**.
|
|
16
24
|
|
|
17
25
|
## 21.1.38 (2023-04-04)
|