Rémi Alvergnat
Rémi Alvergnat
I create a new repository for this project: https://github.com/angular-gantt/gantt. Please open issue in this new repository for everything related to next major version of angular gantt.
I reopen because I still have some ideas about this. I just found this blog post which is just brilliant : https://medium.com/@priley86/building-cross-framework-components-with-performance-in-mind-a-web-component-thesis-5e17353aee18#.i3vv8n3j8 The blog post advocate for this idea :...
@eirikb I'm not sure you are aware there's a [2.0.0-rc.1](https://github.com/angular-gantt/angular-gantt/tree/v2.0.0-rc.1) version that is refactored with TypeScript and "should" work properly with Webpack. (I wrote "should" because I think there are...
As it's build with Webpack, it outputs an UMD that should be usable with Webpack without any particular configuration.
Currently, you have to define both `to` and `from` date on task model for task to be properly displayed. I understand the need, but this use case is not implemented...
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...
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...
It seems to be a great idea thanks. If you have some time to open a pull request, it would be even better because I lack time for now to...
You're right. Also, the label of the task may be hidden because it's placed in center of this div.
But the truncated icon (< or >) seems to be displayed properly on master ([unstable demo](http://rawgit.com/angular-gantt/angular-gantt/master/demo/dist/index.html)).