@syncfusion/ej2-react-schedule 20.3.57 → 20.3.61

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
@@ -6,9 +6,26 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
- `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
10
- `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
9
+ - `#F178034` - An issue with event template is not applied in print window has been fixed.
11
10
 
11
+ ## 20.3.58 (2022-11-22)
12
+
13
+ ### Schedule
14
+
15
+ #### Bug fixes
16
+
17
+ - `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
18
+
19
+ - `#I420462` - Script error throws when changing the resource in mobile mode has been fixed.
20
+
21
+ ## 20.3.57 (2022-11-15)
22
+
23
+ ### Schedule
24
+
25
+ #### Bug fixes
26
+
27
+ - `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
28
+ - `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
12
29
 
13
30
  ## 20.3.56 (2022-11-08)
14
31
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.min.js
3
- * version : 20.3.57
3
+ * version : 20.3.61
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.umd.min.js
3
- * version : 20.3.57
3
+ * version : 20.3.61
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-schedule@*",
3
- "_id": "@syncfusion/ej2-react-schedule@20.3.56",
3
+ "_id": "@syncfusion/ej2-react-schedule@20.3.58",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-BN/+DkWsEtx4BwIZjByD5vp4KNlJndPLQCt3nm7J58sACPNkpYikgZRDcBIe3tRXXTL+PlNDbLRvZnqVh1YOgA==",
5
+ "_integrity": "sha512-XsEG9giFwUq0KUWMRIwdwlTkZx83BScK1PFQugRtw0lW93w6ayBZ2XDXpCeWrrSB6/IqTBX1WMjiN8ZXPsT8iA==",
6
6
  "_location": "/@syncfusion/ej2-react-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.3.56.tgz",
23
- "_shasum": "f5f81299fd2f833ff013a45f31d41ca356faaa28",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.3.58.tgz",
23
+ "_shasum": "d6e3c6b8156115427849d932f3e4043ef6812360",
24
24
  "_spec": "@syncfusion/ej2-react-schedule@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~20.3.56",
35
35
  "@syncfusion/ej2-react-base": "~20.3.56",
36
- "@syncfusion/ej2-schedule": "20.3.57"
36
+ "@syncfusion/ej2-schedule": "20.3.61"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
72
72
  },
73
- "version": "20.3.57",
73
+ "version": "20.3.61",
74
74
  "sideEffects": false
75
75
  }