Skip to content

v2.6.4

Choose a tag to compare

@nutteloost nutteloost released this 22 Oct 12:08

Simple Swipe Card v2.6.4

Bug Fixes 🩹

  • Grid Layout Refresh Issue: Fixed critical issue where the card wouldn't load properly after refreshing the page (F5/CTRL+F5) when placed inside grid-based layouts like layout-card. The problem occurred because grid layouts need a moment to calculate their positioning during page load, and the card was getting disconnected and reconnected mid-initialization. The card now gracefully handles these disconnections and properly validates that DOM elements are still available before trying to insert content. If you've been seeing blank cards after refresh that only appeared after manually navigating away and back, this should fix it. (closes #61)