21 KiB
Changelog
Tips
The current document is the changelog of Vant 3. If you want to view the changelog of Vant 2, please visit Vant 2 Changelog.
Intro
Vant follows Semantic Versioning 2.0.0.
Release Schedule
- Patch version:released weekly, including features and bug fixes.
- Minor version:released every one to two months, including backwards compatible features.
- Major version:including breaking changes and new features.
Details
v3.0.12
2021-04-05
Feature
- CollapseItem: add readonly prop #8445
- Field: add clear-icon prop #8438
- Search: add clear-icon prop #8439
- Search: add error-message prop #8442
- Search: add formatter、format-trigger prop #8441
Bug Fixes
- fix incorrect tag prompts under Webstorm #8450
v3.0.11
2021-03-30
Feature
- Cascader: add swipeable prop #8383
- Dialog: add footer slot #8382
- Dialog: allow to render JSX message #8420
- Image: add icon-size prop #8395
- Row: add wrap prop #8393
Bug Fixes
- Field: should not reset validation after blured #8409
- Sticky: Element not exist during SSR #8407
- Tabs: incorrect horizontal slip judgment #8388
v3.0.10
2021-03-19
Feature
- ActionSheet: add cancel slot #8333
- Badge: add show-zero prop #8381
- Cascader: add close-icon prop #8334
- Popover: add close-on-click-overlay prop #8351
- Popover: add duration prop #8355
- Popover: add overlay-class prop #8353
- Popover: add overlay-style prop #8354
- ShareSheet: add cancel slot #8335
- Sticky: add change event #8374
- Tag: close event param #8337
- Toast: add iconSize option #8338
Feature
- ContactList: add @contact-list-item-radio-icon-color var #8322
- Coupon: add @coupon-corner-checkbox-icon-color var #8323
- List: add @list-loading-icon-size less var #8365
- Loading: add @button-loading-icon-size less var 465bf0
- PullRefresh: add @pull-refresh-loading-icon-size less var #8366
Bug Fixes
v3.0.9
2021-03-08
Feature
- AddressList: add tag slots #8292
Bug Fixes
v3.0.8
2021-03-07
Types
- Build types from source code #8264
Feature
- ImagePreview: add overlay-style prop #8276
- ImagePreview: add transition prop #8275
- Locale: add th-TH lang #8297
- PullRefresh: add pull-distance prop #8280
- Button: add some less vars #8281
Bug Fixes
- ImagePreview: add test cases #8282
- ActionSheet: should not reopen when closed #8272
- Stepper: incorrect text color in iOS14 when disabled #8277
- Swipe: should render dynamic swipe item correctly #8288
v3.0.7
2021-02-28
Feature
- Notify: add lockScroll option #8168
- Popup: click-overlay event add
Event
param #8107 - ShareSheet: add overlay-style prop #8225
- ShareSheet: add overlay-class prop #8225
- Step: add finish-icon slot #8241
- Steps: add finish-icon prop #8103
- Uploader: add @uploader-mask-text-color var #8064
perf
Bug Fixes
- ActionSheet: fix safe-area-inset-bottom prop not work #8085
- DateTimePicker: fix incorrecrt inital value #8193
- Form: may scroll to incorrect field after submitted #8159
- ImagePreview: fix incorrect image display during the second call #8060
- IndexBar: failed to render active anchor when inited #8164
- Popup: should watch lockScroll #8169
- Swipe: active may outrange when initialize #8061
- SwipeCell: incorrect position param when clicking outside #8108
- Tabbar: incorrect active tab when name is zero #8125
- Tabs: incorrect active tab when active prop is zero #8074
- Toast: ssr error #8214
v3.0.6
2021-01-31
Feature
- Area: support more than 6-digit area code #8001
- Form: adjust show-error default value to false #8016
- Form: allow validator to return message #8052
- NumberKeyboard: add blur-on-close prop #8033
- Popover: add click-overlay event #8050
- Popover: support config action color #8049
- Sticky: add position、offset-bottom prop #7979
Bug Fixes
- Button: should not submit form when loading #8018
- Calendar: should expose scrollToDate method #7983
- Empty: linearGradient id conflict #8013
- Toast: closeOnClickOverlay not work #8044
v3.0.5
2021-01-24
Feature
- Badge: add offset prop e0b463
- Calendar: reset method support specified date #7966
- Icons: add wechat icon, rename wechat-pay icon b3cd8c
- ImagePreview: reset scale after swiping #7972
- ImagePreview: adjust default swipeDuration to 300ms #7970
- ShareSheet: add wechat-moments icon ca66fb
- Slider: add readonly prop 4cd991
style
Bug Fixes
- Calendar: should reset to default date when calling reset method #7967
- Dialog: failed to render when toggling allowHtml #7968
- ImagePreview: scale event index is undefined #7971
v3.0.4
2021-01-17
Feature
- Cascader: add field-names prop #7933
- Cell: allow to disable clickable when using is-link #7923
- DropdownItem: title-class can be array or object type #7926
- Popup: overlay-class can be array or object #7924
- Toast: add overlayClass option #7925
- Toast: add overlayStyle option #7898
Bug Fixes
- AddressEdit: should expose setAreaCode method 6a184f
- Circle: the gradient color is incorrect #7909
- NumberKeyboard: fix delete、extra-key slot not work 52a0e5
- Search: fix update:modelValue emits warning #7872
- Swipe: should stop autoplay when page is hidden 1c428f
v3.0.3
2021-01-10
Feature
- Field: add autocomplate prop #7877
Bug Fixes
- Area: should expose getValues method 03c7b4
- ImagePreview: close-on-popstate not work #7880
- List: should watch error prop and check position b79c32
v3.0.2
2021-01-02
Feature
- Calendar: add scrollToDate method #7847
- Form: add disabled prop #7830
- Form: add readonly prop #7830
- Loading: add text-color prop #7806
- Picker: add columns-field-names prop #7791
- NumberKeyboard: add random-key-order prop #7841
Bug Fixes
- Calendar: title slot not work #7826
- Calendar: failed to watch defaultDate #7815
- Popup: should remove lock scroll before destroyed #7835
- Stepper: should format model-value 81494d
v3.0.1
2020-12-27
Feature
- Form: support valdiate multiple names #7810
- Form: resetValidation support multiple names #7811
- Stepper: add show-input prop #7812
- IndexBar: add scrollTo method #7794
Bug Fixes
- CountDown: fix ssr memory leak #7808
- Image: mismatching warning during ssr #7822
- Popup: lockScroll not work #7738
- Stepper: change event emitted twice #7820
- Swipe: incorrect size during ssr #7821
- Swipe: incorrect active swipe when children changed #7802
- Swipe: incorrect active tab when activated #7772
v3.0.0
2020-12-23
Content
Reference: Vant 3.0 正式发布:全面拥抱 Vue 3。
v3.0.0-rc.4
2020-12-21
New Component
- add Cascader component #7771

