Skip to content

Commit

Permalink
(release): 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Nov 20, 2019
1 parent 3bfffdf commit 86f8936
Show file tree
Hide file tree
Showing 43 changed files with 213 additions and 111 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
@@ -1,5 +1,11 @@
# Changelog

## 12.1.0

- Enhancement: Sanitize tooltip labels (#1241)
- Bug: fix line chart scaling on charts with large domain (#1204)
- Bug: add check for undefined xScale in groupTransform (#1273)

## 12.0.1

- Bug: Pass the correct number of parameters to fix production build (#1203)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "12.0.1",
"version": "12.1.0",
"description": "Declarative Charting Framework for Angular",
"main": "release/index.js",
"module": "release/esm.js",
Expand Down
2 changes: 1 addition & 1 deletion release/bar-chart/bar-vertical-stacked.component.js

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

2 changes: 1 addition & 1 deletion release/bar-chart/bar-vertical-stacked.component.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/bar-chart/series-horizontal.component.js

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

2 changes: 1 addition & 1 deletion release/bar-chart/series-horizontal.component.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/bar-chart/series-vertical.component.js

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

2 changes: 1 addition & 1 deletion release/bar-chart/series-vertical.component.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions release/bubble-chart/bubble-series.component.js

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

2 changes: 1 addition & 1 deletion release/bubble-chart/bubble-series.component.js.map

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

4 changes: 2 additions & 2 deletions release/common/circle-series.component.js

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

0 comments on commit 86f8936

Please sign in to comment.