Releases: AnthonMS/my-cards
Releases · AnthonMS/my-cards
v1.0.6
v1.0.5
v1.0.4
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.
- 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.
- 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
Color mode key for slider-v2 and classname for slider changed
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
First release
First real release. Trying to figure out how all of this works.
What's Changed
Other Changes
- Intermediate Update by @castorw in #3
- Cleanup boilerplate by @ulic75 in #11
- Add lockTrack - Lock slider track and only make thumb interactable by @TheTimeWalker in #16
- Fix typo by @rcmurphy in #30
- Refactor project structure by using Github's Actions, Issue Templates, and versioning by @DenyThis in #31
New Contributors
- @castorw made their first contribution in #3
- @ulic75 made their first contribution in #11
- @TheTimeWalker made their first contribution in #16
- @rcmurphy made their first contribution in #30
- @DenyThis made their first contribution in #31
Full Changelog: https://github.com/AnthonMS/my-cards/commits/v1.0.0