二货机器人
1e95c6cef0
feat: Quarter picker ( #22468 )
...
* support quarter picker
* update snapshot
* fix lint
2020-03-21 22:43:04 +08:00
Ivan Tsybulin
c430eab79e
feat: Feature tag component icon prop support ( #22418 )
...
* Add icon prop to the tag component
* Add test case to the tag component icon prop
* Address requested changes
* Update tag icon.md for CN
* Remove unnecessary warning check
2020-03-21 12:01:23 +08:00
偏右
86946f434f
Merge pull request #22446 from ant-design/master
...
chore: 🔀 merge master into feature
2020-03-20 19:20:11 +08:00
偏右
ed6e8760e5
✅ fix snapshot ( #22445 )
2020-03-20 18:43:47 +08:00
afc163
da044c2b8d
✅ fix snapshot
2020-03-20 17:17:33 +08:00
afc163
2d7497b91b
✅ fix snapshot
2020-03-20 17:16:16 +08:00
偏右
a399d05ace
Merge pull request #22435 from ant-design/master
...
chore: 🔀 merge master into feature
2020-03-20 16:04:26 +08:00
二货机器人
fad514f28b
fix: TreeSelect icon should work ( #22437 )
...
* fix tree-select icon
* rename test case
* update snapshot
2020-03-20 16:03:13 +08:00
偏右
f6722eb28b
test: refactor code ( #22436 )
2020-03-20 15:48:44 +08:00
信鑫-King
296072a720
docs: 📖 use dark theme ( #21668 )
...
* docs: using umi 3
* docs: 📖 update dark theme usage doc
Co-authored-by: afc163 <afc163@gmail.com>
2020-03-20 15:08:08 +08:00
偏右
66f67051af
test: ✅ improve test for requestAnimationFrame ( #22433 )
...
* test: improve test for requestAnimationFrame
* ✅ fix test coverage
* fix test case
* fix test case
2020-03-20 15:07:47 +08:00
xrkffgg
1f79c76b80
style: add rtl.less of InputNumber ( #22434 )
...
* seyle: add rtl.less of InputNumber
* fix: snap
2020-03-20 14:43:32 +08:00
骗你是小猫咪
c9927b9b8d
chore: improve use hook fail when yarn link or npm link ( #22416 )
...
* chore: improve use hook fail when yarn link or npm link
* add eslint disable rule
* use object spread
2020-03-20 14:11:59 +08:00
xrkffgg
7da82dc196
style: add rtl.less of DatePicker ( #22414 )
...
* style: add rtl.less of DatePicker
* fix: remove var
* fix: add
2020-03-20 11:58:57 +08:00
偏右
5bf2b0df8d
🐛 fix Form requestAnimationFrame is not defined ( #22429 )
2020-03-20 11:51:51 +08:00
偏右
36924dda25
docs: update Form documentation ( #22427 )
...
* Update index.en-US.md
* Update index.zh-CN.md
* Update index.en-US.md
2020-03-20 11:17:16 +08:00
Yuri Roncella
e7a453734f
Fix loading link locale and name ( #22423 )
2020-03-20 11:01:41 +08:00
Akshat Mittal
fff1f5b7ae
Fix Ant Table Border Radius ( #22413 )
2020-03-20 10:57:23 +08:00
Rainy
53e9ca20b6
fix: Omit 'checked' for getCheckboxProps return type ( #22391 )
...
* Omit 'checked' for getCheckboxProps return type
* Update interface.tsx
* Update interface.tsx
2020-03-19 23:58:25 +08:00
二货机器人
9e3ddb22ff
opt of noStyle message ( #22410 )
2020-03-19 21:43:57 +08:00
xrkffgg
289d66ac12
style: add rtl.less of Radio ( #22405 )
2020-03-19 19:53:24 +08:00
偏右
813a93ab24
test: ✅ Add test cases for wave ( #22393 )
...
* ✅ Add test cases for wave
* refactor code
2020-03-19 19:27:02 +08:00
偏右
ef0cc699e4
fix: Descriptions should be able to fit width ( #22407 )
...
close #22350
2020-03-19 18:40:38 +08:00
偏右
f3e0191fa9
💄 tweak RangePicker arrow shadow ( #22406 )
2020-03-19 18:20:43 +08:00
xrkffgg
6abe5ef010
style: add rtl.less of Input ( #22399 )
...
* style: add rtl.less of Input
* fix: name
2020-03-19 17:22:19 +08:00
xrkffgg
10d97bf346
style: add rtl.less of Table ( #22402 )
2020-03-19 17:21:41 +08:00
xrkffgg
6e153c9116
fix: name
2020-03-19 16:44:16 +08:00
xrkffgg
f79d57a58a
style: add rtl.less of Input
2020-03-19 16:05:10 +08:00
Kermit Xuan
e3b7c9a514
fix( #16762 ): should use cachedOptions when filtered options don't cange ( #22216 )
2020-03-19 15:31:14 +08:00
xrkffgg
dba09d2765
style: add rtl.less of Spin\Skeleton\BackTop ( #22388 )
...
* style: add rtl.less of Spin\Skeleton\BackTop
* fix: remove back top
2020-03-19 15:30:29 +08:00
xrkffgg
cdcd28860c
style: add rtl.less of Form ( #22389 )
2020-03-19 14:32:22 +08:00
xrkffgg
7f4c7b5978
style: fix rtl.less place and name ( #22384 )
2020-03-19 12:13:24 +08:00
偏右
b80788556d
Merge pull request #22381 from ant-design/master
...
chore: 🔀 merge master into feature
2020-03-19 12:10:07 +08:00
偏右
4b3150aa05
✅ tweak collapse test case ( #22382 )
2020-03-19 11:51:38 +08:00
骗你是小猫咪
f259be818c
chore: add react-hook eslint plugin ( #22368 )
2020-03-19 11:12:58 +08:00
偏右
0c32583ffc
docs: 📖 Update migration-v4.zh-CN.md ( #22380 )
...
* Update migration-v4.zh-CN.md
* Update migration-v4.en-US.md
2020-03-19 11:11:42 +08:00
xrkffgg
e0942ace80
fix: Table less lint ( #22374 )
2020-03-19 10:06:56 +08:00
偏右
cfd05d72ec
fix: Cascader rtl css resolve bug ( #22360 )
...
close #22357
2020-03-19 09:28:54 +08:00
二货机器人
2215c7e17a
fix: Table row height ( #22367 )
...
* fix style
* rtl support
2020-03-18 22:13:12 +08:00
偏右
4d1f37fbbb
test: add test case for collapse ( #22362 )
...
* ✅ add test case
* ✅ update snapshots
2020-03-18 20:44:18 +08:00
Saeed Rahimi
7e06f028e1
style: page-header-demo-content rtl ( #22352 )
2020-03-18 20:26:42 +08:00
Luke Vella
891a0506b4
chore: Move openAnimation out of defaultProps ( #18397 )
...
* Move openAnimation out of defaultProps
* Update Collapse.tsx
Co-authored-by: Luke Vella <luke.vella@CLAP-MAC06.local>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-03-18 18:35:27 +08:00
xrkffgg
41eacdfff0
style: add rtl.less of Drawer\Modal\Progress\Result ( #22354 )
...
* style: add rtl.less of Drawer\Modal\Progress\Resul
* fix: rtl.less name
* fix: add import
* fix: remove modal
* fix: remove drawer
* fix: remove progress
* style: add rtl.less of Drawer\Modal\Progress\Resul
* fix: rtl.less name
* fix: add import
2020-03-18 18:15:13 +08:00
afc163
5f61dda3c9
fix select-in-range.md
2020-03-18 17:35:42 +08:00
afc163
02dbd8078d
✅ update snapshots
2020-03-18 17:35:42 +08:00
afc163
b33c1d5d88
docs: 📝 onOpenChange argument name
2020-03-18 17:35:42 +08:00
afc163
e2c76ff9fb
🎬 Add RangePicker demo
...
close #22345
2020-03-18 17:35:42 +08:00
afc163
2e67391906
🆙 upgrade rc-tabs
2020-03-18 15:39:34 +08:00
xrkffgg
bb3c6700b6
style: add rtl.less of Tag\Tabs\Alert ( #22339 )
2020-03-18 14:23:30 +08:00
偏右
9f42339a38
style: add rtl.less of Tree\Tooltip\Timeline ( #22335 )
2020-03-18 13:10:46 +08:00