Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 01:22
· 1851 commits to main since this release
f61aef3

Changes

Navigate media with a new optional thumbnail carousel

Optionally see the latest snapshots or clips on your live view for easy access:

New card-wide / view-wide actions

Add support for actions (tap, double tap, hold) on the card itself, e.g. you could configure a "double tap for fullscreen". See documentation and example.

💥 Breaking Changes

  • Move update_entities to view.update_entities (Visual editor users will be offered automated upgrade, YAML users should see the translation guide) (#226) @dermotduffy

🚀 Features

🐛 Fixes

  • Fix media downloads for Home Assistant companion apps (#219) @dermotduffy
  • Statically specified images should be centered in fullscreen mode (#215) @dermotduffy
  • Don't show thumbnails carousel by default (#212) @dermotduffy
  • Don't render thumbnail carousel if there are no thumbnails (#211) @dermotduffy
  • Fix bug where touchevents were being ignored by elements within the card (#201) @dermotduffy
  • Fix fullscreen thumbnail sizes not correctly adjusting to expanded real estate (#195) @dermotduffy

🐎 Performance

📚 Documentation

🔨 Refactoring

📦 Dependencies