@syncfusion/ej2-schedule 21.1.39 → 21.2.3

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
@@ -2,12 +2,25 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 21.1.41 (2023-04-18)
6
+
7
+ ### Schedule
8
+
9
+ #### Bug fixes
10
+
11
+ - `#I449384` - An issue with the numeric textbox inside the `editorTemplate` has been fixed.
12
+ - `#I454841`, `#I455215` - An issue with the appointment subject, quick info popup subject, and description values doesn't show in HTML format has been fixed.
13
+ - `#I451218` - An issue with the clone element was hidden while dragging when the `eventDragArea` property is enabled has been fixed.
14
+
15
+ ## 21.1.39 (2023-04-11)
16
+
5
17
  ### Schedule
6
18
 
7
19
  #### Bug fixes
8
20
 
9
21
  - `#I425939` - Schedule virtual scrolling appointment rendering performance improved.
10
22
  - `#F181250` - Schedule layout rendering performance improved with `timezone` property.
23
+ - `#I328355`, `#I449137` - Provided support to bind methods in `JS` way for the Schedule events in the `print` method `printOptions`.
11
24
 
12
25
  ## 21.1.38 (2023-04-04)
13
26