vant/docs/markdown/changelog-v3.en-US.md
2021-01-17 15:28:03 +08:00

12 KiB
Raw Blame History

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 versionreleased weekly, including features and bug fixes.
  • Minor versionreleased every one to two months, including backwards compatible features.
  • Major versionincluding breaking changes and new features.

Details

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

  • Stepper: add show-input prop #7785
  • uploader: add single uploader preview image style #7731

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

  • Search: add blur method d26282
  • Search: add focus method 2833bc

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

  • Calendar: watch maxData/minDate and reset #7412
  • Swipe: incorrect lazy render when loop is false #7465
  • Swipe: item should only rendered once #7466
  • Tabs: skip initial animation 49e877
  • ActionBar: fix typing #7440 #7442
  • Contains all features and bug fixes of v2.10.12 version