Skip to content

Commit 7d96703

Browse files
chore(release): 1.8.0-dev.5 [skip ci]
## [1.8.0-dev.5](v1.8.0-dev.4...v1.8.0-dev.5) (2021-03-01) ### Features * **group_by:** With `start_with_last`, each bucket will start with the last data from the previous bucket ([8669411](8669411)) * **span:** Add support for `isoWeek` ([7abc750](7abc750)), closes [#106](#106) ### Bug Fixes * **start_with_last:** `start_with_last` would sometimes throw ([f5aa2e3](f5aa2e3)) * bug introduced by 591add ([b9c9297](b9c9297)) * Optimize `extend_to_end` when used with `group_by` ([591add8](591add8))
1 parent e6f3b16 commit 7d96703

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.8.0-dev.5](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.4...v1.8.0-dev.5) (2021-03-01)
2+
3+
4+
### Features
5+
6+
* **group_by:** With `start_with_last`, each bucket will start with the last data from the previous bucket ([8669411](https://github.com/RomRider/apexcharts-card/commit/8669411142a320139b1bed6200e670d173a47bac))
7+
* **span:** Add support for `isoWeek` ([7abc750](https://github.com/RomRider/apexcharts-card/commit/7abc75027600de2ee937ad07e510a78aa28125ed)), closes [#106](https://github.com/RomRider/apexcharts-card/issues/106)
8+
9+
10+
### Bug Fixes
11+
12+
* **start_with_last:** `start_with_last` would sometimes throw ([f5aa2e3](https://github.com/RomRider/apexcharts-card/commit/f5aa2e36e1d792a5c73fb69a028ad5e71e9a0d68))
13+
* bug introduced by 591add ([b9c9297](https://github.com/RomRider/apexcharts-card/commit/b9c929727182e2101fb3747e0e82982450ffd9f6))
14+
* Optimize `extend_to_end` when used with `group_by` ([591add8](https://github.com/RomRider/apexcharts-card/commit/591add86317a288c8935daa2264ae831ca392d29))
15+
116
## [1.8.0-dev.4](https://github.com/RomRider/apexcharts-card/compare/v1.8.0-dev.3...v1.8.0-dev.4) (2021-02-26)
217

318

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.8.0-dev.4",
3+
"version": "1.8.0-dev.5",
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)