simple-gantt-chart
Version:
Very simple vanilla JavaScript library for displaying projects as Gantt Charts.
48 lines (26 loc) • 827 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
# [?.?.?] - ????-??-??
## Added
## Changed
## Fixed
# [0.0.5] - 2020-04-01
## Added
- Added method `attachTaskClickEvent` to attach an event callback when a task is clicked.
# [0.0.4] - 2020-03-10
## Changed
- Minor dependency updates.
- Minor typing improvements.
## Fixed
- Fixed examples to be part of the package.
# [0.0.3] - 2020-03-08
## Added
- API documentation.
# [0.0.2] - 2020-03-08
## Added
- Unit tests with a coverage of about 95%.
# [0.0.1] - 2020-03-06
## Added
- Initial release.