Releases: youzan/vant
Releases · youzan/vant
v4.6.8
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(Cell): add css vars to customize font size of the cell value by @inottn in #12260
- feat(ConfigProvider): supplement the type declaration of ConfigProviderThemeVars by @xieyezi in #12264
- feat(NavBar): add leftDisabled and rightDisabled prop by @m-xlsea in #12258
Bug Fixes 🐞
- fix(ConfigProvider): failed to set some basic theme vars by @chenjiahan in #12272
- fix(ConfigProvider): ConfigProviderThemeVars
fontSizeXs
hump by @xieyezi in #12267
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12249
- docs(NavBar): add disable button demo by @chenjiahan in #12270
Other Changes
- chore(CI): enable single-commit to reduce the repo size by @chenjiahan in #12268
- chore(CI): bump actions version by @chenjiahan in #12269
- chore: move axure to vant-assets repo by @chenjiahan in #12271
New Contributors
Full Changelog: v4.6.7...v4.6.8
v4.6.7
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(vant-use): add useRaf by @Simon-He95 in #12211
- feat(Checkbox): add indeterminate status by @wjw-gavin in #12216
- feat(auto-import-resolver): add auto-import-resolver package by @wChenonly in #12227
- feat(ConfigProvider): add theme-vars-scope props enable root affects by @zhousg in #12240
Bug Fixes 🐞
- fix(auto-import-resolver): type mismatch in TS projects by @chenjiahan in #12243
- fix(eslint): eslint 不再支持.eslintignore文件, 需要在.eslintrc配置ignorePatterns by @MrXwq in #12237
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12209
- docs: improve the menu position of back-top by @wjw-gavin in #12223
- docs: improve use-raf document by @chenjiahan in #12224
- docs: add Vite and Nuxt guide to quickstart by @chenjiahan in #12239
- docs(auto-import-resolver): update README and folder name by @chenjiahan in #12241
- docs(auto-import-resolver): add Rspack usage by @chenjiahan in #12242
- docs(ConfigProvider): update the guide of modify CSS vars by @chenjiahan in #12246
Other Changes
- test: migrate test runner to vitest by @chenjiahan in #12206
- chore(CI): fix codecov reporter by @chenjiahan in #12210
- chore: use workspace protocol for internal deps by @chenjiahan in #12225
- test: fix vitest canvas mock by @chenjiahan in #12226
- chore(ConfigProvider): update variable name and init execute the sync… by @zhousg in #12248
Full Changelog: v4.6.6...v4.6.7
v4.6.6
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(DropdownItem): supports boolean Value by @baboon-king in #12208
Bug Fixes 🐞
- fix(FloatingBubble): drag should not trigger click on child elements by @zhousg in #12201
- fix(FloatingBubble): does not update state while hidden by @zhousg in #12207
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12199
Other Changes
- chore(CI): update issue comment messages by @chenjiahan in #12204
- refactor(cli): remove execa dependency by @chenjiahan in #12205
Full Changelog: v4.6.5...v4.6.6
v4.6.5
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- types(Toast): add
ToastWrapperInstance
export. by @long-woo in #12166 - feat(FloatingBubble): use component attrs by @zhousg in #12171
Bug Fixes 🐞
- fix(floatingPanel): Lag caused by scrollbar and panel movement #12146 by @yue1123 in #12161
- fix(cli): should escape curly brackets in markdown by @chenjiahan in #12188
- fix(Dialog): improve slot exit judgment by @xincheng-1999 in #12189
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12159
- docs: add instructions for bun package manager by @colinhacks in #12182
Other Changes
- chore: add script to format GitHub changelog by @chenjiahan in #12158
- chore(FloatingPanel): change the default value of lock-scroll to false by @inottn in #12162
- chore(FloatingPanel): improve code style by @chenjiahan in #12175
- feat(DropdownMenu): add swipe-threshold prop by @inottn in #12117
- refactor(cli): rewrite vite-plugin-md by @chenjiahan in #12179
- chore(deps): bump markdown-it v13 and commander v11 by @chenjiahan in #12180
- chore(CI): do not run codeql for pull request by @chenjiahan in #12181
New Contributors
- @long-woo made their first contribution in #12166
- @yue1123 made their first contribution in #12161
- @colinhacks made their first contribution in #12182
- @xincheng-1999 made their first contribution in #12189
Full Changelog: v4.6.4...v4.6.5
v4.6.4
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(area-data): update counties of WuHu by @nivin-studio in #12122
- feat(Locale): add Serbian language to internationalization by @RogerZXY in #12145
- feat(ImagePreview): add closeOnClickOverlay option by @chenjiahan in #12153
- feat(List): add scroller prop by @chenjiahan in #12154
- feat(FloatingPanel): add lock-scroll prop by @inottn in #12157
Bug Fixes 🐞
- fix(TextEllipsis): dots repeated by @muzaisimao in #12120
- fix(TextEllipsis): fix the logic of calculating the position of ellipsis by @inottn in #12137
Document 📖
- docs: move PR title format to contribution guide by @chenjiahan in #12114
- docs(Radio): add document description for the css var '--van-radio-dot-size' by @wjw-gavin in #12152
Other Changes
- docs(changelog): [email protected] by @chenjiahan in #12112
- chore: avoid prettier breaking hbs template by @chenjiahan in #12113
- chore(deps): bump release-it v16 by @chenjiahan in #12115
- feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换 by @suncohey in #12046
- refactor(cli): rewrite release command by @chenjiahan in #12133
- feat(cli): support gitTag option for release command by @chenjiahan in #12134
- chore(CI): automatically generate changelog via GitHub by @chenjiahan in #12135
- chore: add PR labeler action by @chenjiahan in #12136
- chore(TextEllipsis): reuse actionText variable by @chenjiahan in #12138
- refactor(cli): use GitHub changelog instead of conventional-changelog by @chenjiahan in #12139
- chore: add Serbian to doc and rename the file by @chenjiahan in #12150
- chore(eslint-config): bump dependencies by @chenjiahan in #12155
New Contributors
- @muzaisimao made their first contribution in #12120
- @suncohey made their first contribution in #12046
- @nivin-studio made their first contribution in #12122
- @RogerZXY made their first contribution in #12145
Full Changelog: v4.6.3...v4.6.4
v4.6.4-beta.2
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(area-data): update counties of WuHu by @nivin-studio in #12122
Bug Fixes 🐞
- fix(TextEllipsis): dots repeated by @muzaisimao in #12120
Document 📖
- docs: move PR title format to contribution guide by @chenjiahan in #12114
Other Changes
- docs(changelog): [email protected] by @chenjiahan in #12112
- chore: avoid prettier breaking hbs template by @chenjiahan in #12113
- chore(deps): bump release-it v16 by @chenjiahan in #12115
- feat(get-deps): import('../foo.vue') => import('../foo.mjs') 的替换 by @suncohey in #12046
- refactor(cli): rewrite release command by @chenjiahan in #12133
- feat(cli): support gitTag option for release command by @chenjiahan in #12134
- chore(CI): automatically generate changelog via GitHub by @chenjiahan in #12135
New Contributors
- @muzaisimao made their first contribution in #12120
- @suncohey made their first contribution in #12046
- @nivin-studio made their first contribution in #12122
Full Changelog: v4.6.3...v4.6.4-beta.2