mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
9.8 KiB
9.8 KiB
Changelog
Tips
The current document is the changelog of Vant 3.x. If you want to view the changelog of Vant 2.x, please visit Vant 2.x 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.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