Skip to content

Commit a8f0e19

Browse files
committed
[update] version 9.0.5
1 parent 742ac4e commit a8f0e19

18 files changed

+334
-161
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dhtmlxGantt #
22

33
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4-
[![npm: v.9.0.3](https://img.shields.io/badge/npm-v.9.0.3-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
4+
[![npm: v.9.0.5](https://img.shields.io/badge/npm-v.9.0.5-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
55
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
66

77
[Getting started](#getting-started) | [Features](#features) | [License](#license) | [Useful links](#links) | [Follow us](#followus)
@@ -117,7 +117,7 @@ Resource management, critical path calculation, auto scheduling, and other enhan
117117
<a name="license"></a>
118118
## License ##
119119

120-
dhtmlxGantt v.9.0.3 Standard
120+
dhtmlxGantt v.9.0.5 Standard
121121

122122
This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
123123

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gantt",
3-
"version": "9.0.3",
3+
"version": "9.0.5",
44
"homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt/",
55
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
66
"main": [

codebase/dhtmlxgantt.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.3
1+
// Type definitions for dhtmlxGantt 9.0.5
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

44
type GanttCallback = (...args: any[]) => any;

codebase/dhtmlxgantt.es.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.3
1+
// Type definitions for dhtmlxGantt 9.0.5
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

44
type GanttCallback = (...args: any[]) => any;

codebase/dhtmlxgantt.es.js

+55-39
Large diffs are not rendered by default.

codebase/dhtmlxgantt.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxgantt.css

+1
Original file line numberDiff line numberDiff line change
@@ -1583,6 +1583,7 @@ div.dhx_modal_cover {
15831583
/* Link arrow */
15841584
.gantt_task_link div.gantt_link_arrow {
15851585
color: var(--dhx-gantt-link-background);
1586+
line-height: normal;
15861587
}
15871588
.gantt_task_link div.gantt_link_arrow:before {
15881589
font-family: dhx-gantt-icons !important;

codebase/sources/dhtmlxgantt.es.js

+116-51
Large diffs are not rendered by default.

codebase/sources/dhtmlxgantt.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxgantt.js

+116-51
Large diffs are not rendered by default.

codebase/sources/dhtmlxgantt.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/less/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhtmlx-gantt-skins",
3-
"version": "9.0.3",
3+
"version": "9.0.5",
44
"description": "Less sources and a build tool for DHTMLX Gantt skins",
55
"scripts": {
66
"build": "node scripts.js --file=dhtmlxgantt",

codebase/sources/less/task.less

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
.dhx_gantt_icon();
131131
.dhx_gantt_icon.dhx_gantt_icon_rounded_arrow_right();
132132
color: var(--dhx-gantt-link-background);
133+
line-height: normal;
133134
}
134135

135136
.gantt_link_control {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dhtmlx-gantt",
3-
"version": "9.0.3",
3+
"version": "9.0.5",
44
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
55
"main": "codebase/dhtmlxgantt.es.js",
66
"types": "codebase/dhtmlxgantt.d.ts",

whatsnew.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
### 9.0.5
2+
3+
Fix the error that occurs while resizing rows in the Resource Grid
4+
Ensure the last year is specified in the range specified by the year_range property of the Time control
5+
Correct the position of link arrows affected by the line-height CSS style
6+
Fix the error that occurs while loading collections without the links array
7+
Resolve the issue with gantt.config.baselines when it is falsy but not explicitly set to false
8+
Fix the issue where click_drag doesn't work after calling resetLayout
9+
Ensure selected child tasks are not displayed above their parent when keyboard_navigation is enabled
10+
Fix keyboard navigation issues that occur when task IDs contain single quotes
11+
Correct calculateEndDate behavior when the duration is negative
12+
Resolve the error that occurs while loading datasets with baselines without an active timeline
13+
Ensure grid cells are focused even when tasks fall outside the chart time range
14+
Fix the error that occurs while partially deleting a date value in the inline editor
15+
Fix the issue where the resource panel is displayed incorrectly after filtering when fetchTasks is enabled
16+
17+
### 9.0.4
18+
19+
Fix the issue where the SNET constraint date cannot be changed via the inline editor
20+
Fix the issue where Gantt returns the global calendar instead of the resource calendar for tasks that have a single resource assignment when the dynamic_resource_calendars config is disabled
21+
Fix the constraint date issue when changing the start date via the inline editor after reinitializing Gantt or resetting the layout
22+
Fix the script error with some configurations of gantt.plugins when using the gantt.getGanttInstance method without specifying a container
23+
Fix the issue where Gantt stops working when the auto_scheduling_project_constraint configuration is enabled, and tasks are grouped
24+
Ensure Gantt retains the task constraint after dragging a task
25+
126
### 9.0.3
227

328
Fix the regression in styles for the Quick Info popup

0 commit comments

Comments
 (0)