Releases: piitaya/lovelace-mushroom
Releases · piitaya/lovelace-mushroom
v1.3.0
What's Changed
The minimal HA version for Mushroom is now 2022.3
.
New Features 🎉
- feat(slider): update percentage display when changing slider position by @piitaya in #203
- feat(color): add support for hexa color by @piitaya in #204
Fixes 🐛
- fix(editor): load action editor by @piitaya in #205
- fix(light): improve minimal value for brightness by @piitaya in #206
Other Changes
Full Changelog: v1.2.7...v1.3.0
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
What's Changed
This release uses the new input style introduced by Home Assistant 2022.3 version. 🚀
Fixes 🐛
- fix: use same entity icons rules as home assistant frontend by @piitaya in #147
- fix(person): fix hold action selector in editor by @piitaya in #157
- fix(icon): use entity icon attributes if defined by @piitaya in #161
Translations 🌍
- initial german translation by @andre68723 in #143
- Initial swedish translation by @a-n-lundgren in #151
Other Changes
New Contributors
- @andre68723 made their first contribution in #143
- @a-n-lundgren made their first contribution in #151
Full Changelog: v1.1.2...v1.2.2
v1.1.2
What's Changed
Translations 🌍
- add portuguese brazilian language support by @hudsonbrendon in #130
- add simplified chinese language support by @bingooo in #141
Other Changes
- fix(light): only show brightness controls if light supports it by @piitaya in #140
- fix(chips): fix support for hold and double tap action for template chip by @piitaya in #139
New Contributors
- @hudsonbrendon made their first contribution in #130
- @bingooo made their first contribution in #141
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Breaking change 🛠
vertical: true
options is replaced by layout: "vertical"
. The vertical
option is no longer supported by the editor but your dashboard should not be broken thank to a backward compatibility.
New Features 🎉
- feat(light): add light chip by @piitaya in #110
- feat(actions): add double tap action of all card by @piitaya in #123
- feat(chips): add alignment by @bemble in #124
- feat(chips): add alarm control panel chip by @bemble in #131
- feat(layout): add default, horizontal and vertical layout for all cards by @piitaya in #132
Other Changes
- refactor: create mushroom-color-picker by @piitaya in #117
- refactor: create mushroom-info-picker by @piitaya in #118
- fix: use em size for chip to improve theme support by @piitaya in #121
- fix: add missing layout editors by @piitaya in #134
Full Changelog: v1.0.5...v1.1.1