@syncfusion/ej2-angular-gantt 31.2.3 → 31.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 +8 -2
- package/README.md +9 -2
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,12 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
10
|
+
|
|
11
|
+
## 31.2.3 (2025-10-22)
|
|
12
|
+
|
|
13
|
+
### GanttChart
|
|
14
|
+
|
|
15
|
+
#### Bug fixes
|
|
16
|
+
|
|
9
17
|
- `#I767416` - Enhanced performance for adding records to large multi-level hierarchical collections, achieving approximately 80% improvement in CRUD operation efficiency.
|
|
10
18
|
- `#I770741` - Resolved an issue where the `modifiedRecords` collection was not correctly updated in the `actionComplete` event arguments.
|
|
11
19
|
- `#I771215` - Corrected date and time validation for milestone tasks during initial load and conversion, ensuring accurate rendering for tasks with dependencies.
|
|
12
20
|
|
|
13
|
-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
-
|
|
15
21
|
## 31.2.2 (2025-10-15)
|
|
16
22
|
|
|
17
23
|
### GanttChart
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The [Angular Gantt](https://www.syncfusion.com/angular-components/angular-gantt-
|
|
|
14
14
|
<p align="center">
|
|
15
15
|
Trusted by the world's leading companies
|
|
16
16
|
<a href="https://www.syncfusion.com">
|
|
17
|
-
<img src="https://
|
|
17
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
18
18
|
</a>
|
|
19
19
|
</p>
|
|
20
20
|
|
|
@@ -131,6 +131,13 @@ Gantt component is also offered in following list of frameworks.
|
|
|
131
131
|
* [RTL support](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/#right-to-left-rtl): Provides the right-to-left mode which aligns content in the Gantt Chart component from right to left. This improves user experience and accessibility for those who work with RTL languages like Hebrew and Arabic.
|
|
132
132
|
* [Localization](https://ej2.syncfusion.com/angular/documentation/gantt/global-local/#localization): Provides inherent support to localize the UI.
|
|
133
133
|
|
|
134
|
+
## Resources
|
|
135
|
+
|
|
136
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
137
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
138
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
139
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
140
|
+
|
|
134
141
|
## Support
|
|
135
142
|
|
|
136
143
|
Product support is available through following mediums.
|
|
@@ -147,7 +154,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
147
154
|
|
|
148
155
|
## License and copyright
|
|
149
156
|
|
|
150
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
157
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
151
158
|
|
|
152
159
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
153
160
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.4",
|
|
4
4
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-gantt": "31.2.
|
|
11
|
+
"@syncfusion/ej2-gantt": "31.2.4"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-gantt';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.4';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.4';
|