@syncfusion/ej2-schedule 20.3.50 → 20.3.52
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 +13 -0
- package/dist/ej2-schedule.min.js +2 -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 +78 -29
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +79 -29
- 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 +8 -8
- package/src/common/calendar-util.js +3 -1
- package/src/schedule/actions/crud.d.ts +1 -1
- package/src/schedule/actions/crud.js +6 -1
- package/src/schedule/actions/keyboard.js +2 -0
- package/src/schedule/actions/touch.js +2 -2
- package/src/schedule/actions/virtual-scroll.js +3 -1
- package/src/schedule/base/schedule.js +4 -4
- package/src/schedule/event-renderer/event-base.js +2 -1
- package/src/schedule/event-renderer/timeline-view.d.ts +1 -0
- package/src/schedule/event-renderer/timeline-view.js +29 -12
- package/src/schedule/exports/calendar-import.d.ts +1 -0
- package/src/schedule/exports/calendar-import.js +23 -5
- package/src/schedule/popups/event-window.js +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#F177962` - An issue with displaying yearly recurrence event has been fixed.
|
|
10
|
+
- `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
|
|
11
|
+
- `#F411508` - The issue Error throws when resources with no child is selected in the Editor window has been fixed.
|
|
12
|
+
- `#I411253` - Scheduler performance issue in virtual scrolling has been fixed.
|
|
13
|
+
- `#I412237` - An issue with Delete action through keyboard not working on Schedule on the MAC OS has been fixed.
|
|
14
|
+
- `F178167` - An issue with navigation actions not working while performing swipe on the appointments in mobile mode has been fixed.
|
|
15
|
+
|
|
16
|
+
## 20.3.49 (2022-10-11)
|
|
17
|
+
|
|
18
|
+
### Schedule
|
|
19
|
+
|
|
20
|
+
#### Bug fixes
|
|
21
|
+
|
|
9
22
|
- `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
|
|
10
23
|
|
|
11
24
|
## 20.3.47 (2022-09-29)
|