v1.0.0 (2019-06-13)
- Update to Angular 8, marking a 1.0 release.
- Added
onHistoryClicked
action to Table.
v0.21.0 (2019-02-18)
- Make individual "actions" configurable in table
- Add hide column one option to table
v0.18.0 (2019-01-08)
- Spinner component
v0.17.0 (2018-12-31)
- Action Row option to table
v0.16.6 (2018-12-31)
- Pagination component.
- Dialog component.
v0.15.0 (2018-12-19)
- Adjusted dependency chain for package
- Migrated to Angular 7.x
v0.14.0 (2018-06-07)
- Ability to override color options in bar-charts.
- Ability to spread colors across groups.
v0.13.3 (2018-05-18)
- Stop chart failure on empty data sets.
- bar-chart
- line-area-chart
- pie-chart
- table
- Fix normalized height of table.
- Responsive concerns in table.
- Add the ability to enable/disable sticky footer/header independently of each other.
v0.13.1 (2018-05-16)
- Responsive charts are now compatible with Angular 5.
v0.13.0 (2018-05-16)
- Pie Chart, Bar Chart and Line Area Chart are now responsive.
v0.12.1 (2018-05-15)
- 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)
- Bar Charts
- Hide Scales
- Hide Grids
- Line Area Charts
- Hide Scales
- Hide Grids
v0.11.2 (2018-05-08)
- Rxjs imports
v0.11.1 (2018-05-08)
- Import reference error in --prod builds
v0.11.0 (2018-05-08)
- 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)
- Migrated to Angular 6.x
v0.9.0 (2018-05-03)
- 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)
- 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)
- 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)
- 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)
- 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)
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.