angular-gantt icon indicating copy to clipboard operation
angular-gantt copied to clipboard

Request: Please add Changelog

Open shyamal890 opened this issue 8 years ago • 3 comments

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.

shyamal890 avatar Jun 29 '17 03:06 shyamal890

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.

Toilal avatar Jun 29 '17 07:06 Toilal

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?

shyamal890 avatar Jun 29 '17 09:06 shyamal890

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)

Toilal avatar Jun 29 '17 09:06 Toilal