Skip to content

Releases: custom-cards/decluttering-card

0.4.0

19 Mar 17:37
Compare
Choose a tag to compare

Bug Fixes

  • Support for >= 0.107

0.3.0

05 Jan 16:20
Compare
Choose a tag to compare

New Features

0.2.0

08 Jun 12:32
9778a49
Compare
Choose a tag to compare

BREAKING CHANGES

  • To support default values, I had to change the template format. It has to be defined like this now:
    decluttering_templates:
      <template_name>
        card:
          <card_config>
    Instead of
    decluttering_templates:
      <template_name>
        <card_config>

NEW FEATURES

  • Add support for default values (this is optional). If no value is provided for a variable in the actual card, then the default value for that variable will be used (if any). (Fixes #1)
    <template_name>
      default:
        - variable: default_value
        - variable2: default_value2
        [...]
  • Add support for variables values which are not string (objects, numbers and booleans). Previously they were all converted to string.

0.1.0

26 May 13:34
Compare
Choose a tag to compare

NEW FEATURES

  • Initial release 🎉