vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
534 B

  1. vis.js history
  2. http://visjs.org
  3. ## 2013-05-03, version 0.0.8
  4. - Performance improvements: only visible items are rendered.
  5. - Minor bug fixes and improvements.
  6. ## 2013-04-25, version 0.0.7
  7. - Sanitized the published packages on npm and bower.
  8. ## 2013-04-25, version 0.0.6
  9. - Css is now packaged in the javascript file, and automatically loaded.
  10. - The library uses node style dependency management for modules now, used
  11. with Browserify.
  12. ## 2013-04-16, version 0.0.5
  13. - First working version of the Timeline
  14. - Website created.