Skip to content

Latest commit

 

History

History
251 lines (152 loc) · 15 KB

CHANGELOG.md

File metadata and controls

251 lines (152 loc) · 15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


🏷️ [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] - 2024-09-22

Full Changelog

Fixed 🐛

  • Refresh config before performing a swipe (6893189)
  • Improve current tab detection mechanism (86ddd4a, closes #80)

🏷️ [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] - 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] - 2024-03-24

Full Changelog

Fixed 🐛

  • Ensure that dragging cards in Sections doesn't trigger a swipe (aaf0f2a, closes #72)

🏷️ [v1.13.2] - 2023-11-25

Full Changelog

Fixed 🐛

  • input[type=range] has been added to swipe exceptions (#64)

🏷️ [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] - 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] - 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] - 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)

🏷️ [v1.11.1] - 2023-04-04

Full Changelog

Fixed 🐛

  • Adapt to changes introduced by the Home Assistant 2023.4 release (da23102, closes #45)
  • Sankey Chart Card has been added to swipe exceptions (380476e, closes #35)
  • Meteoalarm Card has been added to swipe exceptions (55ebfce, closes #43)

🏷️ [v1.11.0] - 2023-02-28

Full Changelog

Added 🎉

  • You can now disable the swipe navigation on certain dashboards by using the new configuration option enable: false (d5709a5, closes #15)

Fixed 🐛

  • Detect new sliders introduced with Home Assistant core v2023.3 (28391b6)
  • Add built-in scrollbar to the swipe exception list (278b842, closes #41)

🏷️ [v1.10.2] - 2023-02-23

Full Changelog

Fixed 🐛

  • Configuration is now reloaded when switching dashboards and when the configuration is changed from the raw configuration editor (8925c3f, closes #12)
  • material/mwc-tab-bar (used by Tabbed Card) has been added to swipe exceptions (e5f1f35, closes #36)

🏷️ [v1.10.1] - 2023-02-11

Full Changelog

Fixed 🐛

  • History explorer card has been added to swipe exceptions (1cb14be, closes #34)

🏷️ [v1.10.0] - 2022-12-26

Full Changelog

Added 🎉

  • my-slider-v2 has been added to swipe exceptions (4601c62, closes #33)

🏷️ [v1.9.0] - 2022-12-25

Full Changelog

Added 🎉

  • UI Card for Better Thermostat has been added to swipe exceptions (by @csidirop in #32)

🏷️ [v1.8.1] - 2022-12-14

Full Changelog

Fixed 🐛

  • "ApexCharts Card by RomRider" has been added to swipe exceptions (7935ea0, closes #30)

🏷️ [v1.8.0] - 2022-12-08

Full Changelog

Added 🎉

  • The project is now protected by a number of tests to ensure that the code is working as expected (#27)

🏷️ [v1.7.0] - 2022-12-08

Full Changelog

Added 🎉

  • Tile slider has been added to swipe exceptions (39911fa)

🏷️ [v1.6.5] - 2022-11-07

Full Changelog

Fixed 🐛

🏷️ [v1.6.4] - 2022-11-02

Full Changelog

Fixed 🐛

  • Ignore swipe when multitouch is detected, for example, when pinching to zoom (by @MasterTim17 in #17, closes #16)

🏷️ [v1.6.3] - 2022-10-12

Full Changelog

Fixed 🐛

  • Ignore-swipe exception list was not working when the swipe was initialized inside certain type of tags, e.g. <svg>.

🏷️ [v1.6.2] - 2022-10-06

Full Changelog

News 📰

  • The project has been migrated to use TypeScript

Fixed 🐛

  • Fixed minor bugs

🏷️ [v1.6.1] - 2022-09-17

Full Changelog

Fixed 🐛

  • Fixed a bug that caused a fatal error when logger_level was not set in user configuration (6240772, closes #11)

🏷️ [v1.6.0] - 2022-09-17

Full Changelog

Added 🎉

  • Logging can be enabled via the logger_level setting (4f1f09c)

Fixed 🐛

  • The entire code is now much more reliable and can auto heal even when the page changes considerably (71d3230 3076951, closes #6)

🏷️ [v1.5.0] - 2022-06-20

Full Changelog

Added 🎉

  • CSS selectors are now the default method to add swipe exceptions (49f8d76)

Changed 📝

  • Increased specificity for plotly selector (c3e7fd4)

🏷️ [v1.4.1] - 2022-06-20

Full Changelog

Added 🎉

  • The repo is now part of HACS default! (37a2bde)
  • Add my-slider to the list of 3rd party exceptions (by @usernein in #3)

🏷️ [v1.4.0] - 2022-06-10

Full Changelog

Added 🎉

  • Ignore-swipe exceptions can now be specified using a combination of HTML tag name and css classes for an improved detection (5cddcea)
  • Plotly Graph Card has been added to swipe exceptions (3d5ab78)
  • Mushroom slider has been added to swipe exceptions (9136076)

🏷️ [v1.3.7] - 2022-06-09

Full Changelog

News 📰

The owner of this project has changed! 🎉 Zanna_37 🎩 will maintain it from now on. 👀

Fixed 🐛

  • Better compatibility by using the standard event.composedPath() instead of event.path (5bc0555)

🏷️ Older releases >= [1.3.6] - 2021-06-29

For older releases see the old repository.