Skip to content

Commit

Permalink
[update] version 6.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimenkov committed Jan 31, 2020
1 parent af50fdc commit e6689ab
Show file tree
Hide file tree
Showing 141 changed files with 585 additions and 356 deletions.
6 changes: 4 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.6.3.4](https://img.shields.io/badge/npm-v.6.3.4-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
[![npm: v.6.3.5](https://img.shields.io/badge/npm-v.6.3.5-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) | [Support](#support) | [License](#license) | [Useful links](#links)
Expand Down Expand Up @@ -58,6 +58,7 @@ gantt.parse({

### Complete guides ###

- [Vue.js](https://dhtmlx.com/blog/use-dhtmlxgantt-vue-js-framework-demo/)
- [Angular](https://dhtmlx.com/blog/dhtmlx-gantt-chart-usage-angularjs-2-framework/)
- [React](https://dhtmlx.com/blog/create-react-gantt-chart-component-dhtmlxgantt/)
- [Node](https://docs.dhtmlx.com/gantt/desktop__howtostart_nodejs.html)
Expand Down Expand Up @@ -127,14 +128,15 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
<a name="license"></a>
## License ##

dhtmlxGantt v.6.3.4 Standard
dhtmlxGantt v.6.3.5 Standard

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

To use dhtmlxGantt in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxGantt/#licensing or contact us at [email protected]

(c) XB Software Ltd.


<a name="links"></a>
## Useful links

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": "6.3.4",
"version": "6.3.5",
"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
4 changes: 2 additions & 2 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.

4 changes: 2 additions & 2 deletions codebase/ext/dhtmlxgantt_click_drag.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions codebase/ext/dhtmlxgantt_drag_timeline.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

Loading

0 comments on commit e6689ab

Please sign in to comment.