Skip to content

Releases: vue-zone/vue3-vant-mobile

v3.12.0

23 Jul 08:59
Compare
Choose a tag to compare

This update refactors the page title management system by moving title definitions from route metadata to i18n files, using route names for lookup. This centralized approach improves maintainability and provides better internationalization support. The navigation components have been optimized for enhanced code readability and consistency.

本次更新重构了页面标题的管理方式,将标题定义从路由配置迁移到国际化文件中,通过路由名称进行映射。这样做使得标题管理更加集中化,便于维护和国际化支持。同时优化了导航栏组件的逻辑,提升了代码的可读性和可维护性。

v3.11.0

25 Jun 05:16
Compare
Choose a tag to compare

Features

v3.10.2

19 May 02:30
Compare
Choose a tag to compare

Bug Fixes

  • scroll: prevent infinite scroll trigger after hot reload (#154) (8d651c7)

v3.10.1

16 May 08:14
Compare
Choose a tag to compare
chore: release v3.10.1

v3.10.0

07 May 07:57
Compare
Choose a tag to compare
chore: release v3.10.0

v3.9.1

23 Apr 14:14
Compare
Choose a tag to compare

Bug Fixes

  • add missing import for showNotify (017abd8)

v3.9.0

23 Apr 10:51
Compare
Choose a tag to compare

Features

  • use unocss wind4 preset (c0c3bfd)

v3.8.0

03 Apr 03:41
Compare
Choose a tag to compare

Features

  • enable vConsole based on environment variable (b2e79ef)
  • build: add environment-specific build commands (940e710)

v3.7.1

13 Mar 13:45
Compare
Choose a tag to compare

Bug Fixes

  • remove component :key binding (e26fea2)

v3.7.0

09 Mar 04:46
Compare
Choose a tag to compare

Bug Fixes

Features