@syncfusion/ej2-base 20.1.56 → 20.1.61
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 +22 -0
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +14 -2
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +14 -2
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +21 -18
- package/src/component-model.d.ts +1 -1
- package/src/component.js +4 -4
- package/src/draggable.js +12 -0
- package/src/sanitize-helper.js +1 -1
- package/src/util.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Common
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#F173517` - "The Chart with ngFor data binding is not working" issue has been resolved.
|
|
10
|
+
|
|
11
|
+
## 20.1.60 (2022-06-14)
|
|
12
|
+
|
|
13
|
+
### Common
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `SF-372767`, `SF-370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
|
|
18
|
+
|
|
19
|
+
## 20.1.56 (2022-05-17)
|
|
20
|
+
|
|
21
|
+
### Common
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
|
|
26
|
+
|
|
5
27
|
## 20.1.55 (2022-05-12)
|
|
6
28
|
|
|
7
29
|
### Common
|