@syncfusion/ej2-base 20.1.50 → 20.1.57
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 +18 -0
- package/{README.md → ReadMe.md} +1 -1
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +4 -4
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +4 -4
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +158 -143
- package/src/browser.js +3 -3
- 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
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 20.1.56 (2022-05-17)
|
|
6
|
+
|
|
7
|
+
### Common
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
|
|
12
|
+
|
|
13
|
+
## 20.1.55 (2022-05-12)
|
|
14
|
+
|
|
15
|
+
### Common
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `SF-376600` - The issue with "`IsDevice` value return as false only for Safari browser in iPad" has been resolved.
|
|
20
|
+
|
|
21
|
+
## 20.1.50 (2022-04-19)
|
|
22
|
+
|
|
5
23
|
### Common
|
|
6
24
|
|
|
7
25
|
#### Bug Fixes
|
package/{README.md → ReadMe.md}
RENAMED
|
@@ -97,5 +97,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-base/blob/mast
|
|
|
97
97
|
|
|
98
98
|
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes?utm_source=npm&utm_campaign=ej2-base)
|
|
99
99
|
|
|
100
|
-
© Copyright
|
|
100
|
+
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
|
|
101
101
|
The Syncfusion Essential Studio license and copyright applies to this distribution.
|