Skip to content

Commit

Permalink
(release): 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Jul 4, 2017
1 parent ddccffb commit ee34871
Show file tree
Hide file tree
Showing 86 changed files with 980 additions and 774 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.0.0
- Breaking: Removed `showSeriesOnHover` option of line-chart
- Refactor: Improved performance of line and area chart tooltips (#463)
- Enhancement: Added `roundEdges` input property to bar charts (#408)
- Enhancement: Tooltip elements are not created if tooltips are disabled (#415)
- Enhancement: Added the option to define reference lines in line charts (#422)
- Enhancement: Improved animations
- Bug: Fixed timeline select issue (#425)
- Chore: Upgraded angular to 4.2.5
- Demo: Added timeline filter bar chart demo
- Demo: Added Combo chart (bar and line) demo (#432)

## 5.3.1
- Bug: Fix bug where the axis component would not emit a dimensionsChanged event in some cases

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "5.3.1",
"version": "6.0.0",
"description": "Declarative Charting Framework for Angular2 and beyond!",
"main": "release/index.js",
"typings": "release/index.d.ts",
Expand Down
14 changes: 12 additions & 2 deletions release/area-chart/area-chart-normalized.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee34871

Please sign in to comment.