Releases: node-projects/slider.webcomponent
Releases · node-projects/slider.webcomponent
Release 1.1.0
- update packages and remove unneded dep (49aeff9)
Release 1.0.10
- Add custom color attributes for slider and thumb (e1e53c8)
Release 1.0.9
- Add a tooltip showing the actual range slider input values (cb557ca)
Release 1.0.8
Release 1.0.7
- Remove unused declarations from custom-elements.json (3c6b31d)
- Merge branch 'main' of https://github.com/node-projects/slider.webcomponent (e728476)
- Add validation to ensure value-min and value-max respect each other and the values gap (3d49473)
- Fix that number inputs are changed if attributes are changed (2680baa)
- Remove properties and word with attributes only to simplify the logic (966acc3)
- Sync attributes and inputs (c6fcaef)
- Rename method (8cc2469)
- Update npm dependencies (67aa3c5)
- Update README.md (dba9322)
Full Changelog: 1.0.6...1.0.7
Release 1.0.6
Release 1.0.5
- Update slider bar on dynamically on input but update attribute with change only (e29aa4b)
- Clearer declarations (d6049ac)
- Fix endless loop (5a8a0a8)
- Better declaration for number input fields (f58fdab)
- Merge branch 'main' of https://github.com/node-projects/slider.webcomponent (ae8b0cb)
- Remove some private fields (6530d3f)
- Fix out of range logic (8ccc646)
- Fix slider calculation (c804995)
Release 1.0.4
- Fix: Ensure valueMin and valueMax properties are updated when slider thumbs are moved (688c392)
Release 1.0.3
Release 1.0.2
- Fix alert template string (18ca119)