2020-11-20
- In Order mode,
setValue
will not sort. #507
2020-10-29
- Add
zoom
prop to support zoomed scenes.
2020-10-15
- The
focus
method method parameter error.
2020-10-12
- When
contained
istrue
, slider position is out of sync with mouse position.
2020-08-20
- An error occurred in ie11. #482
2020-08-12
2020-08-07
- When
data
isArray<Object>
type, an exception occurs when change thedata
. #479
2020-07-08
data
supportsobject
type. example
2020-07-08
- Allow keyboard tab to access slider. #470 #402
useKeyboard
default parameters changed fromfalse
totrue
.
2020-07-06
data
supportsArray<object>
type, and addsdata-value
anddata-label
parameters. #471 document example
2020-06-01
2020-05-27
- Added
value
parameter for default scope slot. #459
2020-05-10
2020-04-16
2020-02-14
onValueChanged
may be called before control is created. #436
2019-12-09
tooltip
supportshover
andactive
parameter. #423tooltip
default parameters changed fromfocus
toactive
. document
2019-12-08
- Cannot drag when included and lazy are both equal to true. #421
2019-12-07
- Fix label still clickable when
clickable=true
. #422
2019-11-29
- Fixing
will-change
will blur tooltips. #418
2019-11-14
- Fix
minRange
,maxRange
cannot be calculated correctly. #414
2019-10-03
- Can't scroll on mobile devices. #413
2019-09-27
- Add Prop
dragOnClick
to allow the user to drag the slider directly when pressing the process. PR#404
2019-09-01
- Slot
process
add parameterindex
.
2019-08-28
- Keyboard control is abnormal with
included = true
. #395
2019-08-13
useKeyboard
does not work. #389
2019-08-13
- Export mark component and dot component.
- Support
default
slot.
2019-08-12
- Remove
.vue-slider-sr-only
. #68
2019-08-04
- Compatible screen reader.
- The cursor does not display the disabled flag when
disabled: true
2019-06-27
- Add prop
keydownHook
. #377
- Tooltip is not displayed correctly in lazy mode. #375
2019-06-04
- Fix
mark
rendering order is not correct. #370
2019-04-30
- Fix IE does not support
Array.from
. #353
2019-04-22
- Fix when the
mark
is an object,include
does not work.
2019-04-21
tooltipFormatter
support array type. #349
2019-04-17
- Fix typescript declaration file conflict. #346
2019-04-16
- Fix
MouseEvent
is not available incypress
. #345
2019-04-09
dotOptions
support sliding range limit (min
andmax
).
2019-04-04
tooltipPlacement
not support array type. #338
2019-04-04
- Support scss variable to override default style
2019-04-03
- Add prop
contained
to support for two alignment modes. #337
2019-04-01
- Use
indexOf
instead ofincludes
, fix #334
2019-03-28
- Mouse/Touch position calculation error
2019-03-28
- Add Prop
adsorb
to control the slider to automatically adsorb to the nearest value
2019-03-28
- Add extraction css, support server-side rendering
2019-03-27
- Add Slot (
process
)
2019-03-19
- Add Methods (
setValue
andsetIndex
) - Add Prop
silent
to suppress all warnings.
2019-03-15
- Calculation error when using BigNumber
2019-03-14
- Typescript Compile Error, fix #321
2019-03-14
width
andheight
supportString
type
2019-03-13
- Optimize package size
- Upgrade vue-property-decorator, fix #320
2019-03-11
- Component not updated when array length changes
2019-03-02
- Add Methods (
getValue
andgetIndex
)
2019-03-01
- Typescript type error
2019-02-28
- More customizable (
style
/slot
) - Multiple style themes
- Support for more sliders (Countless)
- Add marks
- Support SSR
- Support Typescript
- Fix v2.x exception. (No longer need to call refresh)