Skip to content

v1.1.0

Compare
Choose a tag to compare
@CharleeWa CharleeWa released this 26 Oct 05:17
· 396 commits to main since this release

🚀 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