Releases: Barma-lej/landroid-card
Releases · Barma-lej/landroid-card
v0.3.1
Version 0.3.1
What's Changed
- Refactoring getIcon abe67a2
- Refactoring renderListMenu, renderListItem b12d960
- Refactoring formatValue f0ed189
- Check that attributes of entity is an object #175 01926c9
- Add downloads badge, fix templating link in README.MD 96b3155
Dependencies
- Bump semver from 7.5.3 to 7.5.4 f26684a
- Bump semantic-release from 21.0.6 to 22.0.5 by @dependabot in #196
- Bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.15 by @dependabot in #205
- Bump actions/checkout from 3 to 4 by @dependabot in #206
- Bump rollup from 3.28.1 to 3.29.4 by @dependabot in #204
- Bump eslint from 8.48.0 to 8.50.0 by @dependabot in #203
- Bump lint-staged from 13.2.3 to 14.0.1 by @dependabot in #202
- Bump @babel/core from 7.22.11 to 7.23.0 by @dependabot in #200
- Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.4 by @dependabot in #199
- Bump regenerator-runtime from 0.13.11 to 0.14.0 by @dependabot in #198
- Bump eslint-plugin-import from 2.27.5 to 2.28.1 by @dependabot in #201
- Bump @babel/preset-env from 7.22.14 to 7.22.20 by @dependabot in #197
Full Changelog: 0.3.0...0.3.1
v0.3.0
What's Changed
- Added default attributes
- Rewritten attribute call #175
Dependencies
- Bump @babel/preset-env from 7.22.5 to 7.22.14 by @dependabot in #185
- Bump eslint from 8.44.0 to 8.48.0 by @dependabot in #186
- Bump @rollup/plugin-node-resolve from 15.1.0 to 15.2.1 by @dependabot in #187
- Bump rollup from 3.26.0 to 3.28.1 by @dependabot in #188
- Bump core-js from 3.31.0 to 3.32.1 by @dependabot in #189
- Bump eslint-config-prettier from 8.8.0 to 9.0.0 by @dependabot in #190
- Bump @babel/core from 7.22.5 to 7.22.11 by @dependabot in #191
- Bump postcss-preset-env from 8.5.1 to 9.1.2 by @dependabot in #192
- Bump lit from 2.7.5 to 2.8.0 by @dependabot in #193
- Bump prettier from 2.8.8 to 3.0.3 by @dependabot in #194
Full Changelog: 0.2.9...0.3.0
0.2.9
0.2.8
Version 0.2.8
What's Changed
- Fixed setzone does not work in card #166
- Rename rollup.config.js to rollup.config.mjs due to rollup v3
Dependencies
- Fixed a vulnerability in semver <7.5.2 by @Barma-lej
- Bump core-js from 3.29.1 to 3.31.0 by @Barma-lej
- Bump lit from 2.7.4 to 2.7.5 by @Barma-lej
- Bump @babel/plugin-transform-runtime from 7.21.4 to 7.22.5 by @Barma-lej
- Bump @babel/core from 7.21.8 to 7.22.5 by @Barma-lej
- Bump @babel/preset-env from 7.21.5 to 7.22.5 by @Barma-lej
- Bump @rollup/plugin-commonjs from 24.0.1 to 25.0.2 by @Barma-lej
- Bump @rollup/plugin-node-resolve from 15.0.1 to 15.1.0 by @Barma-lej
- Bump @rollup/plugin-terser from 0.4.1 to 0.4.3 by @Barma-lej
- Bump rollup from 2.79.1 to 3.26.0 by @Barma-lej
- Bump rollup-plugin-postcss-lit from 2.0.0 to 2.1.0 by @Barma-lej
- Bump lint-staged from 13.2.2 to 13.2.3 by @dependabot in #168
- Bump postcss-preset-env from 8.4.2 to 8.5.1 by @dependabot in #171
- Bump semantic-release from 21.0.5 to 21.0.6 by @dependabot in #172
- Bump eslint from 8.42.0 to 8.44.0 by @dependabot in #174
- Remove rollup-plugin-minify-html-literals because the Rollup dependency version remains at v2 by @Barma-lej
Full Changelog: 0.2.7...0.2.8
0.2.7
What's Changed
New Contributors
Dependencies
- Bump ha-tempalte from 1.0.5 to 1.2.2 in 613bd65
- Bump postcss from 8.4.23 to 8.4.24 by @dependabot in #159
Full Changelog: 0.2.6...0.2.7
0.2.6
0.2.5
Version 0.2.5
What's Changed
- Added the ability to resize the image #57
- Added the ability to move the image to the left
- Added Torque configuration
- Added Time extension configuration
- Partymode moved to header #57
- Hidden next scheduled start part of status if the start in the past #150
- Hidden config bar. It's can open with Config button on the left of the toolbar
- Update README.md by @CasparTheBridge in #74
- Added WR105SI compatibility by @GiZMoSK1221 in #71
- WR167E added to supported models by @luzik in #75
- Add WR130E (Landroid S300) at the supported models by @CasparTheBridge in #76
- Added W155E model (L2000) by @janez33 in #77
Config editor
- Migrate to ha custom elements
- Added select for
image_size
- Added checkbox for
image_left
- Remove checkbox
show_configbar
Translates
- Update de.json by @Danit2 in #33
- Add czech translation by @johny-mnemonic in #69
- Create nl.json by @CasparTheBridge in #72
- Update localize.js by @CasparTheBridge in #73
- Update localize.js by @CasparTheBridge in #79
- Update sl.json by @mitchoklemen in #115
- Rename
continue
toresume
- Fix missing quote in sl.json
- Added new keys
New Contributors
- @GiZMoSK1221 made their first contribution in #71
- @johny-mnemonic made their first contribution in #69
- @CasparTheBridge made their first contribution in #72
- @luzik made their first contribution in #75
- @janez33 made their first contribution in #77
Dependencies
- Downgrade rollup from 3.23.0 to 2.79.1
- Bump eslint from 8.21.0 to 8.23.0 by @dependabot in #34
- Bump semantic-release from 19.0.3 to 19.0.5 by @dependabot in #35
- Bump @babel/core from 7.18.9 to 7.18.13 by @dependabot in #36
- Bump postcss from 8.4.14 to 8.4.16 by @dependabot in #37
- Bump @material/mwc-list from 0.26.1 to 0.27.0 by @dependabot in #38
- Bump postcss-preset-env from 7.7.2 to 7.8.0 by @dependabot in #39
- Bump @material/mwc-icon-button from 0.26.1 to 0.27.0 by @dependabot in #40
- Bump core-js from 3.24.1 to 3.25.0 by @dependabot in #41
- Bump @babel/preset-env from 7.18.9 to 7.18.10 by @dependabot in #42
- Bump lit from 2.2.8 to 2.3.1 by @dependabot in #43
- Bump rollup-plugin-serve from 2.0.0 to 2.0.1 by @dependabot in #44
- Bump @material/mwc-menu from 0.26.1 to 0.27.0 by @dependabot in #45
- Bump @material/mwc-button from 0.26.1 to 0.27.0 by @dependabot in #46
- Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 by @dependabot in #48
- Bump @babel/plugin-transform-runtime from 7.18.9 to 7.18.10 by @dependabot in #49
- Bump @material/mwc-select from 0.26.1 to 0.27.0 by @dependabot in #47
- Bump @material/mwc-icon from 0.26.1 to 0.27.0 by @dependabot in #52
- Bump rollup from 2.77.2 to 2.79.0 by @dependabot in #53
- Bump @material/mwc-notched-outline from 0.26.1 to 0.27.0 by @dependabot in #51
- Bump @material/mwc-ripple from 0.26.1 to 0.27.0 by @dependabot in #50
- Bump rollup from 2.79.0 to 2.79.1 by @dependabot in #58
- Bump eslint from 8.23.0 to 8.24.0 by @dependabot in #59
- Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 by @dependabot in #60
- Bump postcss-preset-env from 7.8.1 to 7.8.2 by @dependabot in #61
- Bump @babel/preset-env from 7.19.0 to 7.19.3 by @dependabot in #62
- Bump @babel/plugin-transform-runtime from 7.18.10 to 7.19.1 by @dependabot in #63
- Bump postcss from 8.4.16 to 8.4.17 by @dependabot in #64
- Bump @babel/core from 7.19.0 to 7.19.3 by @dependabot in #66
- Bump core-js from 3.25.1 to 3.25.4 by @dependabot in #67
- Bump @rollup/plugin-json from 4.1.0 to 5.0.2 by @dependabot in #80
- Bump husky from 8.0.1 to 8.0.2 by @dependabot in #81
- Bump prettier from 2.7.1 to 2.8.0 by @dependabot in #82
- Bump lit from 2.3.1 to 2.4.1 by @dependabot in #83
- Bump regenerator-runtime from 0.13.9 to 0.13.11 by @dependabot in #84
- Bump @rollup/plugin-babel from 5.3.1 to 6.0.3 by @dependabot in #85
- Bump @rollup/plugin-node-resolve from 14.1.0 to 15.0.1 by @dependabot in #86
- Bump core-js from 3.25.4 to 3.26.1 by @dependabot in #87
- Bump eslint from 8.24.0 to 8.28.0 by @dependabot in #88
- Bump @babel/plugin-transform-runtime from 7.19.1 to 7.19.6 by @dependabot in #89
- Bump @rollup/plugin-commonjs from 22.0.2 to 23.0.3 by @dependabot in #90
- Bump rollup-plugin-serve from 2.0.1 to 2.0.2 by @dependabot in #95
- Bump @babel/preset-env from 7.19.3 to 7.20.2 by @dependabot in #93
- Bump postcss from 8.4.17 to 8.4.19 by @dependabot in #94
- Bump lint-staged from 13.0.3 to 13.0.4 by @dependabot in #91
- Bump postcss-preset-env from 7.8.2 to 7.8.3 by @dependabot in #92
- Bump @babel/core from 7.19.3 to 7.20.5 by @dependabot in #96
- Bump postcss from 8.4.19 to 8.4.20 by @dependabot in #97
- Bump prettier from 2.8.0 to 2.8.1 by @dependabot in #98
- Bump @rollup/plugin-image from 2.1.1 to 3.0.1 by @dependabot in #100
- Bump lit from 2.4.1 to 2.5.0 by @dependabot in #101
- Bump eslint from 8.28.0 to 8.31.0 by @dependabot in #102
- Bump core-js from 3.26.1 to 3.27.1 by @dependabot in #106
- Bump @babel/core from 7.20.5 to 7.20.12 by @dependabot in #107
- Bump @rollup/plugin-commonjs from 23.0.3 to 24.0.1 by @dependabot in #108
- Bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #111
- Bump eslint from 8.28.0 to 8.33.0 by @dependabot in #110
- Bump lit from 2.4.1 to 2.6.1 by @dependabot in #112
- Bump prettier from 2.8.0 to 2.8.3 by @dependabot in #114
- Bump @rollup/plugin-image from 2.1.1 to 3.0.2 by @dependabot in #109
- Bump lint-staged from 13.0.4 to 13.1.0 by @dependabot in #99
- Bump husky from 8.0.2 to 8.0.3 by @dependabot in #113
- Bump @rollup/plugin-json from 5.0.2 to 6.0.0 by @dependabot in #103
- Bump semantic-release from 19.0.5 to 20.1.1 by @dependabot in #116
- Bump core-js from 3.27.1 to 3.29.0 by @dependabot in #117
- Bump @babel/core from 7.20.12 to 7.21.0 by @dependabot in #118
- Bump eslint from 8.33.0 to 8.35.0 by @dependabot in https://github.com/Barma-lej/landr...
0.2.3
Version 0.2.3
What's Changed
- Add translation #18
- Fix animation #30
- Update README.md by @cm86 in #19
- Bump actions/checkout from 2 to 3 by @dependabot in #20
- Bump CupOfTea696/gh-action-auto-release from 1.0.0 to 1.0.2 by @dependabot in #21
- Bump @babel/plugin-transform-runtime from 7.18.6 to 7.18.9 by @dependabot in #22
- Bump core-js from 3.23.3 to 3.24.1 by @dependabot in #23
- Bump @lit-labs/scoped-registry-mixin from 1.0.0 to 1.0.1 by @dependabot in #24
- Bump eslint from 8.19.0 to 8.21.0 by @dependabot in #25
- Bump lit from 2.2.7 to 2.2.8 by @dependabot in #26
- Bump @babel/preset-env from 7.18.6 to 7.18.9 by @dependabot in #27
- Bump @babel/core from 7.18.6 to 7.18.9 by @dependabot in #28
- Bump rollup from 2.75.7 to 2.77.2 by @dependabot in #29
New Contributors
Full Changelog: 0.2.2...0.2.3
0.2.2
Version 0.2.2
What's Changed
- Add daily progress bar
- Add next scheduled start to status
- Add
ultrasonic
,daily_progress
,next_scheduled_start
attributes to translates - Clean translations from vacuum entries
- Update README.md by @Danit2 in #15
- Update da.json by @projectraam in #17
- Fix callService with additionaly parameters
New Contributors
Full Changelog: 0.2.1...0.2.2