v2.6.3
Simple Swipe Card v2.6.3
Bug Fixes 🩹
-
Entity Card Button Interactions: Fixed issue where buttons and icons within entity cards were not responding to clicks, especially on mobile devices (closes #60)
-
Performance Optimization: Fixed the following error that could occur during card initialization:
TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.
Improvements 🛠️
- Visibility Conditions Performance: Significantly improved performance when using visibility conditions on cards. The card now intelligently tracks which entities affect visibility and only recalculates when those specific entities change, rather than on every Home Assistant state update.
- Animation Performance: Swipe animations now use GPU-accelerated transforms (translate3d) instead of CPU-based 2D transforms, resulting in smoother animations and lower CPU usage.