Skip to content

Release v1.2.3

Choose a tag to compare

@Piotras1 Piotras1 released this 28 May 10:39
221cc4c

What's New

🎨 Icon Wrap Style β€” 5 new options (icon_style)

You can now choose how the icon wrap looks. Previously the card always displayed a classic colored circle β€” now you have full control with 5 styles:

  • circle_color (default) β€” classic circle with colored background and border
  • circle β€” circle shape with shadow only, no background β€” icon floats above the card
  • square_color β€” rounded square with colored background and border
  • square β€” rounded square with shadow only, no background
  • none β€” no wrap at all, pure icon

The wrap color always follows your icon_color and icon_color_on settings.

πŸ“ Card Size β€” auto mode improved & extended

  • card_width: auto β€” already available in previous versions, now works correctly. Values like 100% and auto are no longer incorrectly converted to numbers by the visual editor.
  • card_height: auto β€” new in this release. When set, the card automatically stretches to match the tallest card in the same grid row. Perfect for use inside a grid card with mixed content.