Releases: vue-zone/vue3-vant-mobile
v3.14.0
We revert to the mainstream rem scale: root 16px, with 1 unit = 0.25rem. Atomic CSS semantics now align with the ecosystem (e.g., text-sm = 0.875rem = 14px). Updated affected pages and styles; prefer rem-based atomic classes (text-sm/text-base), or use text-[16px] when an exact pixel size is needed.
回归主流 rem 标尺:根字号 16px,1 单位 = 0.25rem。原子化类语义与生态保持一致(如 text-sm = 0.875rem = 14px)。已更新受影响的页面和样式,后续优先使用 rem 原子类(text-sm、text-base),如需精确像素可用 text-[16px]。
v3.13.1
v3.13.0
v3.12.0
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
v3.10.2
v3.10.1
chore: release v3.10.1
v3.10.0
chore: release v3.10.0