Open
Description
Some stuff to do for v1.2.0:
- Reevaluate this list! Move some tasks to other tickets/releases, possibly use "Projects"?
- merge
develop
branch intomaster
- delete
develop
branch - merge
master
branch intogh-pages
- Update README:
- Update the list of features to be more comprehensive
- Maybe add comparison to other Gantt implementations out there?
- Merge in updated CONTRIBUTORS file content into its own section (can add back CONTRIBUTING file with details later only if needed)
- Remove CONTRIBUTORS file
- Some more CSS cleanup:
- replace images with data URIs in CSS (then remove img directory)
- remove references to
gantt
&gantt2
classes (update demo accordingly) - switch to border-box box model (Box-sizing might affect Gantt appearance #102)
- replace jquery.cookie support with JS Cookie support
- adopt AMD or ESM pattern
- minify js (note in README that pull requests should not contain changes to minified file(s))
- Add appropriate dotfiles:
- add .eslintrc file
- add .editorconfig file
- add .gitattributes file
- Add package.json for npm (remember to add
jquery-plugin
andecosystem:jquery
keywords - ref) - add tag & release notes (Create a new release/tag #161)
- Register on npm registry
- Update reference on cdnjs ([Request] Add jQuery.Gantt cdnjs/cdnjs#6099, [New] Manually add jQuery.Gantt@1.1.0 w/ git auto-update cdnjs/cdnjs#7005)