tiny-vue/examples/vue3/CHANGELOG.md

2.7 KiB
Raw Blame History

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.6-mf.0 (2023-02-08)

Note: Version bump only for package vue3-example

0.1.5-mf.0 (2023-02-08)

Note: Version bump only for package vue3-example

0.1.4-mf.0 (2023-02-08)

Note: Version bump only for package vue3-example

0.1.3-mf.0 (2023-02-08)

Note: Version bump only for package vue3-example

0.1.2-mf.0 (2023-02-08)

Note: Version bump only for package vue3-example

0.1.1-beta.0 (2023-02-08)

Bug Fixes

  • 让 dev:vue2 正常运行 (3dd1dd1)
  • 使得针对不同版本Vue的类型扩展能正常工作 (9fb7946)
  • 使用了按需导入插件就不能用import default 导入 (606b141)
  • 缩小 tailwindcss content 的扫描返回,避免干扰 (3012d46)
  • 修正 md 路径问题以及全量引入 vue-icon (3398881)
  • 修正 tailwindcss-vite-plugin 根据 windows 斜杠路径找不到入口模块而报错的问题 (4b37f4f)

Features

  • 搭建了基于 vitest 的单元测试和基于 playwright 的 E2E 测试 (fdeddaf)
  • 使用 unocss 代替 tailwindcss 以获得更快的开发预览 (585c7bc)
  • 增加 vue2.7 的支持 (ea71624)