StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5.7 KiB
5.7 KiB
CHANGELOG
v3.1.0
2019-12-09
🎉 Feature
tooltip
supportshover
andactive
parameter. #423tooltip
default parameters changed fromfocus
toactive
. document
v3.0.46
2019-12-08
🐞 Bug Fixes
- Cannot drag when included and lazy are both equal to true. #421
v3.0.45
2019-12-07
🐞 Bug Fixes
- Fix label still clickable when
clickable=true
. #422
v3.0.44
2019-11-29
🐞 Bug Fixes
- Fixing
will-change
will blur tooltips. #418
v3.0.43
2019-11-14
🐞 Bug Fixes
- Fix
minRange
,maxRange
cannot be calculated correctly. #414
v3.0.42
2019-10-03
🐞 Bug Fixes
- Can't scroll on mobile devices. #413
v3.0.41
2019-09-27
🎉 Feature
- Add Prop
dragOnClick
to allow the user to drag the slider directly when pressing the process. PR#404
v3.0.40
2019-09-01
🎉 Feature
- Slot
process
add parameterindex
.
v3.0.39
2019-08-28
🐞 Bug Fixes
- Keyboard control is abnormal with
included = true
. #395
v3.0.38
2019-08-13
🐞 Bug Fixes
useKeyboard
does not work. #389
v3.0.37
2019-08-13
🎉 Feature
- Export mark component and dot component.
- Support
default
slot.
v3.0.35
2019-08-12
🐞 Bug Fixes
- Remove
.vue-slider-sr-only
. #68
v3.0.34
2019-08-04
🐞 Bug Fixes
- Compatible screen reader.
- The cursor does not display the disabled flag when
disabled: true
v3.0.33
2019-06-27
🎉 Feature
- Add prop
keydownHook
. #377
🐞 Bug Fixes
- Tooltip is not displayed correctly in lazy mode. #375
v3.0.32
2019-06-04
🐞 Bug Fixes
- Fix
mark
rendering order is not correct. #370
v3.0.31
2019-04-30
🐞 Bug Fixes
- Fix IE does not support
Array.from
. #353
v3.0.30
2019-04-22
🐞 Bug Fixes
- Fix when the
mark
is an object,include
does not work.
v3.0.29
2019-04-21
🎉 Feature
tooltipFormatter
support array type. #349
v3.0.28
2019-04-17
🐞 Bug Fixes
- Fix typescript declaration file conflict. #346
v3.0.27
2019-04-16
🐞 Bug Fixes
- Fix
MouseEvent
is not available incypress
. #345
v3.0.26
2019-04-09
🎉 Feature
dotOptions
support sliding range limit (min
andmax
).
v3.0.25
2019-04-04
🐞 Bug Fixes
tooltipPlacement
not support array type. #338
v3.0.24
2019-04-04
🎉 Feature
- Support scss variable to override default style
v3.0.23
2019-04-03
🎉 Feature
- Add prop
contained
to support for two alignment modes. #337
v3.0.22
2019-04-01
🐞 Bug Fixes
- Use
indexOf
instead ofincludes
, fix #334
v3.0.21
2019-03-28
🐞 Bug Fixes
- Mouse/Touch position calculation error
v3.0.19
2019-03-28
🎉 Feature
- Add Prop
adsorb
to control the slider to automatically adsorb to the nearest value
v3.0.18
2019-03-28
🎉 Feature
- Add extraction css, support server-side rendering
v3.0.17
2019-03-27
🎉 Feature
- Add Slot (
process
)
v3.0.16
2019-03-19
🎉 Feature
- Add Methods (
setValue
andsetIndex
) - Add Prop
silent
to suppress all warnings.
v3.0.15
2019-03-15
🐞 Bug Fixes
- Calculation error when using BigNumber
v3.0.13
2019-03-14
🐞 Bug Fixes
- Typescript Compile Error, fix #321
v3.0.12
2019-03-14
🎉 Feature
width
andheight
supportString
type
v3.0.11
2019-03-13
🔧 Chore
- Optimize package size
- Upgrade vue-property-decorator, fix #320
v3.0.8
2019-03-11
🐞 Bug Fixes
- Component not updated when array length changes
v3.0.5
2019-03-02
🎉 Feature
- Add Methods (
getValue
andgetIndex
)
v3.0.3
2019-03-01
🐞 Bug Fixes
- Typescript type error
v3.0.2
2019-02-28
🎉 Feature
- More customizable (
style
/slot
) - Multiple style themes
- Support for more sliders (Countless)
- Add marks
- Support SSR
- Support Typescript
🐞 Bug Fixes
- Fix v2.x exception. (No longer need to call refresh)