@syncfusion/ej2-react-schedule 20.4.38 → 20.4.42

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,6 +4,16 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I426228` - An issue with drag and drop with timeline view header rows has been fixed.
10
+ - `#I425268` - An issue with drag and drop flickering with `eventDragArea` in timeline views has been fixed.
11
+ - `#I424662` - An issue with appointment resizing in month view with scrollbar has been fixed.
12
+
13
+ ## 20.4.38 (2022-12-21)
14
+
15
+ ### Schedule
16
+
7
17
  #### New Features
8
18
 
9
19
  - `#I384604` - Provided custom workdays support when resources are grouped by date.
package/README.md CHANGED
@@ -133,4 +133,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components
133
133
 
134
134
  See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-scheduler-npm) for more info.
135
135
 
136
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
136
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.min.js
3
- * version : 20.4.38
3
+ * version : 20.4.42
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.4.38
3
+ * version : 20.4.42
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.5.7",
3
+ "_id": "@syncfusion/ej2-react-schedule@20.4.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-8zDgFIkvKyj97ABftOFV+Va03csR1t0Au5O77ZlQpOn91taYm2BlqZrinjK4ZQ6a69Grkit33ovoXmcMTcoAAg==",
5
+ "_integrity": "sha512-IpgGYw3upN1+f+BAy6R6xWjSWhWyizBXCEY6BlSymJ0V1N/LYpExWXXM/1+uyRwZSAX4WJGndVT1dFZVoHY1vw==",
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-release/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.5.7.tgz",
23
- "_shasum": "52354b2c58733cad9b0fe13de31f84f171abcdb7",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-20.4.40.tgz",
23
+ "_shasum": "e6a6d8bfaafea34e7ee8d35041ce627e1550d5db",
24
24
  "_spec": "@syncfusion/ej2-react-schedule@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,25 +31,16 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.38",
35
- "@syncfusion/ej2-react-base": "~20.4.38",
36
- "@syncfusion/ej2-schedule": "20.4.38"
34
+ "@syncfusion/ej2-base": "~20.4.42",
35
+ "@syncfusion/ej2-react-base": "~20.4.42",
36
+ "@syncfusion/ej2-schedule": "20.4.42"
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",
40
40
  "devDependencies": {},
41
41
  "es2015": "dist/es6/ej2-react-schedule.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
42
+ "homepage": "https://www.syncfusion.com/react-components",
43
43
  "keywords": [
44
- "ej2",
45
- "syncfusion",
46
- "schedule",
47
- "scheduler",
48
- "events-calendar",
49
- "events-scheduler",
50
- "appointment-calendar",
51
- "appointments-planner",
52
- "resources-scheduler",
53
44
  "react",
54
45
  "reactjs",
55
46
  "react-schedule",
@@ -64,6 +55,6 @@
64
55
  "type": "git",
65
56
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
66
57
  },
67
- "version": "20.4.38",
58
+ "version": "20.4.42",
68
59
  "sideEffects": false
69
60
  }