Skip to content

Commit 7f19578

Browse files
chore(release): 1.6.0-dev.1 [skip ci]
## [1.6.0-dev.1](v1.5.0...v1.6.0-dev.1) (2021-02-07) ### Features * **series:** Define the `opacity` of the line or area ([8dfb3fd](8dfb3fd)), closes [#57](#57) * add stroke_width and experimental color_threshold/disable_config_validation ([fcdfa88](fcdfa88)), closes [#58](#58) ### Bug Fixes * **color_threshold:** opacity for color_threshold ([5a325f4](5a325f4)) * **func:** median was sometimes wrong ([c36dda7](c36dda7))
1 parent 8dfb3fd commit 7f19578

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.6.0-dev.1](https://github.com/RomRider/apexcharts-card/compare/v1.5.0...v1.6.0-dev.1) (2021-02-07)
2+
3+
4+
### Features
5+
6+
* **series:** Define the `opacity` of the line or area ([8dfb3fd](https://github.com/RomRider/apexcharts-card/commit/8dfb3fd8839d7f93438b2273701bacd916d405c0)), closes [#57](https://github.com/RomRider/apexcharts-card/issues/57)
7+
* add stroke_width and experimental color_threshold/disable_config_validation ([fcdfa88](https://github.com/RomRider/apexcharts-card/commit/fcdfa88fc357b64d7d958cfbc67695f58b53c69c)), closes [#58](https://github.com/RomRider/apexcharts-card/issues/58)
8+
9+
10+
### Bug Fixes
11+
12+
* **color_threshold:** opacity for color_threshold ([5a325f4](https://github.com/RomRider/apexcharts-card/commit/5a325f4507b165564f41fb2d86095ca6175b37dc))
13+
* **func:** median was sometimes wrong ([c36dda7](https://github.com/RomRider/apexcharts-card/commit/c36dda7b6121df9bcd924f5e5b5c9e543930e896))
14+
115
## [1.5.0](https://github.com/RomRider/apexcharts-card/compare/v1.4.0...v1.5.0) (2021-02-04)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apexcharts-card",
3-
"version": "1.5.0",
3+
"version": "1.6.0-dev.1",
44
"description": "A Home Assistant Lovelace card using ApexCharts to render graphs",
55
"main": "src/apexcharts-card.ts",
66
"scripts": {

0 commit comments

Comments
 (0)