Skip to content

Latest commit

 

History

History
103 lines (76 loc) · 3.31 KB

ReleaseNotes.md

File metadata and controls

103 lines (76 loc) · 3.31 KB

Version 5.1.1 (2015-03-17)

  • update crn-webservice, acis-webservice example graphs with new working data service

Version 5.1.0 (2015-03-17)

  • includes initial ability to read MUGL in JSON format; not yet documented
  • implements datatips
  • implements rudimentary filter capability, presently for pointline renderer only

Version 5.0.1 (2015-03-09)

  • converts source code to node.js-style 'require' modules instead of jermaine namespaces
  • enables command-line execution of unit tests using jasmine-node
  • revises the way test graphs are handled
  • converts from grunt to npm for building
  • creates new "nojq" version of distributed JS files that do not include jQuery
  • this release is supposed to otherwise be 100% backward-compatible with previous versions; please submit an issue in the Github issue queue at https://github.com/multigraph/js-multigraph/issues if you notice any problems

Version 4.3rc1 (2014-04-22)

  • converts from ant to grunt for building
  • includes various features added for use in global climate dashboard

Version 4.2 (2013-04-08)

  • codebase modified so the minified version is about 3% (12K) smaller
  • bugfix in parser. correctly handles <labels> tags without spacing attributes.
  • csv_adapter defaults to use ArrayData
  • bugfix in canvas fill renderer with downfill colors
  • busy spinner moved to center of the graph

Version 4.1 (2013-03-21)

  • removes serializer from release
  • adds a custom lightbox plugin for mobile devices
  • adds support for adapter plugins for values and csv data sources
  • adds repeat tag to support periodic data
  • boolean attributes in the MUGL can all be yes or no OR true or false
  • graphs with bound axes will automatically be redrawn when one is interacted with
  • improves raphael's performance
  • improves canvas's performance in IE 10
  • error reporting now includes full stack trace
  • cursor does not change to text mode on mouse down
  • corrects test for instances of DataValue
  • abstracts graph generation
  • simplifies touch handlers
  • removes references to logger renderer in release
  • bugfixes with the legend
  • bugfixes in defaults handler
  • fixes whitespace issues

Version 4.0 (2013-01-03)

  • first official release!

Version 4.0rc7 (2012-12-20)

  • bugfix for throttle MUGL tag

Version 4.0rc6 (2012-12-20)

  • adds throttle mugl tag for throttling ajax requests
  • a few very minor tweaks to MUGL spec and processing

Version 4.0rc5 (2012-12-12)

  • interpret relative URLs mentioned in MUGL files relative to the MUGL file URL itself
  • minor bugfixes

Version 4.0rc4 (2012-12-11)

  • adds MIT license

Version 4.0rc3 (2012-12-10)

  • minor enhancements to jQuery plugin
  • adds "busy spinner" in upper left corner to show when ajax request is outstanding

Version 4.0rc2 (2012-12-06)

  • Another test release, includes new jQuery plugin

Version 4.0rc1 (2012-12-06)

  • Another test release, mostly just checking to make sure that release system works correctly with version tags containing a string suffix.