Skip to content

v1.0.4

Compare
Choose a tag to compare
@AnthonMS AnthonMS released this 01 Feb 22:02
· 10 commits to main since this release
afab638

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