偏右
9fa72ab74d
🐛 Fix TreeNode without icon white block ( #20274 )
2019-12-16 21:25:14 +08:00
Guichi Zhao
1958b78ecc
docs: copy state to props is a bad practice ( #20212 )
...
* Copy state to props is a bad practice
The original code copy the props the state which is not necessary at all, it will only confuse the reader!
Also, it considered being a bad practice: https://overreacted.io/writing-resilient-components/
* remove console
* fix indentation
* fix lint error
* improve js syntax
2019-12-13 20:00:35 +08:00
Chuck
a90e447758
docs: Update Tree docs ( #20208 )
2019-12-12 19:24:46 +08:00
afc163
b02d80d60f
🎬 improve Tree showLine demo
2019-12-12 11:18:23 +08:00
afc163
0a5ec6713c
🐛 Fix Tree showLine and showIcon missing icon
...
close #20192
2019-12-12 11:18:23 +08:00
TsesamLi
6301c20f6c
fix: fix type of OptionProps
...
rc-select#Option could accept "label" props, but it was lose in type def OptionProps
9ad3b02c82/src/interface/index.ts (L11)
2019-12-11 16:00:29 +08:00
Theo Satloff
721d8cb4a0
improve dropdown/cascader/select customization
2019-12-10 13:21:36 +08:00
Theo Satloff
b0d55c8861
fix icon spacing in forms
2019-12-10 13:14:23 +08:00
afc163
20ef1f199c
🎬 improve Dropdown context menu demo
2019-12-10 11:37:32 +08:00
Khaled
2f7998cc0c
Fix: "disabledTime" property type in date-picker
...
disabledTime property should not be required in DatePicker component.
2019-12-09 23:38:00 +08:00
afc163
fee211e3c4
📝 Add docs for ConfigProvider getPopupContainer
...
close #19974
2019-12-09 19:44:33 +08:00
陈杰
8188956193
When using the render property to customize the title, the title property of the datasource is not required
2019-12-09 19:15:41 +08:00
afc163
85fcf0fe6e
🐛 fix Icon component ts error with cra definition
...
close #13205
close #19638
2019-12-09 15:27:58 +08:00
Kim, Harim
850a5b4567
Docs: fix table demo typing error ( #20115 )
...
* Docs: fix table demo typing error
* test: update snapshots (#20115 )
* test: update snapshots (#20115 )
2019-12-06 14:22:54 +08:00
afc163
adf5288524
💄 Fix Editable Textarea flash in Firefox
2019-12-06 12:03:16 +08:00
afc163
4300c046a0
📝 improve Typography demo description
2019-12-06 12:03:16 +08:00
afc163
fb68fcdc05
💄 use classNames in Editable
2019-12-06 12:03:16 +08:00
偏右
4146efa810
🐛 fix duplicated icons when Tree showLine is true ( #20102 )
...
close #20090
2019-12-05 17:48:47 +08:00
骗你是小猫咪
8fda3972fe
test: update snapshots ( #20104 )
2019-12-05 17:26:16 +08:00
偏右
89a6593c44
🐛 Fix Table column align in windows chrome ( #19986 )
...
close #19952
2019-12-05 10:55:45 +08:00
偏右
62d7a2bbb0
✅ restore test coverage ( #20071 )
2019-12-04 14:09:39 +08:00
偏右
bca69b6e8c
🔧 remove antd/es/form/__tests__ from npm package ( #20069 )
2019-12-04 12:07:22 +08:00
Liu Ya
3fed6f02a5
fix: DescriptionItem className error to label ( #20067 )
2019-12-03 23:59:37 +08:00
偏右
43bf7965de
🐛 Fix Button text not align center in Chrome ( #20059 )
...
revert solution of 05181d552e
close #19972
close #20058
2019-12-03 18:06:07 +08:00
afc163
811d562527
✅ update snapshots
2019-12-03 12:19:49 +08:00
afc163
16ac3b31df
🐛 Fix filterIcon Tooltip title is not working
...
close #20049
2019-12-03 12:19:49 +08:00
afc163
85b6744bf6
🐛 Fix filterIcon render string cause Table broken
2019-12-03 12:19:49 +08:00
afc163
0ab55ce884
🐛 fix footer style in small table
2019-12-02 19:18:53 +08:00
afc163
ecce1e4aba
✅ update snapshots
2019-12-02 19:02:33 +08:00
afc163
6096f6e281
🐛 fix small table header border issue
...
close #20030
close #18762
2019-12-02 18:07:22 +08:00
damon.chen
cba968f9dc
chore: fix RangePicker value and onChange definition ( #20015 )
2019-12-02 17:22:06 +08:00
偏右
be06f53e23
🐛 Fix List pagniation options text align ( #20038 )
...
close #20037
2019-12-02 16:12:32 +08:00
coderge
ca6260c75a
Update index.zh-CN.md ( #19627 )
2019-12-01 15:46:17 +08:00
zombiej
1d516d7f7f
merge feature
2019-12-01 15:29:53 +08:00
zombiej
6e69bcc9ca
fix test case
2019-12-01 15:28:49 +08:00
偏右
d7e81027d6
🐛 Fix Descriptions items not working with React.Fragment ( #20019 )
...
close #19887
2019-11-30 18:10:56 +08:00
偏右
0ec7fa84d0
🐛 Fix Slider tooltip not aligned center ( #20016 )
...
close #20014
2019-11-30 18:10:48 +08:00
偏右
329edc1ed0
🐛 Fix Input clear icon overclap with feedback icon ( #20017 )
...
close #19884
2019-11-30 17:34:06 +08:00
叶枫
b022eaf9c2
fix: fix upload long picture style ( #20008 )
...
* fix: fix upload long picture style
* feat: add config-provider test
* fix: stylelint
2019-11-29 23:34:12 +08:00
Amumu
c824569ea0
move className and style to ant-upload-drag ( #19987 )
2019-11-28 18:00:59 +08:00
邓波
d6430ad3f2
fix: update message content with a unique key and cancel manually ( #19967 )
2019-11-28 10:01:43 +08:00
damon.chen
2d82b59abf
docs(Form): How to use ref with Form HOC ( #19937 )
...
* 为Form新增如何在函数组件中使用的例子
* 在Form FAQ中增加在函数组件中怎么正确拿到Form实例的说明
* 更新英文文档
* 按照comment修改
* 更新英文标题
* 修改英文文档FAQ的标题
* 修改英文文档里的大小写问题
* 按照豆酱的comments进行修改
* 按照comments进行修改
2019-11-27 18:18:19 +08:00
骗你是小猫咪
6030431121
fix(Button): Button disabled with loading not prevent pointer events ( #19958 )
2019-11-27 12:41:47 +08:00
骗你是小猫咪
bed1f7775b
fix: should not be render default indicator when indicator value is null ( #19943 )
2019-11-27 09:40:47 +08:00
afc163
3fa135023f
💄 Add @table-header-bg-sm and fix footer style
...
close #19936
2019-11-26 15:33:14 +08:00
偏右
ae44aae0d3
🐛 fix Input.Group compact border issue ( #19926 )
...
close #19914
2019-11-25 19:08:33 +08:00
mbotnari
fb4ed9a638
chore(Table): Update custom-filter-panel.md demo ( #19899 )
...
* Update custom-filter-panel.md
In order to decrease the confusion during search created by highlighted text in all the columns, the proposal is to highlight searched text in the searched column exclusively.
* chore(Table): Update demo.test.js.snap
Snapshot update according to update in components/table/demo/custom-filter-panel.md
* chore(Table): Update custom-filter-panel.md demo
Missing trailing comma comma-dangle
2019-11-24 19:10:29 +08:00
Amumu
040fe5696a
fix time-picker disabled item focus style ( #19812 )
2019-11-22 15:47:02 +08:00
Josiah Rooney
102efd529a
docs: Improved grammar in AutoComplete docs ( #19875 )
...
Improved grammar in documentation for the AutoComplete component.
2019-11-22 09:22:20 +08:00
chen wen jun
3906f4fc00
Update index.en-US.md ( #19868 )
...
correct `maxTagTextLength` description
2019-11-21 17:49:36 +08:00