v3.1.0
Breaking changes 🚨 Coming from version v2.1.0 and before
Your card will need manual changes, read the instructions in the wiki carefully!
- Indicator Type becomes Indicator Image
- The indicator type has been renamed to better suite the parameters new use: show the included indicators, or an mdi icon, or other svg or png image.
- CSS changes
- There have been several changes to the css classes, if you're using card-mod to style the card, chances are high the card will not look like you're used to after this upgrade.
- YAML validation
- If you have unused, unsupported or incorrectly indented YAML in the compass-card config, the card will not render anymore. However you will get a notice on what is wrong.
What's Changed in v3.1.0
New 🆕
- add better validation error message on breaking change related misconfiguration
- validation of available languages
- validation of available tap actions
- remove indicator radius restrictions, implements #885
- taiwan languages by @ericjaing in #1190
Bug fixes 🐞
- fix view_layout: panel breaks card since v3.0.0
- fix tap_action error since version 3.0
- fix YAML validation in 3.0.0 to strict with picture elements card
- fix GUI config broken in v3.0.0
- fix 3.0.0 no longer displays correctly.
- fix placement of indicators on iOS
New Contributors
- @ericjaing made their first contribution in #1190
Full Changelog: v3.0.0...v3.1.0