Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-11-18)

### Bug Fixes

* **config:** Remove entity config error [kalkih#592](https://github.com/malow/mini-graph-card/issues/592) ([kalkih#593](https://github.com/malow/mini-graph-card/issues/593)) ([53d923a](53d923a))
* **stalebot:** issues should also use exemptLabels ([4d74c1f](4d74c1f))
* display a warning if entity is not available ([kalkih#545](https://github.com/malow/mini-graph-card/issues/545)) ([a334b84](a334b84)), closes [kalkih#487](https://github.com/malow/mini-graph-card/issues/487)
* Fix undefined variable introduced by [kalkih#545](https://github.com/malow/mini-graph-card/issues/545) ([9e923f5](9e923f5))
* Support for `fire-dom-event` ([c29f55f](c29f55f)), closes [kalkih#563](https://github.com/malow/mini-graph-card/issues/563)
* **log:** color_thresholds render incorectly with logaritmic on ([kalkih#542](https://github.com/malow/mini-graph-card/issues/542)) ([b704885](b704885)), closes [kalkih#531](https://github.com/malow/mini-graph-card/issues/531)
* icon will properly follow entity's device_class [[kalkih#484](https://github.com/malow/mini-graph-card/issues/484)] ([2f9e0a7](2f9e0a7))
* Time would sometime display 24:xx instead of 00:xx [[kalkih#536](https://github.com/malow/mini-graph-card/issues/536)] ([7c7d921](7c7d921))

### Features

* Interpolate color threshold stops ([kalkih#596](https://github.com/malow/mini-graph-card/issues/596)) ([3826c0d](3826c0d))
* **attribute:** Retrieve an attribute instead of the state ([kalkih#564](https://github.com/malow/mini-graph-card/issues/564)) ([708bfde](708bfde)), closes [kalkih#411](https://github.com/malow/mini-graph-card/issues/411) [kalkih#245](https://github.com/malow/mini-graph-card/issues/245) [kalkih#501](https://github.com/malow/mini-graph-card/issues/501)
* **graph:** Add median aggregate function ([kalkih#521](https://github.com/malow/mini-graph-card/issues/521)) ([57219bd](57219bd))
* Format numbers according to selected language [[kalkih#495](https://github.com/malow/mini-graph-card/issues/495) [kalkih#509](https://github.com/malow/mini-graph-card/issues/509)] ([5785bd8](5785bd8))
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent 0fb9521 commit 4461474
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 1.0.0 (2023-11-18)


### Bug Fixes

* **config:** Remove entity config error [#592](https://github.com/malow/mini-graph-card/issues/592) ([#593](https://github.com/malow/mini-graph-card/issues/593)) ([53d923a](https://github.com/malow/mini-graph-card/commit/53d923a8d4979169cb48073d4ac0f595fc80e6a7))
* **stalebot:** issues should also use exemptLabels ([4d74c1f](https://github.com/malow/mini-graph-card/commit/4d74c1f103af7c830291c2c85a505adba9a9f4f9))
* display a warning if entity is not available ([#545](https://github.com/malow/mini-graph-card/issues/545)) ([a334b84](https://github.com/malow/mini-graph-card/commit/a334b84f6c76a75d3af212ec18c7a423b2a2c022)), closes [#487](https://github.com/malow/mini-graph-card/issues/487)
* Fix undefined variable introduced by [#545](https://github.com/malow/mini-graph-card/issues/545) ([9e923f5](https://github.com/malow/mini-graph-card/commit/9e923f55af19e0dcacf58ec3c5e38ae085c144ec))
* Support for `fire-dom-event` ([c29f55f](https://github.com/malow/mini-graph-card/commit/c29f55f78b24f8ec2a7f44aae1c40dfe0f837c81)), closes [#563](https://github.com/malow/mini-graph-card/issues/563)
* **log:** color_thresholds render incorectly with logaritmic on ([#542](https://github.com/malow/mini-graph-card/issues/542)) ([b704885](https://github.com/malow/mini-graph-card/commit/b704885746f6ead103e5b4285cd6554bb4ba7554)), closes [#531](https://github.com/malow/mini-graph-card/issues/531)
* icon will properly follow entity's device_class [[#484](https://github.com/malow/mini-graph-card/issues/484)] ([2f9e0a7](https://github.com/malow/mini-graph-card/commit/2f9e0a75c10d6df932025df1e39faffd5f7992a7))
* Time would sometime display 24:xx instead of 00:xx [[#536](https://github.com/malow/mini-graph-card/issues/536)] ([7c7d921](https://github.com/malow/mini-graph-card/commit/7c7d9210810e3fd8ca4f77b9708a09fadc963a93))


### Features

* Interpolate color threshold stops ([#596](https://github.com/malow/mini-graph-card/issues/596)) ([3826c0d](https://github.com/malow/mini-graph-card/commit/3826c0dd7e647792ac01fae47a9b057deefad337))
* **attribute:** Retrieve an attribute instead of the state ([#564](https://github.com/malow/mini-graph-card/issues/564)) ([708bfde](https://github.com/malow/mini-graph-card/commit/708bfde41dffafcef5378da4365ef394b533d6c7)), closes [#411](https://github.com/malow/mini-graph-card/issues/411) [#245](https://github.com/malow/mini-graph-card/issues/245) [#501](https://github.com/malow/mini-graph-card/issues/501)
* **graph:** Add median aggregate function ([#521](https://github.com/malow/mini-graph-card/issues/521)) ([57219bd](https://github.com/malow/mini-graph-card/commit/57219bd928006286d38ff7628454af36db6c6349))
* Format numbers according to selected language [[#495](https://github.com/malow/mini-graph-card/issues/495) [#509](https://github.com/malow/mini-graph-card/issues/509)] ([5785bd8](https://github.com/malow/mini-graph-card/commit/5785bd8a9c1912ef22a8e70abab7c4b5e00abe74))

# [0.11.0](https://github.com/kalkih/mini-graph-card/compare/v0.10.0...v0.11.0) (2022-01-22)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This card is available in [HACS](https://hacs.xyz/) (Home Assistant Community St
2. Grab `mini-graph-card-bundle.js`:

```
$ wget https://github.com/kalkih/mini-graph-card/releases/download/v0.11.0/mini-graph-card-bundle.js
$ wget https://github.com/kalkih/mini-graph-card/releases/download/v1.0.0/mini-graph-card-bundle.js
```

3. Add the resource reference as decribed below.
Expand All @@ -37,7 +37,7 @@ If you configure Lovelace via YAML, add a reference to `mini-graph-card-bundle.j

```yaml
resources:
- url: /local/mini-graph-card-bundle.js?v=0.11.0
- url: /local/mini-graph-card-bundle.js?v=1.0.0
type: module
```
Expand All @@ -60,7 +60,7 @@ Else, if you prefer the graphical editor, use the menu to add the resource:

```yaml
resources:
- url: /local/mini-graph-card-bundle.js?v=0.11.0
- url: /local/mini-graph-card-bundle.js?v=1.0.0
type: module
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-graph-card",
"version": "0.11.0",
"version": "1.0.0",
"description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down

0 comments on commit 4461474

Please sign in to comment.