Skip to content

Commit 896958e

Browse files
chore: update CHANGELOG.md by github-tag-release
1 parent 4482a42 commit 896958e

1 file changed

Lines changed: 45 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,19 +104,39 @@
104104

105105
## v1.0.0-beta.0(2022-07-03)
106106

107+
### No Change Log
108+
109+
## v1.0.0-alpha.0(2022-12-05)
110+
107111
### :tada: Enhancements
108112

109-
1. [feat: style](https://github.com/formilyjs/tdesign-react/commit/5140cdf) :point_right: ( [zfitness](https://github.com/zfitness) )
113+
1. [feat: moment 转换为 dayjs](https://github.com/formilyjs/tdesign-react/commit/5ac264d) :point_right: ( [zhengmiao](https://github.com/zhengmiao) )
114+
115+
1. [feat: 添加@formily/grid、moment 包](https://github.com/formilyjs/tdesign-react/commit/9e0991d) :point_right: ( [yongfenli](https://github.com/yongfenli) )
116+
117+
1. [feat: merge](https://github.com/formilyjs/tdesign-react/commit/5d668b0) :point_right: ( [zfitness](https://github.com/zfitness) )
118+
119+
1. [feat: github pages](https://github.com/formilyjs/tdesign-react/commit/c4d4882) :point_right: ( [zfitness](https://github.com/zfitness) )
120+
121+
1. [feat: 移除 rc-util](https://github.com/formilyjs/tdesign-react/commit/0cf9196) :point_right: ( [zfitness](https://github.com/zfitness) )
122+
123+
1. [feat: 升级 template 脚手架](https://github.com/formilyjs/tdesign-react/commit/122af54) :point_right: ( [zfitness](https://github.com/zfitness) )
124+
125+
1. [feat: 样式优化](https://github.com/formilyjs/tdesign-react/commit/a86acff) :point_right: ( [zfitness](https://github.com/zfitness) )
126+
127+
1. [feat: npm 依赖](https://github.com/formilyjs/tdesign-react/commit/22d5791) :point_right: ( [zfitness](https://github.com/zfitness) )
128+
129+
1. [feat: jest](https://github.com/formilyjs/tdesign-react/commit/cbe8832) :point_right: ( [zfitness](https://github.com/zfitness) )
110130

111131
1. [feat: 文案调整](https://github.com/formilyjs/tdesign-react/commit/deb8c8d) :point_right: ( [郑淼](https://github.com/郑淼) )
112132

113133
1. [feat: upload](https://github.com/formilyjs/tdesign-react/commit/300da48) :point_right: ( [郑淼](https://github.com/郑淼) )
114134

115135
1. [feat: preview-text](https://github.com/formilyjs/tdesign-react/commit/b8816d3) :point_right: ( [郑淼](https://github.com/郑淼) )
116136

117-
1. [feat: form-grid](https://github.com/formilyjs/tdesign-react/commit/39be38d) :point_right: ( [郑淼](https://github.com/郑淼) )
137+
1. [feat: select](https://github.com/formilyjs/tdesign-react/commit/8dfb492) :point_right: ( [郑淼](https://github.com/郑淼) )
118138

119-
1. [feat: 升级依赖](https://github.com/formilyjs/tdesign-react/commit/e82b988) :point_right: ( [zfitness](https://github.com/zfitness) )
139+
1. [feat: form-grid](https://github.com/formilyjs/tdesign-react/commit/39be38d) :point_right: ( [郑淼](https://github.com/郑淼) )
120140

121141
1. [feat: editable](https://github.com/formilyjs/tdesign-react/commit/751f24d) :point_right: ( [郑淼](https://github.com/郑淼) )
122142

@@ -128,8 +148,6 @@
128148

129149
1. [feat: 构建配置](https://github.com/formilyjs/tdesign-react/commit/088382e) :point_right: ( [zfitness](https://github.com/zfitness) )
130150

131-
1. [feat: 去掉无用的样式](https://github.com/formilyjs/tdesign-react/commit/288d6a5) :point_right: ( [zfitness](https://github.com/zfitness) )
132-
133151
1. [feat: tdesign 组件库](https://github.com/formilyjs/tdesign-react/commit/c7dfe0f) :point_right: ( [zfitness](https://github.com/zfitness) )
134152

135153
1. [feat: 去除国际化](https://github.com/formilyjs/tdesign-react/commit/0dfbe54) :point_right: ( [zfitness](https://github.com/zfitness) )
@@ -138,6 +156,16 @@
138156

139157
### :bug: Bug Fixes
140158

159+
1. [fix: loading](https://github.com/formilyjs/tdesign-react/commit/a1d6c81) :point_right: ( [zhengmiao](https://github.com/zhengmiao) )
160+
161+
1. [fix: 有错误文案和没有错误文案,高度不一致,会有高度跳变 #12](https://github.com/formilyjs/tdesign-react/commit/3ee7ecb) :point_right: ( [yongfenli](https://github.com/yongfenli) )
162+
163+
1. [fix: 修复 InputNumber 组件校验出错时出现红色背景,#11](https://github.com/formilyjs/tdesign-react/commit/feb52d3) :point_right: ( [yongfenli](https://github.com/yongfenli) )
164+
165+
1. [fix: table rowkey 处理](https://github.com/formilyjs/tdesign-react/commit/d9243af) :point_right: ( [zfitness](https://github.com/zfitness) )
166+
167+
1. [fix: test](https://github.com/formilyjs/tdesign-react/commit/1733fc9) :point_right: ( [zfitness](https://github.com/zfitness) )
168+
141169
1. [fix: timePicker 宽度](https://github.com/formilyjs/tdesign-react/commit/b8b61ec) :point_right: ( [郑淼](https://github.com/郑淼) )
142170

143171
1. [fix: datepicker 空值](https://github.com/formilyjs/tdesign-react/commit/65e4fb7) :point_right: ( [郑淼](https://github.com/郑淼) )
@@ -148,6 +176,18 @@
148176

149177
1. [fix: label 溢出](https://github.com/formilyjs/tdesign-react/commit/cae0b16) :point_right: ( [zfitness](https://github.com/zfitness) )
150178

179+
### :memo: Documents Changes
180+
181+
1. [docs: table 代码案例](https://github.com/formilyjs/tdesign-react/commit/81f9cb8) :point_right: ( [zfitness](https://github.com/zfitness) )
182+
183+
1. [docs: space](https://github.com/formilyjs/tdesign-react/commit/566a084) :point_right: ( [zfitness](https://github.com/zfitness) )
184+
185+
1. [docs: readme](https://github.com/formilyjs/tdesign-react/commit/c9fcaed) :point_right: ( [zfitness](https://github.com/zfitness) )
186+
151187
### :hammer_and_wrench: Update Workflow Scripts
152188

153189
1. [build](https://github.com/formilyjs/tdesign-react/commit/9d4f453) :point_right: ( [zfitness](https://github.com/zfitness) )
190+
191+
### :blush: Other Changes
192+
193+
1. [chore: 移除无用的包](https://github.com/formilyjs/tdesign-react/commit/07b3235) :point_right: ( [zhengmiao](https://github.com/zhengmiao) )

0 commit comments

Comments
 (0)