@syncfusion/ej2-schedule 22.2.8 → 22.2.12

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 CHANGED
@@ -4,19 +4,36 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
- - `#I478902` - Performance issue in calculating scrollbar width has been fixed.
7
+ #### Bug fixes
8
+
9
+ - `#I492172` - An issue with recurrence exception not calculated based on scheduler timezone has been fixed.
10
+ - `#I490434` - An issue with current time indicator positioned wrongly when header rows is applied in timeline views has been fixed.
11
+ - `#I497178` - An issue with quick popup opens for unselected resource cells has been fixed.
12
+
13
+ ## 22.2.11 (2023-08-29)
14
+
15
+ ### Schedule
16
+
17
+ #### Bug fixes
18
+
19
+ - `#I488001` - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.
8
20
 
9
21
  ## 22.2.5 (2023-07-27)
10
22
 
11
23
  ### Schedule
12
24
 
25
+ #### Bug fixes
26
+
13
27
  - `#I480473` - An issue with "Role not inside the required context" accessibility issue in the Schedule component's recurrence editor has been fixed.
14
28
  - `#I474091` - The issue of duplicate events being created after changing the recurrence of certain events has been fixed.
29
+ - `#I478902` - Performance issue in calculating scrollbar width has been fixed.
15
30
 
16
31
  ## 22.1.38 (2023-07-11)
17
32
 
18
33
  ### Schedule
19
34
 
35
+ #### Bug fixes
36
+
20
37
  - `#F182714` - An issue with Escape key will prevent the cell selection when `allowInline` property enabled has been fixed.
21
38
 
22
39
  ## 22.1.34 (2023-06-21)