Skip to content

Commit 4a70384

Browse files
authored
chore: upgrade tdesign-react version and add CHANGELOG.md (Tencent#186)
* chore: upgrade `tdesign-react` version and add `CHANGELOG.md` chore: lint code * chore: add gitignore lock * chore: use `package-lock`
1 parent 9712622 commit 4a70384

File tree

5 files changed

+8390
-5
lines changed

5 files changed

+8390
-5
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ npm-debug.log*
1717
yarn-debug.log*
1818
yarn-error.log*
1919

20-
# lock
20+
# lock 文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
2121
yarn.lock
22-
package-lock.json
22+
pnpm-lock.yaml
2323

2424
# code editor setting
2525
/.vscode

CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
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

0 commit comments

Comments
 (0)