Request: Please add Changelog
Changelog would help us understand what changed since the last release. If there is any breaking changes we can incorporate the needed changes. The releases tab too doesn't indicate any breaking changes.
I'll write one before 2.0.0 final release.
For now, note that there's no breaking change in source code, breaking changes are only in the way library is distributed. Distribution files are available in dist directory instead of assets, and angular-gantt.js + angular-gantt.css contains everything including plugins. If you need angular-gantt without it's plugin, you may use angular-gantt-core.js.
I still need to move some dependencies from dependencies to devDependencies, and maybe dependencies from plugins will be defined as peerDependencies.
So I installed the latest 1.3.3 release. Basic gantt works fine with angular-gantt.js + angular-gantt.css installed however, when I include gantt.table module it says module not found. Is there a dependency that I need to include?
1.3.3 is actually the same as 1.3.2 (there's only a minor fix). You have to include angular-gantt.js + any plugin file you need, or angular-gantt-plugins.js for all plugins. (same for css files)