Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 2.15 KB

CHANGELOG.MD

File metadata and controls

72 lines (55 loc) · 2.15 KB

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.3] - 2018-09-02

Changed

  • Trying to fix a hard to understand bug in TRAVIS:

[0.2.2] - 2018-09-01

Changed

  • Trying to fix a hard to understand bug in TRAVIS:

[0.2.1] - 2018-09-01

Changed

  • Trying to fix a hard to understand bug in TRAVIS: Module parse failed: /home/travis/build/RodrigoMattosoSilveira/rms-sparklines-styleguide/node_modules/rms-sparklines/util-lib/src/util-lib.ts Unexpected token (10:33) You may need an appropriate loader to handle this file type.

[0.2.0] - 2018-09-01

Changed

  • Added tooltips to barchart; now all sparklines have tooltips

[0.2.0-alpha.8] - 2018-08-03

Changed

  • Fixed tooltip bug on inline and boxplot sparklines, where tooltips are not removed after moving away from the tooltip zone, while still withing the canvas area.

[0.2.0-alpha.7] - 2018-08-03

Changed

  • Fixed tooltip bug on inline and boxplot sparklines

[0.2.0-alpha.6] - 2018-07-30

Added

  • support for tooltips on rms-sparkline-boxplot

[0.2.0-alpha.5] - 2018-07-22

Added

  • support for tooltips on rms-sparkline-inline

Changed

  • Fixed bugs with inline

[0.2.0-alpha.4] - 2018-07-17

Changed

  • Fixed documentation typos; included details about new ways to pass arrays.

[0.2.0-alpha.3] - 2018-07-15

Changed

  • refactored to generate all components according to Web Component best practices for structures; more work required to comply with all recommendations.

[0.2.0-alpha.2] - 2018-07-06

Changed

  • refactored version of rms-sparkline, with all utility classes hosted in util-lib

[0.2.0-alpha.1] - 2018-07-06

Changed

  • added support for svg

[0.1.4] - 2018-07-06

Changed

  • Added box plot

[0.1.2] - 2018-06-30

Changed

[0.1.1] - 2018-06-29

Changed

  • Debugging the reason for build failure

[0.1.00] - 2018-06-28

Added

  • Added support for bar-chart negative, dual, tri char types

Changed

  • Split the inline charts to show case simple, decorated and shaded.