@syncfusion/ej2-schedule 19.4.40 → 19.4.41
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 +11 -1
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +58 -42
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +58 -42
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -9
- package/src/schedule/actions/drag.js +1 -1
- package/src/schedule/actions/resize.js +44 -37
- package/src/schedule/base/css-constant.d.ts +6 -0
- package/src/schedule/base/css-constant.js +6 -0
- package/src/schedule/event-renderer/month.js +2 -1
- package/src/schedule/renderer/header-renderer.js +1 -1
- package/src/schedule/renderer/view-base.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
|
|
10
|
+
- `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
|
|
11
|
+
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
12
|
+
- `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
|
|
13
|
+
|
|
14
|
+
## 19.4.40 (2021-12-28)
|
|
15
|
+
|
|
16
|
+
### Schedule
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
10
21
|
|
|
11
22
|
## 19.4.38 (2021-12-17)
|
|
@@ -22,7 +33,6 @@
|
|
|
22
33
|
#### Bug Fixes
|
|
23
34
|
|
|
24
35
|
- `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
|
|
25
|
-
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
26
36
|
|
|
27
37
|
## 19.3.55 (2021-11-23)
|
|
28
38
|
|