Skip to content

Latest commit

 

History

History
204 lines (135 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

204 lines (135 loc) · 5.52 KB

v1.0.0 (2019-06-13)

Added

  • Update to Angular 8, marking a 1.0 release.
  • Added onHistoryClicked action to Table.

v0.21.0 (2019-02-18)

Added

  • Make individual "actions" configurable in table
  • Add hide column one option to table

v0.18.0 (2019-01-08)

Added

  • Spinner component

v0.17.0 (2018-12-31)

Added

  • Action Row option to table

v0.16.6 (2018-12-31)

Added

  • Pagination component.
  • Dialog component.

v0.15.0 (2018-12-19)

Fix

  • Adjusted dependency chain for package
  • Migrated to Angular 7.x

v0.14.0 (2018-06-07)

Added

  • Ability to override color options in bar-charts.
  • Ability to spread colors across groups.

v0.13.3 (2018-05-18)

Fix

  • Stop chart failure on empty data sets.
    • bar-chart
    • line-area-chart
    • pie-chart
    • table
  • Fix normalized height of table.
  • Responsive concerns in table.

Features

  • Add the ability to enable/disable sticky footer/header independently of each other.

v0.13.1 (2018-05-16)

Fix

  • Responsive charts are now compatible with Angular 5.

v0.13.0 (2018-05-16)

Features

  • Pie Chart, Bar Chart and Line Area Chart are now responsive.

v0.12.1 (2018-05-15)

Fix

  • Fix dynamic width/height calcs on bar-charts based on hideAxis being set to true and a group label being present.

v0.12.0 (2018-05-09)

Features

  • Bar Charts
    • Hide Scales
    • Hide Grids
  • Line Area Charts
    • Hide Scales
    • Hide Grids

v0.11.2 (2018-05-08)

Fix

  • Rxjs imports

v0.11.1 (2018-05-08)

Fix

  • Import reference error in --prod builds

v0.11.0 (2018-05-08)

Features

  • Add event emitters
    • On bar click in bar charts.
    • On dot click in line/area charts.
    • On slice click in pie charts.

v0.10.0 (2018-05-07)

Features

  • Migrated to Angular 6.x

v0.9.0 (2018-05-03)

Features

  • Bar Chart
    • Added stacked bar charts.
    • Added grouped bar charts.
    • Added thresholds that span the entire chart, groups, or individual bars.
  • Added ability to supply a tick-format through configuration.
    • When set, formats axis' and tooltips accordingly.

v0.8.1 (2018-04-29)

Fixes

  • Table
    • Clear header cache on re-int of UI.
    • Scoped margin style.
    • Check for UI build when no data is present.
    • Width calc on router switch.

v0.8.1 (2018-04-27)

Fixes

  • Activate tooltip on mouse move instead of mouseover event.
    • pie-chart
    • bar-chart(s)
  • Change selected SVG display types to block in order to remove extra padding applied at the base of SVG.

For details on features included, visit the v0.8 milestone.

v0.7 (2018-04-25)

Features

  • Add tooltips on value hovers.
    • Pie Chart
    • Bar Chart (Horizontal and Vertical)
    • Line Area Chart
  • Add continuous value UX effects to line-area-chart.
  • Add hover UI indicators on pie chart and bar chart.

For details on features included, visit the v0.7 milestone.

v0.6 (2018-04-23)

Features

  • OnInit load animations for Bar Chart (Horizontal & Vertical), Line Area Chart, and Pie Chart.

For details on features included, visit the v0.6 milestone.

v0.5 (2018-04-17)

First Release Of Pioneer Charts!

This inaugural release includes 4 basic charts:

  • Bar Chart (Horizontal & Vertical)
  • Table
  • Line Area Chart
  • Pie Chart

For details on features included, visit the v0.5 - Initial Release milestone.