Skip to content

Commit e6689ab

Browse files
committed
[update] version 6.3.5
1 parent af50fdc commit e6689ab

File tree

141 files changed

+585
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+585
-356
lines changed

README.md

+4-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.6.3.4](https://img.shields.io/badge/npm-v.6.3.4-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
4+
[![npm: v.6.3.5](https://img.shields.io/badge/npm-v.6.3.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) | [Support](#support) | [License](#license) | [Useful links](#links)
@@ -58,6 +58,7 @@ gantt.parse({
5858

5959
### Complete guides ###
6060

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

130-
dhtmlxGantt v.6.3.4 Standard
131+
dhtmlxGantt v.6.3.5 Standard
131132

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

134135
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]
135136

136137
(c) XB Software Ltd.
137138

139+
138140
<a name="links"></a>
139141
## Useful links
140142

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gantt",
3-
"version": "6.3.4",
3+
"version": "6.3.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.js

+2-2
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/ext/dhtmlxgantt_click_drag.js

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

codebase/ext/dhtmlxgantt_click_drag.js.map

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

codebase/ext/dhtmlxgantt_drag_timeline.js

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

codebase/ext/dhtmlxgantt_drag_timeline.js.map

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

0 commit comments

Comments
 (0)