Releases: s-sasaki-0529/vue-slider-component
Releases · s-sasaki-0529/vue-slider-component
v1.0.1
What's Changed
- ARIA-fix: Right now, the draggable dots are not getting the correct aria-labels because they're not interpreted. by @jesperlauridsen in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Breaking Changes
- In version 1.0.0, we have stopped transpiling code for legacy browsers. If you need to support legacy browsers, you will need to handle the transpilation separately.
Full Changelog: v0.1.5...v1.0.0
v0.1.5
What's Changed
- Should fix so arrays can be updated programatically. by @jesperlauridsen in #7
New Contributors
- @jesperlauridsen made their first contribution in #7
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Allow Function for the tooltipFormatter props (fix #3)
Full Changelog: v0.1.3...v0.1.4