Skip to content

v3.1.0

Choose a tag to compare

@tomvanswam tomvanswam released this 15 Oct 19:41
d3789c6

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 🐞

New Contributors

Full Changelog: v3.0.0...v3.1.0