Skip to content

Commit

Permalink
(release): 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Feb 14, 2019
1 parent 5939cbe commit f75a87c
Show file tree
Hide file tree
Showing 79 changed files with 723 additions and 334 deletions.
16 changes: 13 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Changelog

## 10.0.1
- Bug: Fix click handler for advanced legend items passing a truncated value
- Chore: Update prettier and @swimlane/prettier-config-swimlane
## 10.1.0

- Feature: Allow configuration of tick trimming on charts with X and Y axis (#870)
- Bug: Updated packages to remove event-stream vulnerability
- Bug: Fixed issue where advanced pie legend click emits the truncated (#1106)
- Bug: Fixed rotation to respect tick trimming
- Bug: Fixed Pie Chart flicker on Safari (#1068)
- Bug: Fixed issue where vertical bar chart is not showing X axis when all data values are negative (#1044)
- Chore: Removed unused param in GridPanelSeriesComponent (#1025)
- Chore: Added type check instead of truthy value for determining min/max in getRangeGenerator (#1042)
- Docs: Fixed typo (#1056)
- Docs: Fixed link in readme (#1053)
- Docs: Fixed documentation link (#1029)

## 10.0.0

Expand Down
504 changes: 272 additions & 232 deletions package-lock.json

Large diffs are not rendered by default.

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": "10.0.0",
"version": "10.1.0",
"description": "Declarative Charting Framework for Angular2 and beyond!",
"main": "release/index.js",
"module": "release/esm.js",
Expand Down
22 changes: 21 additions & 1 deletion 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 f75a87c

Please sign in to comment.