@syncfusion/ej2-angular-gantt 34.2.4 → 34.2.5

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 CHANGED
@@ -6,11 +6,30 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
10
+
11
+ ## 34.2.5 (2026-08-25)
12
+
13
+ ### GanttChart
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I863781` - Resolved an issue where the toolbar template was not rendered properly in the Angular Gantt Chart.
18
+ - `#I865845` - Resolved an issue that caused duration and predecessor column values to appear empty during Excel export done using a sliced data source.
19
+
20
+ #### Bug fix
21
+
22
+ - `#I863781` - Resolved an issue where the toolbar template was not rendered properly in the Angular Gantt Chart.
23
+
24
+ ## 34.2.4 (2026-08-18)
25
+
26
+ ### GanttChart
27
+
28
+ #### Bug fixes
29
+
9
30
  - `#I863781` - Resolved an issue where the toolbar template was not rendered properly in the Gantt Chart.
10
31
  - Updated Gantt Chart casing in telemetry to ensure consistent event tracking and reporting.
11
32
 
12
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
13
-
14
33
  ## 34.2.3 (2026-08-11)
15
34
 
16
35
  ### GanttChart
package/README.md CHANGED
@@ -104,7 +104,7 @@ export class AppComponent implements OnInit {
104
104
 
105
105
  Gantt component is also offered in following list of frameworks.
106
106
 
107
- | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/javascript-gantt-chart?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/gantt-sdk/javascript-gantt-chart?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/react-gantt-chart?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/gantt-sdk/react-gantt-chart?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/vue-gantt-chart?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/gantt-sdk/vue-gantt-chart?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/aspnet-core-gantt-chart?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/gantt-sdk/aspnet-core-gantt-chart?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-gantt-chart?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-gantt-chart?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
107
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/javascript-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/gantt-sdk/javascript-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/react-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/gantt-sdk/react-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/vue-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/gantt-sdk/vue-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/aspnet-core-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/gantt-sdk/aspnet-core-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-gantt-chart?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)&nbsp;&nbsp; |
108
108
  | :-----: | :-----: | :-----: | :-----: | :-----: |
109
109
 
110
110
  ## Key features
@@ -149,16 +149,57 @@ Product support is available through following mediums.
149
149
  * [Request feature or report bug](https://www.syncfusion.com/feedback/gantt-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm)
150
150
  * Live chat
151
151
 
152
+ ## Other Popular Angular Components
153
+
154
+ Explore other popular Syncfusion<sup>®</sup> Angular components curated from UI components, standalone SDKs, and document solution suites.
155
+
156
+ <table>
157
+ <tr>
158
+ <td align="center">
159
+ <a href="https://www.syncfusion.com/angular-components/angular-data-grid">Angular DataGrid</a>
160
+ </td>
161
+ <td align="center">
162
+ <a href="https://www.syncfusion.com/angular-components/angular-charts">Angular Charts</a>
163
+ </td>
164
+ <td align="center">
165
+ <a href="https://www.syncfusion.com/scheduler-sdk/angular-scheduler">Angular Scheduler</a>
166
+ </td>
167
+ <td align="center">
168
+ <a href="https://www.syncfusion.com/angular-components/angular-file-manager">Angular File Manager</a>
169
+ </td>
170
+ <td align="center">
171
+ <a href="https://www.syncfusion.com/diagram-sdk/angular-diagram">Angular Diagram</a>
172
+ </td>
173
+ </tr>
174
+ <tr>
175
+ <td align="center">
176
+ <a href="https://www.syncfusion.com/rich-text-editor-sdk/angular-rich-text-editor">Angular Rich Text Editor</a>
177
+ </td>
178
+ <td align="center">
179
+ <a href="https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor">Angular DOCX Editor</a>
180
+ </td>
181
+ <td align="center">
182
+ <a href="https://www.syncfusion.com/pdf-viewer-sdk/angular-pdf-viewer">Angular PDF Viewer</a>
183
+ </td>
184
+ <td align="center">
185
+ <a href="https://www.syncfusion.com/spreadsheet-editor-sdk/angular-spreadsheet-editor">Angular Spreadsheet Editor</a>
186
+ </td>
187
+ <td align="center">
188
+ <a href="https://www.syncfusion.com/angular-components/angular-maps-library">Angular Maps</a>
189
+ </td>
190
+ </tr>
191
+ </table>
192
+
152
193
  ## Changelog
153
194
 
154
- Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/gantt/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
195
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/gantt/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
155
196
 
156
197
  ## License and copyright
157
198
 
158
- > 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).
199
+ > 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/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm). To acquire a license for 150+ [Angular UI components](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm) or [start a free 30-day trial](https://www.syncfusion.com/downloads/angular?tag=es-seo-ft-angular-banner-trial).
159
200
 
160
- > 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.
201
+ > A free community [license](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
161
202
 
162
- See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
203
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-gantt-npm) for more info.
163
204
 
164
205
  © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "34.2.4",
3
+ "version": "34.2.5",
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": "~34.2.4",
9
+ "@syncfusion/ej2-base": "~34.2.5",
10
10
  "@syncfusion/ej2-angular-base": "~34.2.4",
11
- "@syncfusion/ej2-gantt": "34.2.4"
11
+ "@syncfusion/ej2-gantt": "34.2.5"
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 = '^34.2.4';
4
+ exports.pkgVer = '^34.2.5';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~34.2.4';
6
+ exports.themeVer = '~34.2.5';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^34.2.4';
2
+ export const pkgVer = '^34.2.5';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~34.2.4';
4
+ export const themeVer = '~34.2.5';