mirror of
https://github.com/kalkih/mini-graph-card.git
synced 2025-12-20 00:35:56 +01:00
# [0.13.0](https://github.com/kalkih/mini-graph-card/compare/v0.12.1...v0.13.0) (2025-05-29) ### Bug Fixes * adapt state color to tooltip properties ([#1214](https://github.com/kalkih/mini-graph-card/issues/1214)) ([1142f25](1142f259b1)) * computeUom() for attribute & empty unit ([#1236](https://github.com/kalkih/mini-graph-card/issues/1236)) ([436b9a9](436b9a94f3)) * deprecated paper-item-icon-color ([#1247](https://github.com/kalkih/mini-graph-card/issues/1247)) ([2e99db5](2e99db5e97)) * hide graph loading indicator when appropriate ([#1197](https://github.com/kalkih/mini-graph-card/issues/1197)) ([d708d6a](d708d6a22f)) * indicator style for the 1st state ([#1105](https://github.com/kalkih/mini-graph-card/issues/1105)) ([c0ad333](c0ad333ee9)) * legend indicators respect entity attribute configuration ([#1115](https://github.com/kalkih/mini-graph-card/issues/1115)) ([5fe01d1](5fe01d15a7)) * legend unit percent w/o whitespace ([#1191](https://github.com/kalkih/mini-graph-card/issues/1191)) ([9f5cfd9](9f5cfd9c86)) * migrate to ha-spinner ([#1234](https://github.com/kalkih/mini-graph-card/issues/1234)) ([d68f651](d68f651af0)) * more intuitive min_bound_range behavior ([#1136](https://github.com/kalkih/mini-graph-card/issues/1136)) ([54d9875](54d987568b)) * name and icon color respect attribute choice ([#1131](https://github.com/kalkih/mini-graph-card/issues/1131)) ([cbfba7a](cbfba7a6a4)) * padding fill ([#1238](https://github.com/kalkih/mini-graph-card/issues/1238)) ([f930fa6](f930fa60df)) * process absent UoM in computeLegend() ([#1237](https://github.com/kalkih/mini-graph-card/issues/1237)) ([5724cfd](5724cfdd8e)) * remove unused argument from getBoundary ([#1193](https://github.com/kalkih/mini-graph-card/issues/1193)) ([f5261d9](f5261d92c3)) * use a proper config in renderState() ([#1217](https://github.com/kalkih/mini-graph-card/issues/1217)) ([c980460](c980460098)) * use d3 to interpolate colors ([#1118](https://github.com/kalkih/mini-graph-card/issues/1118)) ([b8676f5](b8676f5571)) ### Features * add "tooltip--label" class ([#1202](https://github.com/kalkih/mini-graph-card/issues/1202)) ([0d3c184](0d3c184dc1)) * Add loader ([#1180](https://github.com/kalkih/mini-graph-card/issues/1180)) ([30c5263](30c5263a30)) * add show_legend_state ([#1173](https://github.com/kalkih/mini-graph-card/issues/1173)) ([3b1c827](3b1c82793a))
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "mini-graph-card",
|
|
"version": "0.13.0",
|
|
"description": "A minimalistic and customizable graph card for Home Assistant Lovelace UI",
|
|
"keywords": [
|
|
"home-assistant",
|
|
"homeassistant",
|
|
"hass",
|
|
"automation",
|
|
"lovelace",
|
|
"sensor",
|
|
"graph",
|
|
"svg",
|
|
"custom-cards"
|
|
],
|
|
"main": "src/main.js",
|
|
"module": "src/main.js",
|
|
"repository": "git@github.com:kalkih/mini-graph-card.git",
|
|
"author": "Karl Kihlström <mrkihlstrom@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@kalkih/lz-string": "^1.4.5",
|
|
"custom-card-helpers": "^1.6.6",
|
|
"d3-interpolate": "^3.0.1",
|
|
"lit-element": "^2.2.1",
|
|
"localforage": "^1.7.3",
|
|
"spark-md5": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.6.4",
|
|
"@babel/core": "^7.6.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.3",
|
|
"@babel/plugin-proposal-decorators": "^7.3.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
|
"@babel/plugin-transform-spread": "^7.2.2",
|
|
"@babel/plugin-transform-template-literals": "^7.2.0",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@semantic-release/changelog": "^5.0.1",
|
|
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
"@semantic-release/exec": "^5.0.0",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@semantic-release/github": "^7.2.0",
|
|
"@semantic-release/npm": "^7.0.9",
|
|
"@semantic-release/release-notes-generator": "^9.0.1",
|
|
"@types/spark-md5": "^3.0.2",
|
|
"babel-plugin-iife-wrap": "^1.1.0",
|
|
"babel-preset-minify": "^0.5.0",
|
|
"eslint": "^5.3.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"rollup": "^2.33.1",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-serve": "^1.1.0",
|
|
"semantic-release": "^17.3.3"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lint && npm run rollup && npm run babel",
|
|
"rollup": "rollup -c",
|
|
"babel": "babel dist/mini-graph-card-bundle.js --out-file dist/mini-graph-card-bundle.js",
|
|
"lint": "eslint src/* --ext .js",
|
|
"watch": "rollup -c --watch",
|
|
"postversion": "npm run build"
|
|
}
|
|
}
|