@syncfusion/ej2-react-schedule 19.4.40 → 19.4.41
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 +11 -1
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
|
|
10
|
+
- `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
|
|
11
|
+
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
12
|
+
- `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
|
|
13
|
+
|
|
14
|
+
## 19.4.40 (2021-12-28)
|
|
15
|
+
|
|
16
|
+
### Schedule
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
10
21
|
|
|
11
22
|
- `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
|
|
@@ -24,7 +35,6 @@
|
|
|
24
35
|
#### Bug Fixes
|
|
25
36
|
|
|
26
37
|
- `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
|
|
27
|
-
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
28
38
|
|
|
29
39
|
## 19.3.55 (2021-11-23)
|
|
30
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.41
|
|
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@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@19.4.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-s8AVD4L7n7JAJQisHpC9/hIHvVSnixJ/KAWVjoghKKOfOnWLwPKxR+S9JtjUjtotLrLUwf1fHv3gUm0lAWPBnQ==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.4.40.tgz",
|
|
23
|
+
"_shasum": "ee4a18ae84f169839b8a9dc67e3aca3773579b20",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.38",
|
|
35
35
|
"@syncfusion/ej2-react-base": "~19.4.38",
|
|
36
|
-
"@syncfusion/ej2-schedule": "19.4.
|
|
36
|
+
"@syncfusion/ej2-schedule": "19.4.41"
|
|
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": "19.4.
|
|
73
|
+
"version": "19.4.41",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|