Skip to content

v2.0.0

Compare
Choose a tag to compare
@CharleeWa CharleeWa released this 11 Jan 08:39
· 313 commits to main since this release

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