Skip to content

Releases: custom-cards/stack-in-card

0.2.0

09 Nov 16:18
Compare
Choose a tag to compare

New Features

  • Support for async getCardSize, it should fix all cards sitting in one column.

0.1.1

25 May 22:10
Compare
Choose a tag to compare

Bugfixes

  • Support for > 0.110 (Fix #8)

0.1.0

27 Mar 18:55
Compare
Choose a tag to compare

New Features

  • Support for flags to keep a bunch of CSS properties on the child cards:
    - type: custom:stack-in-card
      mode: horizontal
      keep:
        box_shadow: true/false
        margin: true/false
        border_radius: true/false
        background: true/false
        outer_padding: true/false
    If you set everything to true (and outer_padding to false), it is the equivalent of a standard vertical-stack or horizontal-stack. The default is false.
    You can achieve things like this by stacking stack-in-cards together:
    image

0.0.3

21 Mar 23:25
Compare
Choose a tag to compare

Bug Fixes

  • Fixes some problems with cards not being stacked properly
  • Fixes some issues with --keep-background

0.0.2

21 Mar 22:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixes some problems with cards not being stacked properly
  • Fixes some issues with --keep-background

0.0.2-1

21 Mar 18:31
Compare
Choose a tag to compare
0.0.2-1 Pre-release
Pre-release

Error in last release

0.0.2-0

21 Mar 18:22
Compare
Choose a tag to compare
0.0.2-0 Pre-release
Pre-release

Attempt to fix some issues...

0.0.1

21 Mar 11:04
Compare
Choose a tag to compare

New Features

  • Initial Release 馃帀 馃帀 馃帀