Skip to content

Releases: Esri/cedar

v0.4.3

06 Aug 00:33
Compare
Choose a tag to compare

Changed

  • Default query adds "sqlFormat": "standard"

Support

  • Docs should only build on merging a PR
  • PRs from forks should not break Travis
  • Prism 1.5.0 added to include syntax highlighting on docs
  • Added example for time aggregation with hosted services
  • Fixed specs to accept &sqlFormat=standard
  • Added missing peer dependencies as dev dependencies for npm3 users
  • use node-sass so ruby is not required to run docs site
  • fix bug where npm start causes machine to freeze
  • remove unused grunt tasks/plugins

v0.4.2

04 May 16:22
Compare
Choose a tag to compare

Support

  • Exclude gh-release and gh-pages from travis build

v0.4.1

04 May 15:55
Compare
Choose a tag to compare

Support

  • Removed bower_components as a dev dependency
  • Added Release script
  • Npm and bower release

v0.4.0

28 Apr 13:40
Compare
Choose a tag to compare

Added

  • Added grouped bar charts
  • Dashboard examples
  • Map chart example
  • Deploy runs tests in Travis

Changed

  • Fix leaflet map location
  • Show dynamic negative values
  • Fix pie chart labels
  • Update tooling

v0.3

05 Aug 03:56
Compare
Choose a tag to compare

Added

  • Option for automatic tick marks based on chart size
  • Added Tooltips API
  • Added default Tooltip
  • Added Event.off

Changed

  • X-Axis labels rotated counter-clockwise (to use Y-Axis space)
  • Changed 'autolabels' default to true
  • Changed 'renderer' default to 'svg'

Support

  • Added example demo links to JSFiddle

v0.2

14 Jul 21:08
Compare
Choose a tag to compare

Added

  • Sparkline chart type
  • JSDoc documentation

Changed

  • Upgraded to Vega2
  • Tooltip demo improvements
  • Homepage improvements

v0.1

09 Jul 02:44
Compare
Choose a tag to compare

Baseline version.

  • Basic chart types: bar, horizontal, scatterplot, bubble, pie, time line, sparkline
  • Load data via Layer or inline data
  • Event binding
  • Map-Chart interaction examples

Future versions will update the API, add more chart types, add more documentation.