@syncfusion/ej2-vue-schedule 20.3.56 → 20.3.58
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 +17 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +5 -5
- package/styles/bootstrap.css +5 -5
- package/styles/bootstrap4.css +5 -5
- package/styles/bootstrap5-dark.css +5 -5
- package/styles/bootstrap5.css +5 -5
- package/styles/fabric-dark.css +5 -5
- package/styles/fabric.css +5 -5
- package/styles/fluent-dark.css +5 -5
- package/styles/fluent.css +5 -5
- package/styles/highcontrast-light.css +5 -5
- package/styles/highcontrast.css +5 -5
- package/styles/material-dark.css +5 -5
- package/styles/material.css +5 -5
- package/styles/recurrence-editor/bootstrap-dark.css +5 -5
- package/styles/recurrence-editor/bootstrap.css +5 -5
- package/styles/recurrence-editor/bootstrap4.css +5 -5
- package/styles/recurrence-editor/bootstrap5-dark.css +5 -5
- package/styles/recurrence-editor/bootstrap5.css +5 -5
- package/styles/recurrence-editor/fabric-dark.css +5 -5
- package/styles/recurrence-editor/fabric.css +5 -5
- package/styles/recurrence-editor/fluent-dark.css +5 -5
- package/styles/recurrence-editor/fluent.css +5 -5
- package/styles/recurrence-editor/highcontrast-light.css +5 -5
- package/styles/recurrence-editor/highcontrast.css +5 -5
- package/styles/recurrence-editor/material-dark.css +5 -5
- package/styles/recurrence-editor/material.css +5 -5
- package/styles/recurrence-editor/tailwind-dark.css +5 -5
- package/styles/recurrence-editor/tailwind.css +5 -5
- package/styles/tailwind-dark.css +5 -5
- package/styles/tailwind.css +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,23 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
|
|
10
|
+
|
|
11
|
+
## 20.3.57 (2022-11-15)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
|
|
18
|
+
- `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
|
|
19
|
+
|
|
20
|
+
## 20.3.56 (2022-11-08)
|
|
21
|
+
|
|
22
|
+
### Schedule
|
|
23
|
+
|
|
24
|
+
#### Bug fixes
|
|
25
|
+
|
|
9
26
|
- `#F178302` - An issue with being unable to inline edit when using `eventTemplate` has been fixed.
|
|
10
27
|
- `#F178112` - An issue with "Misalignment occurring on zoom-in zoom-out with the scheduler" has been fixed
|
|
11
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-schedule.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.58
|
|
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
|