@syncfusion/ej2-schedule 19.3.53 → 19.3.55
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 +8 -8
- 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 +4 -4
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +3 -3
- 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/recurrence-editor/date-generator.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I347217` - An issue while using `getRecurrenceDates` method in the weekly rule option has been fixed.
|
|
10
|
+
|
|
11
|
+
## 19.3.53 (2021-11-12)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
7
15
|
#### New Features
|
|
8
16
|
|
|
9
17
|
- `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided option to render the spanned events greater than 24 hours in either `AllDayRow` region or `TimeSlot` region.
|
|
@@ -37,14 +45,6 @@
|
|
|
37
45
|
|
|
38
46
|
#### Bug Fixes
|
|
39
47
|
|
|
40
|
-
- `#I344571` - An alignment issue between the resource cells and work cells in timeline year has been fixed.
|
|
41
|
-
|
|
42
|
-
## 19.3.44 (2021-10-05)
|
|
43
|
-
|
|
44
|
-
### Schedule
|
|
45
|
-
|
|
46
|
-
#### Bug Fixes
|
|
47
|
-
|
|
48
48
|
- `#FB29036` - An issue with the `renderCell` event arguments as `resourceGroupCells` has been fixed in the timeline year view with resources.
|
|
49
49
|
- `#I339839` - An issue with the scheduler resize action is not working properly in timeline month has been fixed.
|
|
50
50
|
- `#F168909` - The scheduler agenda view throws script error on multilevel resources grouping has been fixed.
|