Skip to content

Releases: AnthonMS/my-cards

v1.0.5

05 Feb 23:37
aea9aca
Compare
Choose a tag to compare

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 #54

Full Changelog: v1.0.4...v1.0.5

v1.0.4

01 Feb 22:02
afab638
Compare
Choose a tag to compare

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: v1.0.3...v1.0.4

ColorMode Temperature fix and covor tilt position support

18 Jun 13:31
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add support for cover tilt position in my-slider by @Atokulus in #37
  • Fix for setting temperature

New Contributors

Full Changelog: v1.0.2...v1.0.3

Color mode key for slider-v2 and classname for slider changed

09 Aug 17:48
Compare
Choose a tag to compare

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: v1.0.1...v1.0.2

Minor bug fix

04 Aug 00:43
7982342
Compare
Choose a tag to compare

Minor release to fix bug for IOS.

What's Changed

New Contributors

First release

23 Jul 20:58
f0f562c
Compare
Choose a tag to compare

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