Skip to content

Releases: EnkodoNL/tabbed-card-programmable

v0.4.1 - Borders

Choose a tag to compare

@spasma spasma released this 26 Feb 13:35

What's Changed

  • Ability to change the border below the tabs in the editor and via props (closes #16)

Full Changelog: v0.4.0...v0.4.1

v0.4.1-beta.2 - Border color and thickness

Choose a tag to compare

@spasma spasma released this 26 Feb 13:32
v0.4.1-beta.2

v0.4.0 - Visual Editor, Hide/Disable & Tab Name

Choose a tag to compare

@spasma spasma released this 25 May 15:20
v0.4.0
15db9f7

🚨 WARNING: This is a breaking change release for styling properties. Please read the release notes carefully.

0.4.0 (2025-05-25)

New Features

  • Added support for hiding tabs using the hide attribute (boolean or Jinja template)
  • Added support for disabling tabs using the disable attribute (boolean or Jinja template)
  • Added support for dynamic tab labels using Jinja templates

Improvements

  • Improved error handling for tab selection events
  • Added registry patch to prevent conflicts with Home Assistant's built-in Material Web components
  • Added support for the visual editor for configuring tabs and their properties
    • Support for adding, removing, and configuring tabs visually
    • JSON editing for card configurations

Breaking Changes

  • Material Web Components Migration: Upgraded from deprecated @material/mwc-tab-bar and @material/mwc-tab to the newer @material/web package
    • CSS custom properties for styling have changed:
      • --mdc-theme-primary--md-sys-color-primary
      • --mdc-tab-text-label-color-default--md-sys-color-on-surface-variant
      • --mdc-typography-button-font-size--md-sys-typescale-label-large-font-size
        Check the Material Web documentation for the full list of custom colors and properties.
    • Removed support for attributes no longer available in Material Web:
      • isFadingIndicator (removed)
      • isMinWidthIndicator (removed)
      • minWidth (removed)

Full Changelog: v0.3.5...v0.4.0

v0.4.0-beta.2

v0.4.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@spasma spasma released this 22 May 12:21
v0.4.0-beta.2
5be3e26

Full Changelog: v0.3.5...v0.4.0-beta.2

v0.4.0-beta.1

v0.4.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@spasma spasma released this 22 May 12:02
v0.4.0-beta.1
ff2f86a

Full Changelog: v0.3.5...v0.4.0-beta.1

v0.3.6-alpha.2

v0.3.6-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@spasma spasma released this 20 May 13:59
v0.3.6-alpha.2
7afd444

Full Changelog: v0.3.5...v0.3.6-alpha.2

v0.3.6-alpha.1

v0.3.6-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@spasma spasma released this 20 May 11:15
v0.3.6-alpha.1
8bb7c49

Full Changelog: v0.3.5...v0.3.6-alpha.1

In this version you can hide/disable tabs

v0.3.5

Choose a tag to compare

@spasma spasma released this 14 May 08:41
v0.3.5
d0c978b

Full Changelog: v0.3.4...v0.3.5

v0.3.4

Choose a tag to compare

@spasma spasma released this 24 Oct 17:50
4a412e0
hacs.json update

v0.3.3

Choose a tag to compare

@spasma spasma released this 24 Oct 15:28
10dc202
README typos