Skip to content

Tags: simeydotme/svelte-range-slider-pips

Tags

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #185 from simeydotme/copilot/fix-be1021b5-67a0-459…

…5-9618-36cb02a1ea8b

Fix pip label clicks with prefix/suffix not moving handle to correct value

4.0.8

Toggle 4.0.8's commit message
fix issue with change event not firing on first keyboard interaction

4.0.7

Toggle 4.0.7's commit message
add accent-text variable for float text display

4.0.6

Toggle 4.0.6's commit message
build and bump

4.0.5

Toggle 4.0.5's commit message
fix issue with `springValues` not updating at runtime

- also add tests for spring/springValues

4.0.4

Toggle 4.0.4's commit message
fix svelte5 $state() issue, and style= issue

- modify the way the `$: {}` block runs so it triggers svelte5
reactivity
- combine all the `style:--var` attributes into `style=...`
  - I noticed some perf/browser issues with certain style attributes
updating when supplied as a prop
- improve the `constrainAndAlignValue()` function in utils

4.0.3

Toggle 4.0.3's commit message
fix toggling range on/off

- manually add 'range' into reactive functionality
- fixes the tests failing

4.0.2

Toggle 4.0.2's commit message
- fix a little bit of reactivity for some props

  - rangeGapMin/Max
    - was not properly updating if changed from outside
  - rangeFormatter
    - also

- improve some comments
- remove uneeded variable
- update tests to cover some reactive prop changes

4.0.1

Toggle 4.0.1's commit message
update readme, bump version

4.0.0

Toggle 4.0.0's commit message
add upgrade info to the readme