This file documents all notable changes to juttle-viz. The release numbering uses semantic versioning.
Released 2016-03-24
- Scatterchart no longer defaults title to 'name' field of points [#85]
- package.json: remove unused gulp-mocha-phantomjs dependency [#81]
- Fix bug with scatterchart when 'name' was present in points but -title option wasn't specified [#84]
Release 2016-03-16
- table view: allow progressive option (so juttles written for CLI work here) [#79]
- time-bars: properly handle case when hovering with no points present [#77]
- timechart: -interval creates break in line when it shouldn't [#75]
Released 2016-03-09
- timechart: support series 'width' option [#72]
- Fix timechart bars width and positioning bug [#71]
Released 2016-03-09
- Support markdown view for annotations [#62]
- timechart: use -interval value to set bar width when appropriate [#64]
- add ecosystem link [#68]
- text: make options and default behavior match CLI's
view text
[#5] - default format to 'json' instead of raw
- add support for
indent
option to control pretty-printing
- json output of
view text
should be dense by default [#5]
Released 2016-02-29
- timechart: improve downsampling by changing option name from
-display.dataDensity
to-downsample
and making it aboolean
[#6]
Released 2016-02-22
- juttle-view: remove drag icon from header [#55]
- bars.js: fix bug where sending a point with value 0 caused an exception [#56]
Released 2016-02-09
- change Outrigger references to Juttle Engine [#49]
Released 2016-02-08
- juttle-view: add static method getFlattenedParamValidationErrors [#40]
Released 2016-02-05
- add umd build [#43]
- This changes the location of the built css from
build/charts.css
todist/juttle-viz.css
- timechart series detection: don't add fields with null values to a series' keys [#44]
Released 2016-01-21
- time field: fix which views require time in points and which ones don't [#32]
Released 2016-01-20
- Expect dates and durations [#25]
- As part of this, make
moment
a peerDependency, change the example to use thelib
build of juttle-viz, and remove thedist
build. See PR for details.
Released 2016-01-06
Released 2015-12-18
- Initial release of the standalone juttle-viz project.