From Version 0.2.0 -> 0.2.1
- fix: π better home label show / hide logic by @flixlix in #544
- fix: π individual dots display zero tolerance by @flixlix in #547
- fix: π incorrect unit for non-fossil bubble by @flixlix in #560
- fix: π changing individual make sure it is an array by @flixlix in #561
- fix: π display state of charge unit white space by @flixlix in #548
- feat: πΈπͺ added Swedish language by @tde01065 in #513
- feat: β¨ show state of charge battery toggle by @flixlix in #545
- ci: π test 18n keys equal by @flixlix in #546
- ci: π§ͺ create test workflow by @flixlix in #563
New Contributors
Full Changelog: v0.2.0...v0.2.1
From version 0.1.8 -> 0.2.0
Note
This release features many features and an almost complete rewrite of the code base. Read the changes carefully.
Let's start with the smaller stuff first.
Support Me β€οΈ
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee βοΈ
β€οΈ My Ko-Fi
β€οΈ My Github Sponsor Page
Bug Fixes π
- feat: β¨ disable dots by @flixlix in #461
- fix: π lines not connecting when no battery connected by @flixlix in #464
- π incorrect values grid to battery by @flixlix in #378
- π individual colors incorrect by @flixlix in #540
- π grid clickable separate by @flixlix in #380
- π solar to battery line not showing by @shycats in #403
- fix: π structuredClone undefined in old browsers by @flixlix in #488
- fix: π no watt_threshold provided to displayValue by @flixlix in #484
Refactoring β»οΈ
Important
Restructured almost all codebase. Split most ui into multiple components.
- β»οΈ restructure code by @flixlix in #381
- refactor: π¨ use gap instead of random padding-top/bottom by @flixlix in #460
- Accept-negative-values by @flixlix in #541
Documentation π
Build changes π§
- bump @babel/traverse from 7.21.4 to 7.23.7 by @dependabot in #458
- build: ποΈ new package manager by @flixlix in #538
- format using prettier by @flixlix in #539
- added github workflows to check code on every commit by @flixlix in #539
- started using
pnpm
instead ofnpm
by @flixlix in #538
Now the BIG changes: : ποΈ
Warning
Very large changes, including breaking changes for individual devices.
- Almost completely new UI-Editor
- better UX
- less scrolling
- More than two individual entities! π₯³
- Up to 4 individual devices are now supported
- β οΈ Old individual configuration will not work anymore
- Check README for more information on this
New Contributors π€
Support Me β€οΈ
This release especially was a lot of work, if you like the changes, love this card and want to support my work on this major release, feel free to give me a coffee βοΈ
β€οΈ My Ko-Fi
β€οΈ My Github Sponsor Page
Full Changelog: v0.1.8.1...v0.2.0