Feature
Types
- Lazyload: fix typing #7757
- Contains all features and bug fixes of
v2.12.0-beta.0
version
v3.0.0-rc.3
2020-12-10
Breaking Change
- Stepper: rename async-change to before-change e026d2
perf
- Stepper: improve bundle size #7675
Bug Fixes
- Stepper: disabled not work c27760
- Tabs: failed to set active tab #7717
- Contains all features and bug fixes of
v2.11.3
version
v3.0.0-rc.2
2020-12-04
perf
- reduce bundle size #7675
Bug Fixes
- Lazyload: missing esm output #7685
- NumberKeyboard: fix hide-on-click-outside prop not working #7668 #7667
- Uploader: fix change status is not valid #7681
- Types: fix teleport typing #7687
- Contains all features and bug fixes of
v2.11.2
version
v3.0.0-rc.1
2020-12-01
Breaking Change
- Popover: adjust trigger default value to click 1699d9
Feature
- Lazyload: support Vue 3 d3ca40
- Contains all features and bug fixes of
v2.11.1
version
style
- Circle: add @circle-color less var 1a6cf6
- Circle: add @circle-layer-color less var 65a5ed
- Circle: add @circle-size less var b57f7e
- IndexBar: adjust default highlight color to red 65b680
- IndexBar: adjust sticky anchor color to red 87b0a0
- IndexBar: increase right padding to 8px aad055
Bug Fixes
- Image: lazy-load prop not work 0ba818
- Lazyload: fix typing d0c4c2
- Popup: transition-appear prop not work dd6930
v3.0.0-beta.10
2020-11-22
Bug Fixes
- Radio: failed to bind group 0f7c9a
v3.0.0-beta.9
2020-11-22
Feature
Bug Fixes
- Checkbox: bind-group prop not work #7447
- Badge: fix missing typing c487b3
- Contains all features and bug fixes of
v2.11.0
version
v3.0.0-beta.8
2020-11-15
Bug Fixes
- ActionSheet: incorrect behavior when clicking disabled option 996598
- ActionSheet: missing callback option 27b761
- Calendar: failed to render when default-date is null #7519 #7519
- cli: should not collect coverage from test dir c21517
- DatetimePicker: inherit correct props ed332d
- NavBar: safe-area-inset-top css incorrect #7535
- NoticeBar: avoid repeated start 0712d9
- Swipe: failed to render in lazy-render mode e06ba4
- Swipe: avoid repeated initialization c94173
- Tabs: avoid repeated initialization 599e81
- Contains all features and bug fixes of
v2.10.14
version
v3.0.0-beta.7
2020-11-08
Bug Fixes
- Calendar: incorrect initial date #7412
- DropdownMenu: can't disable closeOnClickOutside #7473
- Uploader: before-read return true not work #7493
- Uploader: can't get index in delete event #7481
- Contains all features and bug fixes of
v2.10.13
version
v3.0.0-beta.6
2020-11-01
Bug Fixes