Releases: youzan/vant
Releases · youzan/vant
v4.9.8
What's Changed
New Features 🎉
- feat(DatePicker): filter support values param to help get current values by @inottn in #13147
- feat(Calendar): support
text
slot by @yuyinws in #13127
Bug Fixes 🐞
Document 📖
Other Changes
- chore(deps): update dependency typescript to ^5.6.2 by @renovate in #13132
- chore(deps): update all patch dependencies by @renovate in #13130
- chore(deps): update dependency esbuild to ^0.24.0 by @renovate in #13131
- chore(deps): update all patch dependencies by @renovate in #13141
- chore(deps): update dependency terser to ^5.34.1 by @renovate in #13142
- chore(deps): update dependency jsdom to v25 by @renovate in #13143
- chore(deps): update dependency @babel/preset-typescript to ^7.25.7 by @renovate in #13152
- chore(deps): update all patch dependencies by @renovate in #13151
- chore(deps): update vitest to v2 (major) by @renovate in #13144
- chore(deps): update pnpm to v9.12.1 by @renovate in #13133
New Contributors
Full Changelog: v4.9.7...v4.9.8
v4.9.7
What's Changed
Bug Fixes 🐞
Document 📖
- docs(ecosystem): add an ecosystem by @luckyAisen in #13118
- docs(field): fix field max min property Type by @dadaguai-git in #13120
Other Changes
- chore(deps): update dependency eslint-plugin-vue to ^9.28.0 by @renovate in #13113
- chore(deps): update dependency terser to ^5.33.0 by @renovate in #13116
- chore(deps): update dependency markdown-it-anchor to ^9.2.0 by @renovate in #13114
- chore(deps): update dependency picocolors to ^1.1.0 by @renovate in #13115
Full Changelog: v4.9.6...v4.9.7
v4.9.6
What's Changed
Bug Fixes 🐞
- fix(NumberKeyboard): lose the number 0 key in some configs by @Whbbit1999 in #12972
Other Changes
- chore(deps): update dependency vite to ^5.4.3 by @renovate in #13056
- chore(deps): update all patch dependencies by @renovate in #13028
- chore(deps): bump Vue 3.5 and fix test case by @chenjiahan in #13106
- chore(deps): update dependency rimraf to v6 by @renovate in #13016
- chore(deps): update dependency esbuild to ^0.23.1 by @renovate in #12863
- chore(deps): update pnpm to v9.9.0 by @renovate in #12906
- chore(deps): update dependency typescript to ^5.5.4 by @renovate in #12964
- chore(deps): update all patch dependencies by @renovate in #13107
- chore(deps): update dependency @types/node to ^20.16.5 by @renovate in #13108
New Contributors
- @Whbbit1999 made their first contribution in #12972
Full Changelog: v4.9.5...v4.9.6
v4.9.5
What's Changed
New Features 🎉
- feat(Overlay): add teleport prop by @inottn in #13087
- feat(Field): add min and max props by @dadaguai-git in #13068
Bug Fixes 🐞
- fix: use declare module 'vue' instead of @vue/runtime-core by @skywalker512 in #13067
- fix(vant-area-data): export package.json by @yangmingshan in #13074
- fix(Calendar): fix getInitialDate function error by @pany-ang in #13075
- fix(Calendar): fix watch 'defaultDate' error by @pany-ang in #13077
Document 📖
- docs(Calendar): fix inconsistencies between the document and "demo" by @pany-ang in #13061
- docs(Calendar): improve FQA by @pany-ang in #13062
- docs(TimePicker): delete useless space by @pany-ang in #13096
- docs(Form): add 'scrollToErrorPosition' version number by @pany-ang in #13090
- docs(Calendar): fix documentation errors by @pany-ang in #13078
Other Changes
- chore(deps): update dependency @babel/core to ^7.25.2 by @renovate in #13044
- chore(deps): update types (major) by @renovate in #13046
- chore(deps): bump Rsbuild 1.0.1-beta.16 by @chenjiahan in #13082
New Contributors
- @skywalker512 made their first contribution in #13067
- @yangmingshan made their first contribution in #13074
- @dadaguai-git made their first contribution in #13068
Full Changelog: v4.9.4...v4.9.5
v4.9.4
What's Changed
New Features 🎉
- feat(Locale): added Kazakh translations by @YernarT in #13025
- feat(SwipeCell): add event param for before-close by @inottn in #13039
Bug Fixes 🐞
- fix(SwipeCell): the click will be triggered after the touchend event on desktop by @inottn in #13040
Document 📖
- docs(Steps): update active-color default value by @leon-fong in #13031
Other Changes
- chore(deps): update github/codeql-action action to v3 by @renovate in #13017
- chore(CI): update issue comment messages by @inottn in #13032
- chore(deps): update dependency @vitejs/plugin-vue to ^5.1.2 by @renovate in #13029
New Contributors
Full Changelog: v4.9.3...v4.9.4
v4.9.3
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(Calendar): disable the previous month button correctly when the minDate is the current time by @inottn in #13006
- fix(TextEllipsis): calculate the width of the action slot correctly by @inottn in #13005
- fix(Calendar): correctly change the panelDate when the selected date is the last day of each month by @inottn in #13008
Document 📖
- docs: add changelog notices by @chenjiahan in #13003
Other Changes
- chore(deps): update dependency highlight.js to ^11.10.0 by @renovate in #13004
- chore(deps): update dependency eslint-plugin-vue to ^9.27.0 by @renovate in #12990
- chore(deps): update dependency markdown-it to v14 by @renovate in #12946
- chore(deps): update all patch dependencies by @renovate in #12942
- chore(deps): update dependency husky to v9 by @renovate in #12923
- chore: update husky config for v9 by @chenjiahan in #13015
Full Changelog: v4.9.2...v4.9.3
v4.9.2
What's Changed
New Features 🎉
- feat(Form): add prop "scrollToErrorPosition" by @pany-ang in #12937
- types(Uploader): export afterRead function type by @chenjiahan in #12961
- types(Notify): add missing teleport type by @inottn in #12985
Bug Fixes 🐞
- fix(Card): render correctly when the price is an integer by @inottn in #12917
- fix(Notify): add zIndex type by @wasdjkl in #12910
- fix(Tab): "scrollLeftTo" function could not handle decimal correctly by @pany-ang in #12918
- fix(vant-compat): [Toast][Dialog] fix missed and incorrect export error #12952 by @upthen in #12953
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12904
- docs(Notify): fix z-index option case by @chenjiahan in #12919
- docs(nav-bar): replace click-right with click-left for second example by @chouchouji in #12920
- docs(Tab): refine the description of 'props' by @pany-ang in #12935
- docs(Tab): fix documentation errors by @pany-ang in #12933
- docs(Badge): refine the description of 'props' by @pany-ang in #12936
- docs(Tab): add FQA for "swipeable" and "animated" by @pany-ang in #12938
- docs(ImagePreview): fix missing parameters by @IceyWu in #12955
- docs: fix missing
plain
prop #12962 by @namefhf in #12963 - docs: mark legacy versions as EOL by @chenjiahan in #13000
Other Changes
- chore(deps): update vitest to ^1.6.0 by @renovate in #12908
- chore(deps): update dependency prettier to ^3.3.1 by @renovate in #12905
- chore(deps): update all patch dependencies by @renovate in #12921
- test: skip failed cases for Vue ecosystem-ci by @chenjiahan in #12926
- chore(deps): update dependency jsdom to v24 by @renovate in #12924
- chore(vant-cli): drop NodeJS 14 support by @inottn in #12940
- chore: update vue to v3.4.29 and enable skipped cases by @inottn in #12939
- chore(deps): update dependency @vitejs/plugin-vue-jsx to v4 by @renovate in #12909
- chore(deps): update dependency vite to ^5.3.1 by @renovate in #12943
- chore(deps): update dependency vue-router to ^4.4.0 by @renovate in #12965
- chore(deps): update dependency postcss-load-config to v6 by @renovate in #12976
- chore(deps): update dependency markdown-it-anchor to v9 by @renovate in #12975
- chore(deps): bump Rsbuild 1.0.1-beta.0 by @chenjiahan in #13001
New Contributors
- @wasdjkl made their first contribution in #12910
- @upthen made their first contribution in #12953
- @namefhf made their first contribution in #12963
Full Changelog: v4.9.1...v4.9.2
v4.9.1
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(FloatingPanel): support header slot by @chouchouji in #12897
- feat(AddressList): support multiple selection by @jj56313751 in #12887
- feat(cli): bump Rsbuild v0.7 by @chenjiahan in #12903
- feat: supports
imports
option for auto-import by @zhaojjiang in #12861
Bug Fixes 🐞
- fix(cli): CSS preprocessor for scoped by @zoy-l in #12860
- fix(area): columns-placeholder prop rendering error by @yipl95 in #12857
- fix: VantImports type error by @wChenonly in #12876
- fix(Stepper): set autocomplete to off by @inottn in #12892
- fix(Tab): incorrect style by @pany-ang in #12885
Document 📖
- docs(changelog): [email protected] by @chenjiahan in #12849
- docs: add ICP license by @chenjiahan in #12893
- docs: remove VantImports example by @chenjiahan in #12894
- docs: add new document site URL by @chenjiahan in #12902
Other Changes
- chore(deps): update dependency terser to ^5.31.0 by @renovate in #12852
- chore(deps): update all patch dependencies by @renovate in #12851
- chore(deps): update dependency eslint-plugin-vue to ^9.26.0 by @renovate in #12864
- chore(deps): update all patch dependencies by @renovate in #12862
- chore(deps): update pnpm to v9.1.2 by @renovate in #12865
- chore(deps): update dependency commander to ^12.1.0 by @renovate in #12884
- chore(deps): update all patch dependencies by @renovate in #12883
New Contributors
- @zhaojjiang made their first contribution in #12861
- @yipl95 made their first contribution in #12857
- @pany-ang made their first contribution in #12885
- @jj56313751 made their first contribution in #12887
Full Changelog: v4.9.0...v4.9.1
v4.9.0
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
- feat(Calendar): add switch-mode prop by @inottn in #12836
- feat(PickerGroup): add new prop showToolbar by @ReinoFu in #12839
- feat(CLI): support for configuring Rsbuild by @chenjiahan in #12809
Bug Fixes 🐞
- fix(cli): Vue SFC style binding failure by @zoy-l in #12799
- fix(ImagePreview): swipeItem may be undefined by @inottn in #12818
- fix(Highlight): render correctly when keywords is empty by @Jungzl in #12829
- fix(IndexBar): render active anchor correctly when passing sticky & stickyOffsetTop by @Jungzl in #12837
Document 📖
- docs: remove all Gitee links by @chenjiahan in #12845
- docs: remove gzip size badge by @chenjiahan in #12847
- docs: fix Rsbuild HTML build failed by @chenjiahan in #12848
Other Changes
- chore(deps): update dependency terser to ^5.30.3 by @renovate in #12795
- chore(deps): update dependency eslint-plugin-vue to ^9.25.0 by @renovate in #12794
- chore(deps): update all patch dependencies by @renovate in #12773
- chore(workflow): upgrade to pnpm v9 by @chenjiahan in #12808
- chore: bump [email protected] by @chenjiahan in #12810
- chore(deps): update dependency @vitejs/plugin-vue to v5 by @renovate in #12840
- chore(deps): update dependency commander to v12 by @renovate in #12841
- chore(deps): update actions/setup-node action to v4 by @renovate in #12814
- chore(deps): update github/issue-labeler action to v3.4 by @renovate in #12813
- chore(deps): update codecov/codecov-action action to v4 by @renovate in #12815
- chore(deps): update all patch dependencies by @renovate in #12812
New Contributors
Full Changelog: v4.8.11...v4.9.0
v4.8.11
Please refer to Changelog for all changes. | 请访问 更新日志 了解所有更新。
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix: warning
is not a valid value for v-model
in JetBrains IDE by @anyesu in #12787 - fix(Cli): remove site tsconfig by @chenjiahan in #12792
Document 📖
- docs(changelog): vant v4.8.10 by @chenjiahan in #12772
- docs(list): update Error loading module code by @wangjue666 in #12778
- docs(changelog): @vant/cli 7.0.0 by @chenjiahan in #12791
Other Changes
- chore(deps): update dependency eslint-plugin-vue to ^9.24.1 by @renovate in #12774
- chore(deps): bump Rsbuild v0.6 by @chenjiahan in #12790
New Contributors
- @wangjue666 made their first contribution in #12778
- @anyesu made their first contribution in #12787
Full Changelog: v4.8.10...v4.8.11