docs(changelog): 3.3.2

This commit is contained in:
chenjiahan
2021-11-28 19:17:32 +08:00
parent d62176407c
commit 66e39af9e3
2 changed files with 32 additions and 0 deletions
@@ -16,6 +16,22 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.3.2](https://github.com/compare/v3.3.1...v3.3.2)
`2021-11-28`
**Feature**
- add exports field and use bundled output by default [#9952](https://github.com/issues/9952)
- Tabbar: support highlighted with child route [#9926](https://github.com/issues/9926)
**Bug Fixes**
- Calendar: auto selected to max range when show-confirm is false [#9948](https://github.com/issues/9948)
- Calendar: should scroll to current date instead of current month [#9949](https://github.com/issues/9949)
- Swipe: should prevent touchmove event when swiping [#9920](https://github.com/issues/9920)
- Tabs: rename wrapper class to `van-tab__panel-wrapper` [#9951](https://github.com/issues/9951)
### [v3.3.1](https://github.com/compare/v3.3.0...v3.3.1)
`2021-11-23`