2021-07-22
- When moving the slider following console error occurs. #556
2020-11-20
- In Order mode,
setValuewill not sort. #507
2020-10-29
- Add
zoomprop to support zoomed scenes.
2020-10-15
- The
focusmethod method parameter error.
2020-10-12
- When
containedistrue, 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
dataisArray<Object>type, an exception occurs when change thedata. #479
2020-07-08
datasupportsobjecttype. example
2020-07-08
- Allow keyboard tab to access slider. #470 #402
useKeyboarddefault parameters changed fromfalsetotrue.
2020-07-06
datasupportsArray<object>type, and addsdata-valueanddata-labelparameters. #471 document example
2020-06-01
2020-05-27
- Added
valueparameter for default scope slot. #459
2020-05-10
2020-04-16
2020-02-14
onValueChangedmay be called before control is created. #436
2019-12-09
tooltipsupportshoverandactiveparameter. #423tooltipdefault parameters changed fromfocustoactive. 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-changewill blur tooltips. #418
2019-11-14
- Fix
minRange,maxRangecannot be calculated correctly. #414
2019-10-03
- Can't scroll on mobile devices. #413
2019-09-27
- Add Prop
dragOnClickto allow the user to drag the slider directly when pressing the process. PR#404
2019-09-01
- Slot
processadd parameterindex.
2019-08-28
- Keyboard control is abnormal with
included = true. #395
2019-08-13
useKeyboarddoes not work. #389
2019-08-13
- Export mark component and dot component.
- Support
defaultslot.
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
markrendering order is not correct. #370
2019-04-30
- Fix IE does not support
Array.from. #353
2019-04-22
- Fix when the
markis an object,includedoes not work.
2019-04-21
tooltipFormattersupport array type. #349
2019-04-17
- Fix typescript declaration file conflict. #346
2019-04-16
- Fix
MouseEventis not available incypress. #345
2019-04-09
dotOptionssupport sliding range limit (minandmax).
2019-04-04
tooltipPlacementnot support array type. #338
2019-04-04
- Support scss variable to override default style
2019-04-03
- Add prop
containedto support for two alignment modes. #337
2019-04-01
- Use
indexOfinstead ofincludes, fix #334
2019-03-28
- Mouse/Touch position calculation error
2019-03-28
- Add Prop
adsorbto 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 (
setValueandsetIndex) - Add Prop
silentto suppress all warnings.
2019-03-15
- Calculation error when using BigNumber
2019-03-14
- Typescript Compile Error, fix #321
2019-03-14
widthandheightsupportStringtype
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 (
getValueandgetIndex)
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)