mirror of
https://github.com/youzan/vant.git
synced 2025-12-22 01:07:29 +08:00
6.3 KiB
6.3 KiB
更新日志
v2.0.2
2019-06-21
Improvements
- Card: add click-thumb event #3586
- CouponList: add enabled-title、disabled-title props #3578
- Slider: min/max can set any value #3566
- Uploader: before-read prop support promise mode #3572
- Picker: update acceleration rate #3556
- NumberKeyboard: support v-model #3531
- NumberKeyboard: add maxlength prop #3532
- add sideEffects to enable tree shaking #3530
Bug Fixes
- fix Button default margin in safari #3577
- fix Sku can not preview image when only have goods picture #3569
- fix Toast missing type definition of clear method #3542
v2.0.1
2019-06-15
Improvements
- Tab: support string type of line-width & line-height #3514
- Icon: use image component to display image #3515
- Toast: add icon prop #3485
- DropdownMenu: add direction prop #3490
- NumberKeyboard: add delete slot #3499
Bug Fixes
- fix Image missing type definition #3520
- fix SwitchCell incorrect loading position #3501
- fix Toast missing fade-out transition in multiple mode #3504
- fix Locale can not modify functional message #3498
v2.0.0
2019-06-12
Overview
- Add four new components
- Add dozens of APIs
- Improve accessibility
- New card style document, support document search
- All components support custom styles via
lessvariables - Rename several components, deprecate several APIs
New Components
ImageComponentSkeletonComponentIndexBar、IndexAnchorComponentDropdownMenu、DropdownItemComponent
Breaking Changes
Actionsheet
- Rename to
ActionSheet
Button
- Remove
bottom-actionprop,please usesquareandsizeinstead
Field
- Remove
on-icon-clickprop,please useclick-right-iconevent instead - Rename
iconprop toright-icon - Rename
iconslot toright-icon - Rename
click-iconevent toclick-right-icon
GoodsAction
- Rename
GoodsActionBigBtntoGoodsActionButton - Rename
GoodsActionMiniBtntoGoodsActionIcon - Remove
primaryprop ofGoodsActionBigBtn,please totypeprop instead
Step
- Remove
iconprop - Remove
titleprop - Remove
icon-classprop - Remove
descriptionprop - Remove
message-extraslot
Badge
- Rename
BadgeGrouptoSidebar - Rename
BadgetoSlidebarItem
Loading
- Remove
circletype - Remove
gradient-circletype
Checkbox
- Adjusted to
flexlayout, may affect the original layout
Radio
- Adjusted to
flexlayout, may affect the original layout
Waterfall
- Remove Waterfall component,please use
Listinstead,or use @vant/waterfall。
Accessibility
Improve accessibility for those components:
- Accordion
- Checkbox
- Dialog
- DropdownMenu
- GoodsAction
- List
- NoticeBar
- NumberKeyboard
- Radio
- Rate
- Stepper
- Tab
- Slider
- Switch
New Feature
ActionSheet
- Add
lock-scrollprop - Add
click-overlayevent - Add
close-on-click-actionprop - Support both use
titleandactionsprop
Area
resetmethod supportcodeparam
Button
- Add
iconprop - Add
loading-typeprop
Checkbox
- Add
icon-sizeprop
DatetimePicker
- Add
filterprop
Field
- Add
inputslot - Add
clickevent - Add
clickableprop - Add
label-classprop - No longer update v-model during IME composition
GoodsActionButton
- Add
typeprop
Icon
- Support
Numbertype ofsizeprop
ImagePreview
- Add
close-on-popstateprop
Loading
- Add
defaultslot - Add
verticalprop - Add
text-sizeprop - Support
Numbertype ofsizeprop
Notify
- Add
onClickoption - Add
onCloseoption - Add
onOpenedoption
NoticeBar
- Add
left-iconslot - Add
right-iconslot
PasswordInput
- Add
gutterprop
Picker
- Support inertial scrolling
- Add
toolbar-positionprop
Popup
- Add
clickevent - Add
durationprop
Radio
- Add
icon-sizeprop
Rate
- Add
gutterprop - Support
Stringtype ofsizeprop
Search
- Add
clearableprop - Add
left-iconprop - Add
right-iconprop - Add
right-iconslot - No longer update v-model during IME composition
Slider
- Add
drag-startevent - Add
drag-endevent
Steps
- Add
inactive-iconprop - Add
inactive-iconslot
Stepper
- Support
Numbertype ofinput-widthprop
SubmitBar
- Add
tip-iconprop - Add
suffix-labelprop
SwipeCell
- Auto calc
left-widthandright-width
Switch
- The loading icon color will now follow the background color change
SwitchCell
- Add
borderprop - Add
cell-sizeprop
Sku
- Add
preview-openevent - Add
preview-closeevent
Tab
- Add
borderprop - Optimize
animatedanimation performance - Fix incorrect tab pane height when use
animatedprop
Tabbar
- Add
routeprop - Add
borderprop - Add
inactive-colorprop
TabbarItem
- Add
nameprop
Toast
- Add
onOpenedoption
Uploader
- Add default upload style
- Add
deleteevent - Add
upload-textprop - Add
max-countprop - Add
preview-sizeprop - Add
preview-imageprop - Support use
v-modelto bind file-list oversizeevent adddetailparam
