Skip to content

Commit

Permalink
[update] version 8.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimenkov committed Oct 17, 2024
1 parent 2672aad commit a84687a
Show file tree
Hide file tree
Showing 24 changed files with 1,218 additions and 217 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dhtmlxGantt #

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

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

dhtmlxGantt v.8.0.10 Standard
dhtmlxGantt v.8.0.11 Standard

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gantt",
"version": "8.0.10",
"version": "8.0.11",
"homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt/",
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion codebase/dhtmlxgantt.css

Large diffs are not rendered by default.

1,037 changes: 960 additions & 77 deletions codebase/dhtmlxgantt.d.ts

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions codebase/dhtmlxgantt.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/dhtmlxgantt.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_broadway.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_contrast_black.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_contrast_white.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_material.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_meadow.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_skyblue.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion codebase/skins/dhtmlxgantt_terrace.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions codebase/sources/dhtmlxgantt.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@license
dhtmlxGantt v.8.0.10 Standard
dhtmlxGantt v.8.0.11 Standard
This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
Expand Down Expand Up @@ -1324,9 +1324,12 @@ div.dhx_modal_cover {
.gantt_cal_light_wide .gantt_repeat_right {
margin-right: 55px;
}
.gantt_cal_light_wide.gantt_cal_light_full {
.gantt_cal_light_wide {
width: 738px;
}
.gantt_cal_light_full {
width: auto;
}
.gantt_cal_wide_checkbox input {
margin-top: 8px;
margin-left: 14px;
Expand Down
Loading

0 comments on commit a84687a

Please sign in to comment.