We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47a0e1e + f613781 commit cb720f6Copy full SHA for cb720f6
2 files changed
docs/changelog.md
@@ -10,6 +10,16 @@
10
11
---
12
13
+## 1.0.4
14
+`2020-3-30`
15
+- Table
16
+ - 🐞 修复某些情况下该组件的分页功能没有样式的问题 [#52](https://github.com/ecomfe/santd/pull/52)
17
+
18
+## 1.0.3
19
+`2020-3-29`
20
+- TimePicker
21
+ - 🐞 修复无法用首字母大写的形式引入该组件的问题 [#51](https://github.com/ecomfe/santd/pull/51)
22
23
## 1.0.2
24
`2020-3-24`
25
- 🐞 修复 1.0.0 版本把 Moment.js 换成 Day.js 后引起的和时间日期相关的组件的一系列 bug,涉及的组件包括 Calendar、DatePicker、LocaleProvider、TimePicker [#48](https://github.com/ecomfe/santd/pull/48)
src/table/style/index.js
@@ -3,4 +3,4 @@
3
*/
4
import '../../core/styles/index.less';
5
import './index.less';
6
-import '../../pagination/style/index';
+import '../../pagination/style';
0 commit comments