Skip to content

Commit ac31084

Browse files
committed
new attribute "After Refresh JS Code"
1 parent aedbcd7 commit ac31084

File tree

6 files changed

+48170
-8
lines changed

6 files changed

+48170
-8
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Oracle APEX Region Type Plugin: dhtmlxGantt
44

5-
* Based on [dhtmlxGantt][2] ([docs][3]) library (v7.0.10)
5+
* Based on [dhtmlxGantt][2] ([docs][3]) library (v7.0.11)
66
* This is the GPLv2 version of the library with a reduced set of functions
77
* [Compare the free and the Pro version][compare]
88
* If you need all functionality you can buy the Pro version and copy the Pro files into the plugin
@@ -165,6 +165,12 @@ This project uses [semantic versioning][6].
165165

166166
Please use for all comments and discussions the [issues functionality on GitHub][4].
167167

168+
### 0.11.0 (2020-12-xx)
169+
170+
- Update to dhtmlx Gantt library version 7.0.11
171+
- New: Attribute "After Refresh JS Code" for things which needs to run after each refresh of the region like adding vertical markers - thanks to [Jochen](https://github.com/jzzh) for the hint and sorry for the delay
172+
173+
168174
### 0.10.0 (2020-10-26)
169175

170176
- Update to dhtmlx Gantt library version 7.0.10

apexplugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "dhtmlxGantt",
3-
"version" : "0.10.0",
3+
"version" : "0.11.0",
44
"description" : "HTML5 gantt chart based on a dhtmlx.com library",
55
"keywords" : ["JavaScript", "chart", "gantt"],
66
"homepage" : "https://github.com/ogobrecht/apex-plugin-dhtmlx-gantt",

0 commit comments

Comments
 (0)