mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
4.0 KiB
4.0 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.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