Releases: simeydotme/svelte-range-slider-pips
Releases · simeydotme/svelte-range-slider-pips
$state() reactivity improvements
The minor releases since 4.0.0 have fixed some issues regarding reactivity with svelte 5's $state() rune.
Version 4
Check out the Upgrade guide for information on what's changed / added.
Limits Option
- add new property;
limits- this allows stopping the handles before the min/max
- update some packages
Full Changelog: 3.2.0...3.2.1
Fix Svelte 5 compatibility
wasn't able to install with NPM due to version mis-match.
fixed.
Fix bundler / imports & Immutable
- put
immutableinto the bundle config options - update exports to be a little better
- remove
.cssimport from the.sveltefile
V3 🎉
Re-write in SvelteKit and Typescript.
(yay types for all you weird type nerds!)
- test folders with examples of the project running in many environments (react, vue, jquery, esm modules, svelte 5)
- types
- insanely complicated build system and package json
- some types
- code utils split out
Hope this goes smoothly for y'all who want to upgrade because of the slightly annoying cautions in your build systems! 🤞
Aria & Min Label & Formatting
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
Minor bugfixes
Fix css for hoverable, remove `orientationEnd` prop resolves #50 resolves #52
Allow reversible sliders, reverse the Vertical
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.