@syncfusion/ej2-base 20.1.55 → 20.1.60
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 +16 -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 +13 -1
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +13 -1
- 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 +6 -63
- package/src/draggable.js +12 -0
- package/src/sanitize-helper.js +1 -1
- package/styles/bootstrap-dark.css +7 -700
- package/styles/bootstrap.css +7 -700
- package/styles/bootstrap4.css +7 -584
- package/styles/bootstrap5-dark.css +8 -443
- package/styles/bootstrap5.css +8 -443
- package/styles/fabric-dark.css +7 -694
- package/styles/fabric.css +7 -694
- package/styles/fluent-dark.css +8 -443
- package/styles/fluent.css +8 -443
- package/styles/highcontrast-light.css +7 -690
- package/styles/highcontrast.css +7 -690
- package/styles/material-dark.css +7 -684
- package/styles/material.css +7 -684
- package/styles/tailwind-dark.css +8 -443
- package/styles/tailwind.css +8 -443
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,22 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `SF-372767`, `SF-370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
|
|
10
|
+
|
|
11
|
+
## 20.1.56 (2022-05-17)
|
|
12
|
+
|
|
13
|
+
### Common
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
|
|
18
|
+
|
|
19
|
+
## 20.1.55 (2022-05-12)
|
|
20
|
+
|
|
21
|
+
### Common
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `SF-376600` - The issue with "`IsDevice` value return as false only for Safari browser in iPad" has been resolved.
|
|
10
26
|
|
|
11
27
|
## 20.1.50 (2022-04-19)
|