v3.0.2
Simple Swipe Card v3.0.2
Improvements 🛠️
- Smoother Dashboard Loading: Since v3.0.1 the card was quietly loading itself twice whenever a dashboard opened, which could cause a brief flicker. It now recognizes the unnecessary second pass and skips it, so the card appears once and stays put.
Bug Fixes 🩹
-
Auto Height Loaded at the Wrong Size: With
auto_heightenabled, the card could open at the height of its tallest card, leaving empty space below the one actually visible — and only correct itself after swiping back and forth. The card now sizes itself to the visible card right from the start. (closes #114) -
Wrong Start Card in Carousel Mode: An infinite-loop carousel could show the wrong card first, especially when returning to the dashboard from another page or after resizing the browser window. The configured start card now reliably shows first. (closes #113)