Skip to content

v2.6.8

Choose a tag to compare

@nutteloost nutteloost released this 09 Nov 12:50

Simple Swipe Card v2.6.8

New Features ✨

  • Prefers-Reduced-Motion Support: The card now automatically detects the prefers-reduced-motion browser setting and disables animations accordingly. This improves accessibility and ensures better performance on low-powered devices like ESP32 systems, without requiring any additional configuration (closes #70)

  • Auto-Swipe Pause on Input: Auto-swipe functionality now intelligently pauses when detecting manual text input in input fields. This prevents the card from swiping away while users are actively typing, providing a better user experience during form interactions (closes #71)

Bug Fixes 🩹

  • Card-Mod Style Reapplication: Fixed issue where specific card-mod CSS formats weren't being properly reapplied after page switching or reconnection. The card now correctly handles both nested (style: .: |) and direct (style: |) card-mod configurations, ensuring custom styles persist across all navigation scenarios (closes #68)

  • Masonry Dashboard Duplicate Cards: Fixed unwanted duplicate card rendering when using Simple Swipe Card on Masonry dashboards. Cards now display correctly without duplication (closes #67)

  • Mini Media Player Dropdown Visibility: Partially fixed dropdown menu visibility issues in the mini media player card. Note: Due to technical limitations, future overflow elements will no longer be supported to ensure consistent rendering across different card types (closes #69)

Breaking Changes ⚠️

  • Overflow Elements: Removed support for overflow elements such as dropdown menus to prevent rendering issues and ensure consistent behavior across all card types. This change affects cards with dropdowns and similar UI elements that extend beyond their container boundaries