dygraphs 0.7
--------------------------------------------------------------------------------

* Ensure that dygraphs are shown properly in R Markdown tabsets 

* Ensure that dygraphs are shown properly in reveal.js presentations

* Fix bug which prevented custom plotters from working in dySeries


dygraphs 0.6
--------------------------------------------------------------------------------

* Add support for plotting data with a numeric x-axis (previously only time series
  data was accepted).

* Add new logscale option for numeric x-axis.

* Add stemPlot option to dyOptions and dySeries.


dygraphs 0.5
--------------------------------------------------------------------------------

* Update embedded dygraphs to version 1.1

* Add support for show='follow' to dyLegend

* Add labelsUTC option to dyOptions

* Change default x axis label width to 60 (necessitated by changes to default
  dygraphs 1.1 x-axis year formatting)

* Allow explicit specification of series periodicity when creating a dygraph 


dygraphs 0.4.5
--------------------------------------------------------------------------------

* Correct serialization of dates with year < 1000

* Add axis argument to dyShading for horizontal shading

* Add dyLimit function for drawing horizontal limit lines

* Add retainDateWindow option for more flexibility as to whether
  the user data window (zoom level) is retained when updating
  data and/or options for an existing dygraph.
  
* Fix infinite redraw issue which occurred with shiny uiOutput
  and grouped dygraphs.
  
* Fix failure to update shiny date range input after graph is 
  re-rendered based on new data or options.


dygraphs 0.4.3
--------------------------------------------------------------------------------

* Support dynamic updating (i.e. for Shiny reactive outputs) for all dygraphs
  properties (destroy and rebuild the entire dygraph on renderValue)
  
* Fix an axis value issue that occurred with seconds and useDataTimezone

* Fix issue where dygraph in ioslides didn't display on slide entry


dygraphs 0.4.2
--------------------------------------------------------------------------------

* Fix bug with specification of multiple series colors


dygraphs 0.4.1
--------------------------------------------------------------------------------

* Add useDataTimezone option to enable time display using the underlying
  xts timezone rather than the timezone of the client workstation.
  
* Add Shiny input binding for the currently selected dateWindow

* Fix bug with incorrect formatting of ISO8601 dates on Windows

* Fix bug which caused specification of only a single custom color to fail

* Add explicit showRoller option to dyRoller function


dygraphs 0.3.3
--------------------------------------------------------------------------------

Initial release to CRAN

