Skip to content

Releases: easy-temps/vue3-vant-mobile

v2.0.0

11 Jan 08:39
Compare
Choose a tag to compare

What's Changed

  • feat: Configure ESM as default (b5b1a04)
  • feat: Enhanced scroll behavior for Vue Router v4 (37609a2)
  • feat: Add support for file-based routing (69c7033)
  • feat: Add unocss for easier CSS styling (9256436)
  • feat: New mock scheme (85f664a)
  • feat: Add unocss example (8d71e8d)
  • docs: Rewrite README.md (eec1e0e)
  • fix: Fixed spelling errors in the route (672cee0)
  • fix: Fixed axios v1.3.4 types broken (5d54e05)
  • fix: Resolve build exceptions (b23be5b)
  • refactor: Explicitly import node:process (c15c884)
  • refactor: Change the path of the global declaration (6f1134f)
  • chore: Enable console in dev mode (4406dcb)
  • chore: Disable the Markdown MD033 rule (27487b7)
  • chore: Remove Plop globally (6da8e41)
  • chore: Add API_BASE_URL to env.production (2e64975)
  • chore: Convert mock files to TypeScript (80bc75b)
  • chore: Add netlify.toml configuration (cb7371e)
  • chore: Upgrade all deps

New Contributors

v1.3.0

08 Mar 01:32
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

v1.2.0

08 Dec 05:03
2d095b0
Compare
Choose a tag to compare

🐞 Bug Fixes

🚨 Breaking Changes

⬆️ Update dependency

  • Upgrade vite to v3.2.5
  • Upgrade vant to v4.0.2
  • Upgrade vue-tsc to v1.0.11

v1.1.0

26 Oct 05:17
Compare
Choose a tag to compare

🚀 Features

  • Auto import APIs on-demand for vite (#11 )
  • Add Vitest and @vant/use pkg
  • Support persist pinia stores (#15 )
  • Add echarts demo (#14 )
  • Add git emoji with chinese

🐛 Bug Fixes

  • Fixed error during build by @Leezon (#13 )
  • Fixed mock page cover in small screen by @CharleeWa (#17 )
  • Fixed blank page when VITE_APP_PUBLIC_PATH is changed by @weiq (#21 )

⬆️ Upgrade

  • Upgrade vite2 to vite3
  • Upgrade vant form alpha to beta (#12 )
  • Upgrade vue-tsc to 1.0.8

🔨 Refactor

  • Refactor the mock serve
  • Switch to pnpm from yarn

v1.0.0

22 Jun 06:37
Compare
Choose a tag to compare
  • ✨ 支持 Dark Mode (暗黑) 模式
  • ✨ 支持 Vue3 JSX
  • ✨ 使用 <script setup>
  • ✨ 支持按需引入、注册组件
  • ✨ Mock 相关文件修改

v0.2.0

06 Jun 07:56
Compare
Choose a tag to compare
  • ✨ 支持 Vant UI (按需引入)
  • ✨ 支持 viewport 页面布局
  • ✨ 支持数据 Mock 请求
  • ✨ 封装公共 Axios 请求工具库
  • ✨ 支持路由加载动画
  • ✨ 一个标准移动端TS项目