@syncfusion/ej2-react-gantt 22.2.7 → 22.2.9
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 +34 -0
- package/dist/ej2-react-gantt.min.js +1 -1
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/gantt/bootstrap-dark.css +1 -1
- package/styles/gantt/bootstrap.css +1 -1
- package/styles/gantt/bootstrap4.css +1 -1
- package/styles/gantt/bootstrap5-dark.css +1 -1
- package/styles/gantt/bootstrap5.css +1 -1
- package/styles/gantt/fabric-dark.css +1 -1
- package/styles/gantt/fabric.css +1 -1
- package/styles/gantt/fluent-dark.css +1 -1
- package/styles/gantt/fluent.css +1 -1
- package/styles/gantt/highcontrast-light.css +1 -1
- package/styles/gantt/highcontrast.css +1 -1
- package/styles/gantt/material-dark.css +1 -1
- package/styles/gantt/material.css +1 -1
- package/styles/gantt/material3-dark.css +1 -1
- package/styles/gantt/material3.css +1 -1
- package/styles/gantt/tailwind-dark.css +1 -1
- package/styles/gantt/tailwind.css +1 -1
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,39 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I485657` - Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
10
|
+
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
11
|
+
- `#I487527` - Data manager URL is called twice.
|
|
12
|
+
- `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
|
|
13
|
+
- `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
|
|
14
|
+
- `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
|
|
15
|
+
|
|
16
|
+
-`#I485657`- Misalignment happened in timeline while exporting `PDF` in Gantt has been fixed.
|
|
17
|
+
|
|
18
|
+
- `#I485398` - console error occurs while using segment data issue has been fixed.
|
|
19
|
+
- `#I484079`- Vertical scroll and taskbar is not fully visible in yearly mode issue has been fixed.
|
|
20
|
+
- `#I461564`- No action is performed when we try to add task when the cell is in edited state issue has been fixed.
|
|
21
|
+
- `#I486234` - Label gets hidden in Gantt Chart when task mode is manual issue has been fixed.
|
|
22
|
+
|
|
23
|
+
## 22.2.8 (2023-08-08)
|
|
24
|
+
|
|
25
|
+
### Gantt Chart
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
30
|
+
- `#I483579` - Splitter resize issue when we resize browser window issue has been fixed.
|
|
31
|
+
- `#I483399` - Style not applied for the collapsed row when the virtual scroll is enabled issue has been fixed.
|
|
32
|
+
- `#I473286` - Unable to drag taskbar and tooltip is misaligned issue has been fixed.
|
|
33
|
+
|
|
34
|
+
- `#I485907` - When multiple records are selected after using the context menu to delete, it is not working issue has been fixed.
|
|
35
|
+
|
|
36
|
+
## 22.2.7 (2023-08-02)
|
|
37
|
+
|
|
38
|
+
### Gantt Chart
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
9
42
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
10
43
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
11
44
|
- `#I479578` - Milestone get disappeared when we indent the record issue has been fixed.
|
|
@@ -16,6 +49,7 @@
|
|
|
16
49
|
- `#I481058` - Console error when we use RTL and taskbar template issue has been fixed.
|
|
17
50
|
- `#I482456` - Critical path not working properly issue has been fixed.
|
|
18
51
|
- `#I485219` - Selection is not working when we use react hook.
|
|
52
|
+
- `#I486928` - Incorrect time is displayed in the column.
|
|
19
53
|
|
|
20
54
|
- `#I479591` - Critical path is not working properly when the baseline is changed dynamically issue has been fixed.
|
|
21
55
|
- `#F182867` - Edit parameters not working in date columns issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-gantt.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.9
|
|
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-gantt.umd.min.js
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.9
|
|
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-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-gantt@22.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-gantt@22.2.8",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-pfeHp/O10Z8QHv/dS6ilOl/Ir775pc12eULeOJqpZOnr5siCK4TgD8A88kOezTAgJJ7BfY5kkqH6BfvkKrPMWw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-gantt",
|
|
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-gantt/-/ej2-react-gantt-22.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-gantt/-/ej2-react-gantt-22.2.8.tgz",
|
|
23
|
+
"_shasum": "8c97b2f52639dac7cc779e07394ca5d189dfbc8a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.2.
|
|
35
|
-
"@syncfusion/ej2-gantt": "22.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.9",
|
|
35
|
+
"@syncfusion/ej2-gantt": "22.2.9",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
57
57
|
},
|
|
58
|
-
"version": "22.2.
|
|
58
|
+
"version": "22.2.9",
|
|
59
59
|
"sideEffects": false
|
|
60
60
|
}
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/gantt/fabric.css
CHANGED
package/styles/gantt/fluent.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/material3.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED