@syncfusion/ej2-react-schedule 20.1.47 → 20.1.52
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 +14 -19
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,30 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
#### New Features
|
|
5
|
+
## 19.4.55 (2022-03-08)
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
### Schedule
|
|
10
8
|
|
|
11
9
|
#### Bug Fixes
|
|
12
10
|
|
|
13
|
-
- `#
|
|
14
|
-
- `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
|
|
15
|
-
- `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
|
|
16
|
-
- `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
|
|
11
|
+
- `#SF-368002` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
|
|
17
12
|
- `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
|
|
18
13
|
|
|
19
|
-
- `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
|
|
20
|
-
|
|
21
14
|
## 19.4.50 (2022-02-08)
|
|
22
15
|
|
|
23
16
|
### Schedule
|
|
24
17
|
|
|
25
18
|
#### Bug Fixes
|
|
26
19
|
|
|
27
|
-
- `#
|
|
28
|
-
- `#
|
|
20
|
+
- `#SF-362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
|
|
21
|
+
- `#SF-363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
|
|
29
22
|
|
|
30
23
|
## 19.4.47 (2022-01-25)
|
|
31
24
|
|
|
@@ -33,9 +26,9 @@
|
|
|
33
26
|
|
|
34
27
|
#### Bug Fixes
|
|
35
28
|
|
|
36
|
-
- `#
|
|
37
|
-
- `#
|
|
38
|
-
- `#
|
|
29
|
+
- `#SF-361305` - A performance issue while loading more events in the Timeline views has been fixed.
|
|
30
|
+
- `#SF-361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
|
|
31
|
+
- `#SF-363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
|
|
39
32
|
|
|
40
33
|
## 19.4.43 (2022-01-18)
|
|
41
34
|
|
|
@@ -51,7 +44,7 @@
|
|
|
51
44
|
|
|
52
45
|
#### Bug Fixes
|
|
53
46
|
|
|
54
|
-
- `#
|
|
47
|
+
- `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
|
|
55
48
|
|
|
56
49
|
## 19.4.41 (2022-01-04)
|
|
57
50
|
|
|
@@ -59,7 +52,7 @@
|
|
|
59
52
|
|
|
60
53
|
#### Bug Fixes
|
|
61
54
|
|
|
62
|
-
- `#
|
|
55
|
+
- `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
|
|
63
56
|
- `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
|
|
64
57
|
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
65
58
|
|
|
@@ -69,7 +62,9 @@
|
|
|
69
62
|
|
|
70
63
|
#### Bug Fixes
|
|
71
64
|
|
|
72
|
-
- `#
|
|
65
|
+
- `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
66
|
+
|
|
67
|
+
- `#I358644` - An issue with the editor window content is destroyed when using the template with window resizing action has been fixed.
|
|
73
68
|
|
|
74
69
|
## 19.4.38 (2021-12-17)
|
|
75
70
|
|
|
@@ -84,7 +79,7 @@
|
|
|
84
79
|
|
|
85
80
|
#### Bug Fixes
|
|
86
81
|
|
|
87
|
-
- `#
|
|
82
|
+
- `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
|
|
88
83
|
|
|
89
84
|
## 19.3.55 (2021-11-23)
|
|
90
85
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-schedule.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.52
|
|
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@19.4.55",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-dL8e1LJVpGQHEEpfeJFKZGIbh3J7jUwqj2dR0UQIg6RJtNeKQnBzUFw/nPFvegTRFm77y9YP36GECNum79PmbQ==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-19.4.55.tgz",
|
|
23
|
+
"_shasum": "809f594a9a322fb76dab56f0924008f8345133b6",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.1.50",
|
|
35
35
|
"@syncfusion/ej2-react-base": "~20.1.47",
|
|
36
|
-
"@syncfusion/ej2-schedule": "20.1.
|
|
36
|
+
"@syncfusion/ej2-schedule": "20.1.52"
|
|
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.1.
|
|
73
|
+
"version": "20.1.52",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|