Releases: jsGanttImproved/jsgantt-improved
Releases · jsGanttImproved/jsgantt-improved
v1.6
Changes in v1.6
- Allow use of internationalised strings in custom date formats
- Modified how tooltip is hidden and revealed to make it more compatible with CSS transitions
- Added experimental support for importing Microsoft Project XML files
- Added methods to generate JGI XML from current task list
V1.5
Changes in v1.5
- Added support for Internationalisation
- Task duration now calculated using the same method as is used to size and position task bars
- Milestones owned by combined group items are now ignored completely rather than hidden
- Fixed positioning bug in day format when calculating a period that spanned an odd number of DST clock changes which would result in a position 1hr out of place - approximately 4% of a single column width.
- Fixed a number of minor bugs
- Dependencies on the first task displayed were not shown
- Combined group task rows are now styled like standard tasks
- Disabling the tool tip caused problems with scrolling
V1.4
Changes in v1.4
- Reintroduced Hour format view
V1.3
Changes in v1.3
- Added new "combined groups" task type that shows all child task information on one row.
- Tooltip DIV restructured to use styles rather than line breaks for layout
- Code refactored for ease of future development
- See commit ea9890e for details of CSS changes
V1.2
V1.1
Changes in v1.1
- Added support for additional dependency types
- Altered date parsing to handle specifying time more consistently
- Updated CSS to prevent growing DIV bug in IE9
Initial Release
Significant changes from the original jsgantt project:
- Vast majority of look and feel now controllable via CSS
- Optimised chart structure to reduce number of elements required / ensure positioning match
- Chart pane width will change dynamically with containing element
- Tool tips added to gantt chart bars to display full task details
- Hour/Minute format removed
- Various bug fixes