@syncfusion/ej2-angular-gantt 26.1.42 → 26.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 +16 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -2188
- package/styles/bootstrap.css +1 -2318
- package/styles/bootstrap4.css +1 -2531
- package/styles/bootstrap5-dark.css +1 -2213
- package/styles/bootstrap5.css +1 -2213
- package/styles/fabric-dark.css +1 -2133
- package/styles/fabric.css +1 -2121
- package/styles/fluent-dark.css +1 -2209
- package/styles/fluent.css +1 -2209
- package/styles/fluent2.css +1 -3450
- package/styles/gantt/bootstrap-dark.css +1 -2188
- package/styles/gantt/bootstrap.css +1 -2318
- package/styles/gantt/bootstrap4.css +1 -2531
- package/styles/gantt/bootstrap5-dark.css +1 -2213
- package/styles/gantt/bootstrap5.css +1 -2213
- package/styles/gantt/fabric-dark.css +1 -2133
- package/styles/gantt/fabric.css +1 -2121
- package/styles/gantt/fluent-dark.css +1 -2209
- package/styles/gantt/fluent.css +1 -2209
- package/styles/gantt/fluent2.css +1 -3450
- package/styles/gantt/highcontrast-light.css +1 -2092
- package/styles/gantt/highcontrast.css +1 -2219
- package/styles/gantt/material-dark.css +1 -2240
- package/styles/gantt/material.css +1 -2292
- package/styles/gantt/material3-dark.css +1 -2367
- package/styles/gantt/material3.css +1 -2479
- package/styles/gantt/tailwind-dark.css +1 -2218
- package/styles/gantt/tailwind.css +1 -2218
- package/styles/highcontrast-light.css +1 -2092
- package/styles/highcontrast.css +1 -2219
- package/styles/material-dark.css +1 -2240
- package/styles/material.css +1 -2292
- package/styles/material3-dark.css +1 -2367
- package/styles/material3.css +1 -2479
- package/styles/tailwind-dark.css +1 -2218
- package/styles/tailwind.css +1 -2218
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
### GanttChart
|
|
6
6
|
|
|
7
|
+
#### Features
|
|
8
|
+
|
|
9
|
+
- `#I577723` - Provided support for dependency type localization in the cell edit.
|
|
10
|
+
|
|
11
|
+
#### Bug fixes
|
|
12
|
+
|
|
13
|
+
- `#603505` - Keyboard interaction for selecting all record is not working properly after clicking chart side issue has been fixed.
|
|
14
|
+
- `#I607803`,`#I607856`,`#I607879`,`#I608671` - Milestone and Work Property Not Working Properly issue has been fixed.
|
|
15
|
+
|
|
16
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
17
|
+
|
|
18
|
+
## 26.1.42 (2024-07-16)
|
|
19
|
+
|
|
20
|
+
### GanttChart
|
|
21
|
+
|
|
7
22
|
#### Bug fixes
|
|
8
23
|
|
|
9
24
|
- `#I594182` - Tasks misaligned between grid and chart side with load on demand issue has been fixed.
|
|
@@ -18,7 +33,7 @@
|
|
|
18
33
|
- `#I603710` - Export properties not working properly issue has been fixed.
|
|
19
34
|
- `#I603923` - Row selection toggling not working properly while `persistSelection` is enabled issue has been fixed.
|
|
20
35
|
|
|
21
|
-
- `
|
|
36
|
+
- `#I605379` - Value modified in the post method doesn't reflect in UI issue has been fixed.
|
|
22
37
|
|
|
23
38
|
## 26.1.41 (2024-07-09)
|
|
24
39
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@26.1.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-iQIbHETfMPXPBa4KuYpyRJsTxL2IvN9nbR9LZThSZvIbLGDulZjcOt+NRaXOpr4WsyHdGGR2YYdpinoox67OYg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.42.tgz",
|
|
23
|
+
"_shasum": "b7502e91cf26e726037f44c924e858652e513878",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.
|
|
36
|
-
"@syncfusion/ej2-gantt": "26.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.4",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.4",
|
|
36
|
+
"@syncfusion/ej2-gantt": "26.2.4",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"schematics": "./schematics/collection.json",
|
|
87
87
|
"sideEffects": false,
|
|
88
88
|
"typings": "syncfusion-ej2-angular-gantt.d.ts",
|
|
89
|
-
"version": "26.
|
|
89
|
+
"version": "26.2.4"
|
|
90
90
|
}
|