vant/docs/markdown/changelog-v3.en-US.md
2020-12-01 16:36:37 +08:00

5.6 KiB
Raw Blame History

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 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.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