@syncfusion/ej2-schedule 22.2.5 → 22.2.11
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 +15 -3
- 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 +25 -4
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +25 -4
- 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/base/util.js +5 -2
- package/src/schedule/exports/calendar-import.js +17 -1
- package/src/schedule/popups/quick-popups.js +3 -1
- package/styles/material.css +1 -1
- package/styles/recurrence-editor/material.css +1 -1
- package/styles/schedule/material.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,14 +4,26 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
`#
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I488001` - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.
|
|
10
|
+
|
|
11
|
+
## 22.2.5 (2023-07-27)
|
|
12
|
+
|
|
13
|
+
### Schedule
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
17
|
+
- `#I480473` - An issue with "Role not inside the required context" accessibility issue in the Schedule component's recurrence editor has been fixed.
|
|
18
|
+
- `#I474091` - The issue of duplicate events being created after changing the recurrence of certain events has been fixed.
|
|
19
|
+
- `#I478902` - Performance issue in calculating scrollbar width has been fixed.
|
|
10
20
|
|
|
11
21
|
## 22.1.38 (2023-07-11)
|
|
12
22
|
|
|
13
23
|
### Schedule
|
|
14
24
|
|
|
25
|
+
#### Bug fixes
|
|
26
|
+
|
|
15
27
|
- `#F182714` - An issue with Escape key will prevent the cell selection when `allowInline` property enabled has been fixed.
|
|
16
28
|
|
|
17
29
|
## 22.1.34 (2023-06-21)
|