@syncfusion/ej2-vue-schedule 19.4.52 → 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-vue-schedule.umd.min.js +2 -2
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +14 -8
- package/styles/bootstrap-dark.css +9 -1
- package/styles/bootstrap.css +9 -1
- package/styles/bootstrap4.css +9 -1
- package/styles/bootstrap5-dark.css +9 -1
- package/styles/bootstrap5.css +9 -1
- package/styles/fabric-dark.css +9 -1
- package/styles/fabric.css +9 -1
- package/styles/highcontrast-light.css +9 -1
- package/styles/highcontrast.css +9 -1
- package/styles/material-dark.css +9 -1
- package/styles/material.css +9 -1
- package/styles/schedule/bootstrap-dark.css +9 -1
- package/styles/schedule/bootstrap.css +9 -1
- package/styles/schedule/bootstrap4.css +9 -1
- package/styles/schedule/bootstrap5-dark.css +9 -1
- package/styles/schedule/bootstrap5.css +9 -1
- package/styles/schedule/fabric-dark.css +9 -1
- package/styles/schedule/fabric.css +9 -1
- package/styles/schedule/highcontrast-light.css +9 -1
- package/styles/schedule/highcontrast.css +9 -1
- package/styles/schedule/material-dark.css +9 -1
- package/styles/schedule/material.css +9 -1
- package/styles/schedule/tailwind-dark.css +9 -1
- package/styles/schedule/tailwind.css +9 -1
- package/styles/tailwind-dark.css +9 -1
- package/styles/tailwind.css +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.55 (2022-03-08)
|
|
6
|
+
|
|
7
|
+
### Schedule
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#SF-368002` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
|
|
12
|
+
- `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
|
|
13
|
+
|
|
5
14
|
## 19.4.50 (2022-02-08)
|
|
6
15
|
|
|
7
16
|
### Schedule
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-schedule.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-schedule.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.2.55
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|