File tree Expand file tree Collapse file tree 8 files changed +3522
-8129
lines changed
Detail/Advanced/components Expand file tree Collapse file tree 8 files changed +3522
-8129
lines changed Original file line number Diff line number Diff line change 1- # 文件名建议统一为 pull-request.yml
1+ # 文件名建议统一为 pull-request.yml
22# 应用 test-build.yml 的 demo
33# 要求 package.json 提供 lint test site:preview
44
55name : MAIN_PULL_REQUEST
66
77on :
88 pull_request :
9- branches : [develop, main]
9+ branches : [develop, main, site ]
1010 types : [opened, synchronize, reopened]
1111
1212jobs :
1313 call-test-build :
14- uses : Tencent/tdesign/.github/workflows/test-build.yml@main
14+ uses : Tencent/tdesign/.github/workflows/test-build.yml@main
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ yarn-error.log*
1919
2020# lock
2121yarn.lock
22+ pnpm-lock.yaml
2223
2324# code editor setting
2425/.vscode
Original file line number Diff line number Diff line change 1+
2+ # Changelog
3+
4+ ## 0.3.1
5+ ### 🚀 Features
6+
7+ - 移除所有内置主题色相关代码,全部通过 tvision-color 计算获取 by @uyarn #144
8+
9+ - 卡片统一默认样式为无边框 by @uyarn #144
10+
11+ ** Full Changelog** : https://github.com/Tencent/tdesign-react-starter/compare/0.3.0...0.3.1
12+
13+ ## 0.3.0
14+ ❗ Breaking Changes
15+
16+ - 统一使用` .env ` 文件区分环境 生产环境改为` release ` by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/136
17+
18+ 🚀 Features
19+
20+ - 默认路由模式改为` history ` 路由 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/136
21+
22+ ** Full Changelog** : https://github.com/Tencent/tdesign-react-starter/compare/0.2.0...0.3.0
23+
24+ ## 0.2.0
25+ ### ❗ Breaking Changes
26+
27+ - 升级组件库依赖至 0.43+ 更新主题色配色方案 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/129
28+
29+ ### 🚀 Features
30+
31+ - 新增自定义颜色面板选择 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/129
32+
33+ ### 🐞 Bug Fixes
34+
35+ - 修复卡片面板的标题丢失的问题 by @uyarn https://github.com/Tencent/tdesign-react-starter/pull/129
36+
37+ ** Full Changelog** : https://github.com/Tencent/tdesign-react-starter/compare/0.1.6...0.2.0
38+
39+ ## 0.1.6
40+ ### Features
41+
42+ - 升级组件库依赖至0.42+ 版本
43+
44+ ### Bug Fixes
45+
46+ - 修复部分页面样式展示的缺陷
47+
48+ - 优化顶部菜单布局
49+
50+ ## 0.1.5
51+ ## Features
52+
53+ - 新增卡片列表页 by @xucz in https://github.com/Tencent/tdesign-react-starter/pull/91
54+
55+ - 菜单路由配置` hidden ` 和` single ` 功能 by @xucz in https://github.com/Tencent/tdesign-react-starter/pull/95
56+
57+ ## Bug Fixes
58+
59+ - 同步DatePicker组件升级的改动 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/87
60+
61+ ** Full Changelog** : https://github.com/Tencent/tdesign-react-starter/compare/0.1.4...0.1.5
62+
63+ ## 0.1.4
64+ ## Features
65+
66+ - 增加面包屑导航
67+
68+ - 搜索框样式优化
69+
70+ - Layout组件命名语义化
71+
72+ - 图表主题功能优化
73+
74+ ## 0.1.3
75+ 1 . 升级tdesign-react
76+
77+ 2 . 替换为tdesign-react Card 组件
78+
79+ 3 . table样式优化
80+
81+ ## 0.1.2
82+ - 升级axios、tdesign @xucz
83+
84+ - fix: loss css token @uyarn
85+
86+ - 修复图表文字重叠 @xucz
87+
88+ ## 0.1.1
89+ ## Features
90+
91+ - 新增登录页 #42 by @uyarn
92+
93+ - Logo点击跳转首页 #45 by @aouos
94+
95+ ## 0.1.0
96+ ## Bug Fixes
97+
98+ - 修复页面主题色 by @xucz
99+
100+ - 修复页面布局
101+
102+ - 修复版本图表渲染问题
103+
104+ ## Features
105+
106+ - 增加数据Mock by @xucz
You can’t perform that action at this time.
0 commit comments