Skip to content

Commit 742ac4e

Browse files
committed
[update] version 9.0.3
1 parent d16999d commit 742ac4e

19 files changed

+582
-498
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.2](https://img.shields.io/badge/npm-v.9.0.2-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
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)
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.2 Standard
120+
dhtmlxGantt v.9.0.3 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gantt",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.2
1+
// Type definitions for dhtmlxGantt 9.0.3
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

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

codebase/dhtmlxgantt.es.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.2
1+
// Type definitions for dhtmlxGantt 9.0.3
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

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

codebase/dhtmlxgantt.es.js

Lines changed: 451 additions & 430 deletions
Large diffs are not rendered by default.

codebase/dhtmlxgantt.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxgantt.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,8 +2018,8 @@ div.dhx_modal_cover {
20182018
}
20192019
.gantt_cal_light_wide .gantt_cal_lsection {
20202020
width: 120px;
2021-
justify-content: start;
2022-
align-items: start;
2021+
justify-content: flex-start;
2022+
align-items: flex-start;
20232023
flex-shrink: 0;
20242024
margin-top: 0;
20252025
margin-bottom: 0;
@@ -2034,7 +2034,7 @@ div.dhx_modal_cover {
20342034
flex: 1;
20352035
}
20362036
.gantt_cal_light_wide .gantt_section_time {
2037-
justify-content: start;
2037+
justify-content: flex-start;
20382038
}
20392039
.gantt_cal_light_wide .gantt_fullday {
20402040
margin-left: unset;
@@ -2432,7 +2432,7 @@ div.dhx_modal_cover {
24322432
}
24332433
.gantt_cal_qi_tcontrols {
24342434
display: flex;
2435-
justify-content: end;
2435+
justify-content: flex-end;
24362436
height: 8px;
24372437
}
24382438
.gantt_cal_qi_tcontrols .gantt_cal_qi_close_btn {
@@ -2490,7 +2490,7 @@ div.dhx_modal_cover {
24902490
position: relative;
24912491
display: flex;
24922492
flex-direction: row;
2493-
justify-content: start;
2493+
justify-content: flex-start;
24942494
align-items: center;
24952495
gap: 8px;
24962496
overflow: hidden;
@@ -2523,7 +2523,7 @@ div.dhx_modal_cover {
25232523
.gantt_cal_qi_controls {
25242524
display: flex;
25252525
flex-direction: row;
2526-
justify-content: start;
2526+
justify-content: flex-start;
25272527
align-items: center;
25282528
padding-top: 8px;
25292529
gap: 12px;

0 commit comments

Comments
 (0)