Skip to content

Releases: simeydotme/svelte-range-slider-pips

Aria & Min Label & Formatting

23 Jan 16:26
Compare
Choose a tag to compare

Full Changelog: 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

Aria Label & Touch fixes

27 Jul 19:54
Compare
Choose a tag to compare

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

Minor bugfixes

10 Jan 18:33
Compare
Choose a tag to compare
Fix css for hoverable, remove `orientationEnd` prop

resolves #50
resolves #52

Allow reversible sliders, reverse the Vertical

10 Jan 18:33
Compare
Choose a tag to compare

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: Improve styling options

24 Jul 10:56
Compare
Choose a tag to compare

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: Bugfix for :global() changes

30 Jun 09:53
ea0d11a
Compare
Choose a tag to compare

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

1.7.0

05 Feb 19:25
Compare
Choose a tag to compare
Merge branch 'min-max-zero-#20' into main

1.6.0: add event dispatchers for start/change/end interactions

05 Feb 19:25
Compare
Choose a tag to compare
- Also provide the values of the handles and indexes changed
- Add some tests for the dispatched events
- Update Readme.md

the Change event will also fire for keyboard interactions, but
currently I decided to avoid the "start" event for keyboard users
as it is kind of tricky to implement, and the "end" event is impossible
to implement. I may consider a focus/blur event at a later time.

resolves: #6

1.5.0

05 Feb 19:26
Compare
Choose a tag to compare
bump version, build dist folder

1.4.0

05 Feb 19:26
Compare
Choose a tag to compare
add mjs/js dist files, add license, bump version