Releases: zanna-37/hass-swipe-navigation
Releases · zanna-37/hass-swipe-navigation
v1.15.0
🏷️ [v1.15.0] - 2024-11-11
Full Changelog
Added 🎉
- Swipe can now be disabled when inside a subviews using
enable_on_subviews: false
in the configuration, thanks to @breakthestatic (#84
)
Fixed 🐛
- URL parameters are now preserved after a swipe, fixes a regression introduced in
v1.14.0
. (#87
, closes #85
)
v1.14.2
🏷️ [v1.14.2] - 2024-09-22
Full Changelog
Fixed 🐛
- Refresh config before performing a swipe (
6893189
)
- Improve current tab detection mechanism (
86ddd4a
, closes #80
)
v1.14.1
🏷️ [v1.14.1] - 2024-09-11
Full Changelog
Fixed 🐛
- New Home Assistant UI elements added to the exception list (
4e67a71
)
- Add an exception for Bubble card (
#79
)
v1.14.0
🏷️ [v1.14.0] - 2024-05-07
Full Changelog
Added 🎉
- You can now choose to don't skip subviews while swiping. Just set
skip_subviews: false
in the configuration (426b81d
)
Fixed 🐛
- Swiping when inside a subview is now possible (
843fb41
, closes #68
)
v1.13.3
🏷️ [v1.13.3] - 2024-03-24
Full Changelog
Fixed 🐛
- Ensure that dragging cards in Sections doesn't trigger a swipe (
aaf0f2a
, closes #72
)
v1.13.2
🏷️ [v1.13.2] - 2023-11-25
Full Changelog
Fixed 🐛
input[type=range]
has been added to swipe exceptions (#64
)
v1.13.1
🏷️ [v1.13.1] - 2023-09-20
Full Changelog
Fixed 🐛
- Fixed a bug that caused the swipe navigation to not work when swiping with the mouse on a Firefox browser (
#63
, closes #62
)
v1.13.0
🏷️ [v1.13.0] - 2023-09-10
Full Changelog
Added 🎉
- You can now use your mouse 🖱️ to swipe through tabs thanks to @wrabel. This feature is disabled by default but can be enabled by setting
enable_mouse_swipe: true
in the configuration (#59
)
Fixed 🐛
- Android TV Card and Bubble Card have been added to swipe exceptions thanks to @Nerwyn (
#60
, closes #61
)
v1.12.1
🏷️ [v1.12.1] - 2023-08-23
Full Changelog
Fixed 🐛
- skip_tabs can now contain a single tab number without throwing an error (
165a46f
, closes #58
)
- Big Slider Card has been added to swipe exceptions thanks to @tkadauke (
87042ed
, closes #57
)
v1.12.0
🏷️ [v1.12.0] - 2023-06-27
Full Changelog
Added 🎉
- The animation duration can now be adjusted thanks to @ambroseus who added the new configuration option
animation_duration
(1cbdcca
, closes #56
)
Fixed 🐛
- floor3d-card has been added to swipe exceptions (
8f0237f
, closes #48
)
- Gallery Card has been added to swipe exceptions (
fa54775
, closes #51
)