@syncfusion/ej2-react-schedule 24.1.41 → 24.2.4
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 +17 -0
- package/README.md +1 -1
- package/dist/ej2-react-schedule.min.js +1 -1
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I540139` - The appointment disappearance issue while using the `rowAutoHeight` has been resolved.
|
|
10
|
+
- `#I524766` - An issue related to scaling has been fixed.
|
|
11
|
+
|
|
12
|
+
## 24.2.3 (2024-01-31)
|
|
13
|
+
|
|
14
|
+
### Schedule
|
|
15
|
+
|
|
16
|
+
#### Bug fixes
|
|
17
|
+
|
|
18
|
+
- `#I541680` - An issue related to more indicator in the timeline views has been fixed.
|
|
19
|
+
|
|
20
|
+
## 24.1.41 (2023-12-18)
|
|
21
|
+
|
|
22
|
+
### Schedule
|
|
23
|
+
|
|
7
24
|
#### New Features
|
|
8
25
|
|
|
9
26
|
- `#I227283`, `#I233208`, `#F170880` - Provided support to customize the scheduler toolbar items using the `toolbarItems` property.
|
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
|
|
136
|
+
© Copyright 2024 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 : 24.
|
|
3
|
+
* version : 24.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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 : 24.
|
|
3
|
+
* version : 24.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-schedule@24.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-heHjPTsyp37u+GHEvU6ENoRNfGkCmwRtMIVWv7VnqY0gWIjOAyrN/RGC/qL2REW0LxR9f7oKuhWAxIuhEzxf+w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,21 +19,23 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-24.2.3.tgz",
|
|
23
|
+
"_shasum": "12b076f6e9ea652c7a41edcea3570772e368452b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
29
29
|
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-react-
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-react-schedule/issues"
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~24.
|
|
35
|
-
"@syncfusion/ej2-react-base": "~24.
|
|
36
|
-
"@syncfusion/ej2-schedule": "24.
|
|
34
|
+
"@syncfusion/ej2-base": "~24.2.3",
|
|
35
|
+
"@syncfusion/ej2-react-base": "~24.2.3",
|
|
36
|
+
"@syncfusion/ej2-schedule": "24.2.4",
|
|
37
|
+
"awesome-typescript-loader": "^3.1.3",
|
|
38
|
+
"source-map-loader": "^0.2.1"
|
|
37
39
|
},
|
|
38
40
|
"deprecated": false,
|
|
39
41
|
"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",
|
|
@@ -41,11 +43,9 @@
|
|
|
41
43
|
"es2015": "dist/es6/ej2-react-schedule.es2015.js",
|
|
42
44
|
"homepage": "https://www.syncfusion.com/react-components",
|
|
43
45
|
"keywords": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"react-schedule"
|
|
47
|
-
"react-scheduler",
|
|
48
|
-
"ej2-react-scheduler"
|
|
46
|
+
"ej2",
|
|
47
|
+
"syncfusion",
|
|
48
|
+
"ej2-react-schedule"
|
|
49
49
|
],
|
|
50
50
|
"license": "SEE LICENSE IN license",
|
|
51
51
|
"main": "./dist/ej2-react-schedule.umd.min.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"name": "@syncfusion/ej2-react-schedule",
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
|
-
"url": "git+https://github.com/syncfusion/ej2-react-
|
|
56
|
+
"url": "git+https://github.com/syncfusion/ej2-react-schedule.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "24.
|
|
58
|
+
"version": "24.2.4",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|