Svelte Range Slider Pips Versions Save

Multi-Thumb, Accessible, Beautiful Range Slider with Pips

2.3.0

3 months ago

Full Changelog: https://github.com/simeydotme/svelte-range-slider-pips/compare/2.2.3...2.3.0 #128 Formatting handles / labels with HTML #112 disable Aria warning #126 allow Min value to choose when not 0

2.2.2

9 months ago

Added an aria-label prop for a11y, and fixed an issue with touch events on labels

  • resolves #90
  • resolves #93

2.0.1

2 years ago

2.0.0

2 years ago

Vertical sliders were weirdly going in the reverse order as expected, and so I set the order as an option; reverse and set the default to what was expected. Breaking change.

1.8.0

2 years ago

Added new abilities for styling handles/pips based on their indexes.

  • a new [data-handle='n'] was added for each handle
  • a new argument was added for formatter() and handleFormatter()
    • before: formatter = v => v, handleFormatter = v => v
    • now: formatter = (v,i) => v, handleFormatter = (v,i) => v
  • bump versions of dependencies

1.7.1

2 years ago

Merged a bugfix from @maxiruani for the :global() changes in svelte core.

1.0.0

3 years ago

1.4.0

3 years ago

1.5.0

3 years ago

1.6.0

3 years ago