@syncfusion/ej2-schedule 19.4.38 → 19.4.43
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 +30 -2
- 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 +74 -52
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +74 -52
- 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 +13 -13
- package/src/schedule/actions/drag.js +2 -2
- 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/base/schedule.js +1 -1
- package/src/schedule/event-renderer/event-base.d.ts +1 -1
- package/src/schedule/event-renderer/event-base.js +2 -3
- package/src/schedule/event-renderer/month.js +2 -1
- package/src/schedule/renderer/header-renderer.js +3 -2
- package/src/schedule/renderer/month.js +2 -1
- package/src/schedule/renderer/renderer.js +6 -1
- package/src/schedule/renderer/timeline-year.js +1 -1
- package/src/schedule/renderer/view-base.js +5 -3
- package/styles/bootstrap-dark.css +4 -0
- package/styles/bootstrap.css +4 -0
- package/styles/bootstrap4.css +4 -0
- package/styles/bootstrap5-dark.css +4 -0
- package/styles/bootstrap5.css +4 -0
- package/styles/fabric-dark.css +4 -0
- package/styles/fabric.css +4 -0
- package/styles/highcontrast-light.css +4 -0
- package/styles/highcontrast.css +4 -0
- package/styles/material-dark.css +4 -0
- package/styles/material.css +4 -0
- package/styles/schedule/_layout.scss +4 -0
- package/styles/schedule/bootstrap-dark.css +4 -0
- package/styles/schedule/bootstrap.css +4 -0
- package/styles/schedule/bootstrap4.css +4 -0
- package/styles/schedule/bootstrap5-dark.css +4 -0
- package/styles/schedule/bootstrap5.css +4 -0
- package/styles/schedule/fabric-dark.css +4 -0
- package/styles/schedule/fabric.css +4 -0
- package/styles/schedule/highcontrast-light.css +4 -0
- package/styles/schedule/highcontrast.css +4 -0
- package/styles/schedule/material-dark.css +4 -0
- package/styles/schedule/material.css +4 -0
- package/styles/schedule/tailwind-dark.css +4 -0
- package/styles/schedule/tailwind.css +4 -0
- package/styles/tailwind-dark.css +4 -0
- package/styles/tailwind.css +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.42 (2022-01-11)
|
|
6
|
+
|
|
7
|
+
### Schedule
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
|
|
12
|
+
|
|
13
|
+
## 19.4.41 (2022-01-04)
|
|
14
|
+
|
|
15
|
+
### Schedule
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
|
|
20
|
+
- `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
|
|
21
|
+
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
22
|
+
|
|
23
|
+
## 19.4.40 (2021-12-28)
|
|
24
|
+
|
|
25
|
+
### Schedule
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
30
|
+
|
|
31
|
+
## 19.4.38 (2021-12-17)
|
|
32
|
+
|
|
5
33
|
### Schedule
|
|
6
34
|
|
|
7
35
|
#### New Features
|
|
@@ -9,11 +37,11 @@
|
|
|
9
37
|
- `#I256450`, `#I256493`, `#I341525` - Provides support for flexible month view that starts from the beginning of the week the displayed date falls in. Also, users can set the number of weeks to be displayed in the Month view.
|
|
10
38
|
- `#FB9963`, `#I331086` - Provided an option to customize the header names when the Scheduler is exported to Excel.
|
|
11
39
|
- `#I276542`, `#F169844` - Provided support to set the minimum event duration for appointments to make the event subject easier to read.
|
|
40
|
+
- `#I335888`, `#F167194`, `#F167235`, `#F169012`, `#F169593`, `#F169647` - Provides accessibility support for timeline year views to select multiple cells for actions.
|
|
12
41
|
|
|
13
42
|
#### Bug Fixes
|
|
14
43
|
|
|
15
|
-
- `#
|
|
16
|
-
- `#T353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
44
|
+
- `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
|
|
17
45
|
|
|
18
46
|
## 19.3.55 (2021-11-23)
|
|
19
47
|
|