Commit Graph

17168 Commits

Author SHA1 Message Date
Zhengquan Xian
219cae3355 fix: Drawer footerStyle react warning (#20983)
fix #20978
2020-01-17 19:50:02 +08:00
xrkffgg
156c1dbe17 docs: translation API doc (#20984) 2020-01-17 18:23:58 +08:00
xrkffgg
4388a96c32 docs: Format string notation of all components (#20970) 2020-01-17 17:23:47 +08:00
Wei Zhu
56840ae7dd
Merge pull request #20972 from ant-design/revert-20969-mf/fix-contribute-docs
Revert "docs: fix contributing docs"
2020-01-17 14:48:11 +08:00
Wei Zhu
d0126e4931
Revert "docs: fix contributing docs" 2020-01-17 14:30:48 +08:00
Wei Zhu
016b724e7b
Merge pull request #20969 from cjmafei/mf/fix-contribute-docs
docs: fix contributing docs
2020-01-17 14:29:17 +08:00
cjmafei
6044bcbc56 fix contributing docs 2020-01-17 14:07:38 +08:00
二货机器人
ddfce71532
fix: Table selectAll should not checked when all the checkbox is disabled (#20968) 2020-01-17 14:02:07 +08:00
二货机器人
7f1f08b4a9
chore: Remove labelInValue in AutoComplete props (#20967) 2020-01-17 12:45:09 +08:00
cjmafei
32e80157c6 Tooltip doesn't disappear on disabled Dropdown.Button (#20960) 2020-01-17 12:10:59 +08:00
二货机器人
f8001a8048
docs: Fix autoComplete demo (#20964) 2020-01-17 12:09:41 +08:00
linye
4c9535d0f0 Update article.zh-CN.md (#20966) 2020-01-17 12:08:39 +08:00
二货机器人
b67a1bee7d
fix: Form.Item keep render even it's not a Field (#20963)
* Not use Field when Form.Item is pure

* Add test case

* clean up

* add delay update for test
2020-01-17 11:50:06 +08:00
偏右
55bbe3d113 docs: fix auto complete demo (#20946)
* docs: fix and refactor AutoComplete demo

*  update snapshot

* fix lint
2020-01-17 11:39:31 +08:00
二货机器人
9fd99f4dfc
Update index.zh-CN.md (#20962) 2020-01-17 10:48:25 +08:00
Gabriel Le Breton
0937ee54fb Fix wording of a FAQ entry in form documentation (#20954) 2020-01-17 10:04:42 +08:00
DiamondYuan
1fbc2d3fe9 🐛 Fix conditions for other icons (#20942) 2020-01-16 23:29:40 +08:00
lewis liu
a46c0c3363 bugfix: tfjs icon 3 to 4 (#20944) 2020-01-16 18:19:13 +08:00
vagusX
9b14aa6ad2 feat: use @ant-design/icons-rc.0 (#20939) 2020-01-16 17:46:37 +08:00
zombiej
ff079e7d2a chore: Update Table related snapshot 2020-01-16 15:43:45 +08:00
二货机器人
c36c890f07
fix: Avoid Select clear icon overlap with selections (#20914) 2020-01-15 13:26:09 +08:00
Amumu
ea0604bb3c fix typo (#20913) 2020-01-15 12:16:12 +08:00
二货机器人
246adcd5dd
docs: Add Tree virtual scroll demo (#20911)
* docs: Add Tree virtual scroll demo

* update snapshot

* show debug demo

* rename

* fix lint

* skip virtual list demo snapshot since conflict in node test
2020-01-15 12:13:20 +08:00
RollTsai
5837c68b1e Update index.en-US.md (#20912) 2020-01-15 12:00:13 +08:00
二货机器人
aea62a1fbe chore: Update azure-pipelines.yml for Azure Pipelines 2020-01-15 10:56:16 +08:00
xrkffgg
a9d76175d0 style: Optimize select other sizes placeholder text centered (#20884)
* style: 优化 select 其他尺寸 placeholder 文字居中

* use transform

* docs: update mode message
2020-01-15 10:37:49 +08:00
偏右
9a3640968e 🐛 Fix List item flex layout (#20897)
close #20648
2020-01-15 10:36:16 +08:00
二货机器人
150ca1d49c
chore: Update comment (#20904)
* chore: Update comment

* wording
2020-01-14 22:43:06 +08:00
二货机器人
5556ab585f
chore: Add DatePicker related interface ts export (#20900) 2020-01-14 19:46:05 +08:00
二货机器人
4366c2dd6c
chore: update azure config to support site deploy (#20898)
* update azure

* typo
2020-01-14 18:56:54 +08:00
dependabot-preview[bot]
a1f6aed678 chore(deps-dev): bump jsdom from 15.2.1 to 16.0.0 (#20896)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...16.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 18:07:25 +08:00
偏右
e98f4acd92 🐛 Fix Tooltip title 0 is not shown (#20894)
close #20891
2020-01-14 17:57:05 +08:00
二货机器人
d231d24300
update docs & table version (#20892) 2020-01-14 16:23:47 +08:00
二货机器人
7a3cf0b93e
fix: help will shake in Form (#20886) 2020-01-14 14:45:22 +08:00
二货机器人
8bf66ce8be
fix: Input affix use inline-flex (#20872)
* fix: Input affix use inline-flex

* update snapshot
2020-01-14 11:59:38 +08:00
二货机器人
9d7edcd38b
fix: Select placeholder style issue (#20883)
* fix: Select placeholder style issue

* lint it
2020-01-14 11:45:26 +08:00
xrkffgg
2c092df9da fix: select 多选时的 padding (#20861)
* fix: select 多选时的 padding

* fix: RTL

* remove css

* fix: rtl 模式下 signle
2020-01-13 23:39:42 +08:00
Amumu
6df1973aec docs: tree-select docs upgrade (#20745)
* docs upgrade

* update
2020-01-13 21:42:17 +08:00
偏右
0d29a3dab9
Update presuffix.md 2020-01-13 20:55:34 +08:00
二货机器人
3fa274190e
Remove magic number of style align (#20869)
* fix: Adjust baseline align

* clean up

* Select style

* fix lint
2020-01-13 19:36:27 +08:00
soeyi
a5cb32fd5b feat: add back @border-radius-sm (#20818)
* feat: add back @border-radius-sm

* feat: use @border-radius-base instead of 2px
2020-01-13 16:01:23 +08:00
二货机器人
f470f3e1e4
fix: Table onChange return cached data (#20858) 2020-01-13 15:04:27 +08:00
afc163
e3b0104c53 🐛 fix Firefox placeholder opacity
https://bugzilla.mozilla.org/show_bug.cgi?id=556145
2020-01-13 14:43:35 +08:00
偏右
2c12972759
💄 fix message shadow get cutted (#20856)
close #20798
2020-01-13 14:22:17 +08:00
afc163
f1290fbb83 📝 update FAQ 2020-01-13 14:07:41 +08:00
afc163
07c3aaa058 📝 update replace moment doc order 2020-01-13 13:47:03 +08:00
xrkffgg
f7ab4e50af fix: 修复中文模式下,更新日志的 Head 中 Menu 显示 (#20853) 2020-01-13 13:45:05 +08:00
偏右
2dc7b3fc17
feat: 🆕 Add buttonsRender to Dropdown (#20815)
* 🆕 Add buttonsRender to Dropdown

*  update snapshot

* 📝 update document for buttonsRender

*  fix demo lint
2020-01-13 12:15:20 +08:00
偏右
7dedfcf894
🆙 upgrade stylelint (#20849) 2020-01-13 12:14:38 +08:00
骗你是小猫咪
5a81182678 fix(Form.Item): label text align not correct when media less than xs and span not 24 (#20836) 2020-01-13 10:32:32 +08:00