3.4 KiB
3.4 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.6-mf.0 (2023-02-08)
Note: Version bump only for package @opentiny/vue-docs
1.0.5-mf.0 (2023-02-08)
Note: Version bump only for package @opentiny/vue-docs
1.0.4-mf.0 (2023-02-08)
Note: Version bump only for package @opentiny/vue-docs
1.0.3-mf.0 (2023-02-08)
Note: Version bump only for package @opentiny/vue-docs
1.0.2-mf.0 (2023-02-08)
Note: Version bump only for package @opentiny/vue-docs
1.0.1-beta.0 (2023-02-08)
Bug Fixes
- 回退对tailwind的line-height的修改 (8de2bb5)
- 使用了按需导入插件,就不能用import default 导入 (606b141)
- 修复 time-line 样例报错 (502a0e6)
- 修复工程样式问题,样式增加深度选择器 (dd8d0c3)
- 修正 DemoView 样式 (e233e72)
- 修正 loading/custom-class.vue 的归属关系 (480185f)
- 修正 md 路径问题以及全量引入 vue-icon (3398881)
- 修正 md 文档中的表格样式 (bbfaeb8)
- demo 链接一定要有后缀名;代码中不直接引用 common/adapter (15341bd)
- grid-basic-usage.md 文件放错了目录 (649f932)
- tabs/lazy.vue 迁移回 pc 下 (6c847d9)
- tag-selectable.md 错误的同步到了 pc 目录下,重新 mv 到 mobile-first 下即可 (47cdffa)
Features
- 搭建了基于 vitest 的单元测试和基于 playwright 的 E2E 测试 (fdeddaf)