File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# dhtmlxGantt #
22
33[ ![ dhtmlx.com] ( https://img.shields.io/badge/made%20by-DHTMLX-blue )] ( https://dhtmlx.com/ )
4- [ ![ npm: v.7.1.2 ] ( https://img.shields.io/badge/npm-v.7.1.2 -blue.svg )] ( https://www.npmjs.com/package/dhtmlx-gantt )
4+ [ ![ npm: v.7.1.3 ] ( https://img.shields.io/badge/npm-v.7.1.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 ) | [ Follow us] ( #followus ) | [ License] ( #license ) | [ Useful links] ( #links )
@@ -128,7 +128,7 @@ Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
128128<a name =" license " ></a >
129129## License ##
130130
131- dhtmlxGantt v.7.1.2 Standard
131+ dhtmlxGantt v.7.1.3 Standard
132132
133133This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
134134
Original file line number Diff line number Diff line change 11{
22 "name" : " gantt" ,
3- "version" : " 7.1.2 " ,
3+ "version" : " 7.1.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" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " dhtmlx-gantt" ,
3- "version" : " 7.1.2 " ,
3+ "version" : " 7.1.3 " ,
44 "description" : " An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart." ,
55 "main" : " codebase/dhtmlxgantt.js" ,
66 "types" : " codebase/dhtmlxgantt.d.ts" ,
Original file line number Diff line number Diff line change 1+ ### 7.1.3
2+
3+ Fix the script error thrown on gantt.moveTask call when some tasks are hidden via the onBeforeTaskDisplay event
4+ Fix the issue with the speed of the scroll in the latest Firefox browser
5+ Performance improvement for calculations of working time
6+
17### 7.1.2
28
39Major performance improvement of the resource panel
You can’t perform that action at this time.
0 commit comments