@syncfusion/ej2-base 20.1.47 → 20.1.48
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 +9 -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 +5 -3
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +5 -3
- 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 -57
- package/src/component.js +3 -1
- package/src/util.d.ts +1 -1
- package/src/util.js +1 -1
- package/src/validate-lic.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `I374390` - Resolved window undefined in server side rendering with React next JS.
|
|
10
|
+
|
|
11
|
+
## 20.1.47 (2022-04-04)
|
|
12
|
+
|
|
13
|
+
### Common
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `I324684` - Resolved the `Treeview` check box issues in safari browser.
|
|
18
|
+
- `I342741`, `F172105`, `SF-365783`, `F172867`, `SF-367588`, `SF-358914` - Provided the `draggable` support for the mobile and touch devices.
|
|
10
19
|
|
|
11
20
|
## 17.4.51 (2020-02-25)
|
|
12
21
|
|