Releases: easy-temps/vue3-vant-mobile
Releases · easy-temps/vue3-vant-mobile
v2.0.0
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
- @CharleeWa made their first contribution in #42
- @smartsf made their first contribution in #47
- @ReginYuan made their first contribution in #48
- @InsHomePgup made their first contribution in #55
v1.3.0
v1.2.0
🐞 Bug Fixes
- Fixed
Mock
value judgments — by @leo4developer in #24 - Fixed
Swipe
animation effect — by @CharleeWa in #23
🚨 Breaking Changes
- Refactor migrate the postcss configuration — by @CharleeWa in 1985329
⬆️ Update dependency
- Upgrade vite to v3.2.5
- Upgrade vant to v4.0.2
- Upgrade vue-tsc to v1.0.11
v1.1.0
🚀 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