v2.6.6
Simple Swipe Card v2.6.6
Bug Fixes 🩹
-
Swipe Gesture Click Prevention: Fixed issue where the more-info dialog would trigger when releasing a swipe gesture on interactive elements in single mode. Previously, when you swiped and released on a button or interactive area, the click would still register even though you were swiping. The card now properly prioritizes swipe detection over button clicks, ensuring that swipe gestures don't accidentally trigger dialogs or actions.
-
Picture-Element Card Swipe Compatibility: Fixed swiping not working on icons within picture-element cards. You can now swipe freely across all elements in picture-element cards, including icons and interactive overlays.
-
State Synchronization: Fixed issue where state-synced entities (input_number/input_select) would not update the card when changed externally. The card now properly responds to entity state changes without requiring a browser refresh. This was broken in v2.6.3 when the Visibility Conditions Performance optimization was implemented.(closes #62, #63)