My Cards Versions Save

Bundle of my custom Lovelace cards for Home Assistant. Includes: my-slider, my-slider-v2, my-button

v1.0.5

4 months ago

What's Changed

New Features 🎉

  • my-button entity support
  • my-slider-v2 seekbar
  • my-slider-v2 sliderMin config key
  • Many bugfixes. Probably new has arrived. Please let me know

by @AnthonMS in https://github.com/AnthonMS/my-cards/pull/54

Full Changelog: https://github.com/AnthonMS/my-cards/compare/v1.0.4...v1.0.5

v1.0.4

4 months ago

What's Changed

  • Bug Fixes
    • #49 allowTapping false not working, has been fixed. And a new config key has been added 'marginOfError'. It is 10 default. marginOfError is the amount of pixels the input can be from the thumb.
    • #27 No step option has been fixed. There has always been a step option, just very broken logic. It has been fixed and the slider will now only update to closest step.
  • allowSliding and slideDistance added to my-slider-v2
    • allowSliding will allow the user to slide in the direction of the slider for an amount of pixels and start sliding. This is in conjuction with allowTapping false so you can start sliding anywhere on the slider card and when you surpass the distance it will activate. slideDistance is the other new config key. This is default 10. It determines the amount of pixels the input has the travel for allowSliding to take effect.
  • Major Button updates
    • my-button default styling has been changed a lot.
    • added new functionality and html element to show stats. It only shows brightness value on lights for now.

Other Changes

Full Changelog: https://github.com/AnthonMS/my-cards/compare/v1.0.3...v1.0.4

v1.0.3

11 months ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/AnthonMS/my-cards/compare/v1.0.2...v1.0.3

v1.0.2

1 year ago

Minor release to fix bug for IOS.

What's Changed

  • Added colorMode to readme of slider-v2
  • Changed slider-v2 slider container classname to 'my-slider-custom-container'
  • Added class to slider-v2 card node 'my-slider-custom-card'

Full Changelog: https://github.com/AnthonMS/my-cards/compare/v1.0.1...v1.0.2

v1.0.1

1 year ago

Minor release to fix bug for IOS.

What's Changed

New Contributors

v1.0.0

1 year ago

First real release. Trying to figure out how all of this works.

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/AnthonMS/my-cards/commits/v1.0.0