二货机器人
|
4dde966c4b
|
feat: Tree support accessibility & keyboard (#18866)
* tree support accessibility &keyboard
* fix lint
|
2019-09-18 10:18:43 +08:00 |
|
zombiej
|
f30b92ec21
|
merge master
|
2019-09-17 19:31:37 +08:00 |
|
afc163
|
b188a5e4d2
|
🐛 Fix Input.Group icon height in Chrome
close #18856
|
2019-09-17 15:27:41 +08:00 |
|
afc163
|
882225f65b
|
✅ fix eslint
|
2019-09-17 14:49:34 +08:00 |
|
afc163
|
d72f825f43
|
🐛 revert to class component to avoid ref warning
close #18707
|
2019-09-17 14:47:01 +08:00 |
|
Jingsong Gao
|
7404a7ea32
|
fix: Transfer disabled should work correctly
* fix: fix #18848
* chore: add test case
|
2019-09-17 13:31:32 +08:00 |
|
信鑫-King
|
1acd7e2249
|
Merge pull request #18819 from ant-design/release-3.23.3
release: 3.23.3 changelog
|
2019-09-16 23:46:53 -04:00 |
|
ycjcl868
|
a9773d54e0
|
📝 changelog
|
2019-09-17 10:32:26 +08:00 |
|
ycjcl868
|
bc7179f0c6
|
upd: version
|
2019-09-17 10:32:26 +08:00 |
|
ycjcl868
|
f9058e0d8e
|
📝 changelog
|
2019-09-17 10:32:26 +08:00 |
|
信鑫-King
|
81e6f509aa
|
Merge pull request #18821 from ant-design/fix-table-border-style
fix: small table headers missing border
|
2019-09-16 22:31:40 -04:00 |
|
afc163
|
08000b217e
|
✅ fix stylelint
|
2019-09-16 22:19:07 +08:00 |
|
偏右
|
1311ea8b35
|
🆙 upgrade stylelint and stylelint-config-standard
|
2019-09-16 22:19:07 +08:00 |
|
alekslario
|
0cccefbc77
|
Fix grammar
'antd support ES6' => 'antd supports ES6'. It is a grammar mistake unless 'antd' stands for 'ant designs'.
|
2019-09-16 22:18:27 +08:00 |
|
ztplz
|
fe30adc18d
|
Improve code for better compatibility
|
2019-09-16 20:11:20 +08:00 |
|
信鑫-King
|
9ea143ba3a
|
Merge pull request #18820 from ant-design/fix-menu-button
fix: Button text color inside Menu
|
2019-09-16 03:07:20 -04:00 |
|
afc163
|
b935db8e34
|
🐛 Fix small table headers missing border
close #18762
|
2019-09-16 14:01:29 +08:00 |
|
afc163
|
7a964a075d
|
🐛 Fix Button text color inside Menu
close #18752
|
2019-09-16 13:48:02 +08:00 |
|
二货机器人
|
fc81c1330c
|
docs: Add Article in guideline (#18815)
* add Zhihu link
* add article for placeholder
* typo
|
2019-09-16 13:15:04 +08:00 |
|
二货机器人
|
ab355c57c2
|
Merge pull request #18817 from ant-design/4.0-merge-master
chore: merge master
|
2019-09-16 12:12:24 +08:00 |
|
zombiej
|
fa8ddb4104
|
merge master
|
2019-09-16 11:23:26 +08:00 |
|
信鑫-King
|
13dd1c4659
|
Merge pull request #18800 from ant-design/fix-job
fix: redundant jobs of github actions
|
2019-09-14 07:18:19 -04:00 |
|
orzyyyy
|
1f01b40e05
|
fix: tweak indent
|
2019-09-14 19:01:13 +08:00 |
|
orzyyyy
|
4d74609f4e
|
chore: add branch
|
2019-09-14 19:00:32 +08:00 |
|
afc163
|
ba0af6e622
|
🆙 fs-extra -> fs
|
2019-09-14 15:35:44 +08:00 |
|
orzyyyy
|
a9498bbbe2
|
chore: update release action
|
2019-09-14 15:32:52 +08:00 |
|
orzyyyy
|
df1817f91c
|
Revert "chore: update release action"
This reverts commit dd75e5e196 .
|
2019-09-14 15:32:52 +08:00 |
|
orzyyyy
|
4b8d76b983
|
chore: update release action
|
2019-09-14 15:32:52 +08:00 |
|
orzyyyy
|
ec84967a5d
|
fix: tweak indent
|
2019-09-14 15:32:52 +08:00 |
|
orzyyyy
|
f986c6b459
|
chore: publish to github-package when released
|
2019-09-14 15:32:52 +08:00 |
|
orzyyyy
|
5f6f325ef6
|
chore: remove useless line
|
2019-09-14 06:15:49 +08:00 |
|
orzyyyy
|
a19d338f08
|
fix: redundant jobs of github actions
|
2019-09-14 06:11:08 +08:00 |
|
He Linming
|
56abebfb3c
|
docs: add onMouseEnter and onMouseLeave event TypeScript definition for Tree (#18796)
* 📝 Add onMouseEnter and onMouseLeave event typeScript definition
close #18786
* 👌 remove document
|
2019-09-13 13:30:01 +08:00 |
|
afc163
|
09810a28d9
|
✅ fix test cov for Search onChange
|
2019-09-13 13:26:53 +08:00 |
|
afc163
|
6f695b050e
|
🐛 Input.Search should trigger onSearch when clear
close #18729
|
2019-09-13 13:26:53 +08:00 |
|
二货机器人
|
2ea28af6ed
|
Virtual select component (#18658)
* init
* fix firefox
* add active style
* adjust arrow style
* update select
* update icon logic
* render empty
* init multiple
* fix ff display style
* sync font size
* adjust padding style
* add padding
* padding it
* hotfix of chrome
* single sm
* multiple size
* update option group style
* update snapshot
* clean up transition
* rm combobox in ts define
* auto complete init
* fix auto option def
* update demo
* update demo
* update uncertain demo
* update demo
* warning if user set `size` on AutoComplete
* add debug demo
* updat demo
* update demo of disabled
* update snapshot
* rm useless test
* fix pagination test
* fix Table test
* fix calendar test case
* fix calendar test case
* adjust style
* add big data demo
* support clean up
* fix ts define
* fix lint
* fix demo lint
* fix style lint fix
* rm useless deps
* update snapshot
* stop mock
* add space
|
2019-09-12 20:15:17 +08:00 |
|
Carlos Coves Prieto
|
98dfd2ac93
|
Fix number controls overlap borders when active
|
2019-09-12 19:15:30 +08:00 |
|
Xinxing Li
|
b786e6b48f
|
docs: update param version info(3.10.0) for title (#18741)
* doc: update param version info(3.10.0) for title
* Update index.zh-CN.md
|
2019-09-12 14:31:24 +08:00 |
|
MrHeer
|
d2e76d9480
|
👌 remove :focus
|
2019-09-12 14:28:38 +08:00 |
|
MrHeer
|
bf5140b825
|
♿ Accessibility of Alert close button
replace the <span> with <button> and style it accordingly #18736
|
2019-09-12 14:28:38 +08:00 |
|
陈帅
|
265a01e165
|
fix doc
|
2019-09-12 10:53:43 +08:00 |
|
zombiej
|
d8eac4c606
|
update snpashot
|
2019-09-11 22:28:50 +08:00 |
|
zombiej
|
f8f7ccb709
|
fix lint
|
2019-09-11 22:21:41 +08:00 |
|
Eusen
|
b2e206dd4b
|
fix(module:avatar): Extrusion Deformation of Long Pictures
|
2019-09-11 21:47:08 +08:00 |
|
yoyo837
|
e13a87053c
|
chore(docs): add dropdownMenuStyle props for AutoComplete and Select
|
2019-09-11 21:43:31 +08:00 |
|
只捱宅
|
c98b820700
|
chore: sort package.json by sort-package-json (#18747)
|
2019-09-10 19:30:01 +08:00 |
|
Amumu
|
11a0ebef90
|
docs: update colon for Form (#18755)
* chore(docs): update for #18719
* better expression
|
2019-09-10 19:26:09 +08:00 |
|
afc163
|
e95466bc15
|
📝 update Transfer documentation
close #18740
|
2019-09-09 19:05:17 +08:00 |
|
yoyo837
|
240865143f
|
order
|
2019-09-09 18:24:20 +08:00 |
|
Amumu
|
49e4cc817a
|
Merge pull request #18737 from Jiang-Xuan/patch-1
fix: the doc of tree component
|
2019-09-09 18:22:00 +08:00 |
|