Skip to content

Releases: ktsn/vue-range-slider

v0.6.0

06 Mar 15:44
Compare
Choose a tag to compare

BREAKING CHANGES

  • disallow dragging other than main mouse button (fix #30) (5a0bb62)
  • follow input/change event behavior for native input element (f1b2b54)

v0.5.1

05 Mar 14:57
Compare
Choose a tag to compare

Bug Fixes

  • avoid transpiling output scss (8b0f590)

v0.5.0

04 Mar 16:25
Compare
Choose a tag to compare

Features

  • support moving knob by clicking rail (fix #18, fix #25) (74d24c5)

v0.4.0

23 Feb 07:15
Compare
Choose a tag to compare

Features

v0.3.2

23 Feb 05:14
Compare
Choose a tag to compare

Bug Fixes

  • avoid chrome passive event warning (c986656)

v0.3.1

10 Feb 08:20
Compare
Choose a tag to compare

Bug Fixes

v0.3.0

10 Feb 08:20
Compare
Choose a tag to compare
0.3.1

v0.2.4

11 Jan 00:31
Compare
Choose a tag to compare

Fixed

  • Be compatible with Vue v2.1.7 or later

v0.2.3

30 Nov 00:50
Compare
Choose a tag to compare

.scss file of the slider is now exposed, so you can easily customize the slider style by setting sass variables. (See example)

// customize slider style by changing built-in sass variables
$slider-height: 50px;
$slider-width: 200px;
$rail-height: 5px;
$rail-color: #e2fae2;

// import built-in sass file
@import '~vue-range-slider/dist/vue-range-slider.scss';

All available variables are defined in the component file.

v0.2.2

18 Oct 10:27
Compare
Choose a tag to compare
  • Make compatible for IE 9