Commit Graph

7985 Commits

Author SHA1 Message Date
zombiej
7643195be1 Transfer disabled should also disable search box
fix #13330
2018-11-29 00:41:49 +08:00
afc163
6b2c0a59b3
🐛 Fix upload thumbnail icon broken styles
close #13333
2018-11-28 20:33:32 +08:00
Huáng Jùnliàng
ea0541295d fix(module:timepicker): incorrect invalid border color (#13155) 2018-11-28 17:12:37 +08:00
afc163
83c192ea3e
💄 fix eslint problems 2018-11-28 15:11:02 +08:00
ztplz
8b70fe7664 Correct type 2018-11-27 23:43:37 +08:00
afc163
0e99b6ea72
💄 fix loading button's icon style
close #13300
2018-11-27 16:01:27 +08:00
zombieJ
8d1d595d76
use resize observer to check textarea size (#13295)
fix: #10151
2018-11-27 13:46:42 +08:00
afc163
e1d3d2b3e1
Add dropdownRender loading for Select
close #10831

close #7988

close #13151

close #11225

close #9888
2018-11-27 12:01:30 +08:00
afc163
18f705fcf6
Merge branch 'master' into feature
* master: (28 commits)
  remove overflowY on TextArea autoSize since height transition has been removed for a long time fix #10151
  💄 tweak form control margin, close #13183
  Update Crowdin configuration file
  Correct date-picker demo
  📝 upgrade ts comment
  💄 tweak tree switcher icon size
  Fix regular error in firefox and safri
  add change log
  add checkbox-border-width
  add style to SwitchProps
  update rc-tree-select
  Snapshot fixed.
  tabIndex prop added to DatePicker
  Improve form demo
  prefer logical AND over ternary (#13254)
  fix form demo
  format (#13252)
  📝 improve document images
  migrate locale provider to new lifecycle method
  types: add generic type for Select[value]
  ...
2018-11-27 11:26:16 +08:00
zombiej
df49b767b1 remove overflowY on TextArea autoSize since height transition has been removed for a long time
fix #10151
2018-11-27 11:25:21 +08:00
afc163
595de71315
💄 tweak form control margin, close #13183 2018-11-27 00:36:01 +08:00
ztplz
8e7da2a480 Correct date-picker demo 2018-11-26 21:44:57 +08:00
afc163
4abc2824e4
📝 upgrade ts comment 2018-11-26 19:32:33 +08:00
afc163
c0ba2eb456
💄 tweak tree switcher icon size 2018-11-26 13:42:49 +08:00
zombieJ
9b49fb60d9
Config provider (#12991)
close #12985
2018-11-26 12:06:42 +08:00
zombiej
72d08b3828 Select support dropdownRender
close #10831
2018-11-26 11:50:12 +08:00
zombieJ
b1d1b75a8f
Cascader support limit filtered item count (#13206)
close #13097
2018-11-26 11:29:16 +08:00
ztplz
e54b50cc01 Fix regular error in firefox and safri 2018-11-25 22:09:03 +08:00
frezc
e732bffde3 add checkbox-border-width 2018-11-24 17:39:31 +08:00
frezc
1a76a8ec21 add style to SwitchProps 2018-11-24 17:39:15 +08:00
Ilan
e8aac413b2
Merge pull request #13250 from damiangreen/migrate-locale-provider-to-new-lifecycle-method
Migrate locale provider to new lifecycle method
2018-11-23 22:21:42 +01:00
arifemrecelik
b2f6655061 Snapshot fixed. 2018-11-23 16:41:28 +08:00
arifemrecelik
f11a4c1b3c tabIndex prop added to DatePicker 2018-11-23 16:41:28 +08:00
ztplz
2fa90b17d0 Improve form demo 2018-11-23 13:42:51 +08:00
Anuj
e0298dcc13 prefer logical AND over ternary (#13254) 2018-11-23 13:42:37 +08:00
zombieJ
95a76b0436
add tabs additional css (#13118)
fix #13086
2018-11-23 13:39:33 +08:00
zombiej
e36e5aa5a2 fix form demo 2018-11-23 11:25:51 +08:00
ztplz
ed4cc9e5fd format (#13252) 2018-11-22 23:35:40 +08:00
Damian Green
83b30d7513 migrate locale provider to new lifecycle method 2018-11-22 14:22:48 +00:00
Wei Zhu
ab6c44dd1f types: add generic type for Select[value]
usage:

const handleChange = (value: string) => {}

<Select<string> onChange={handleChange} >
2018-11-22 17:53:44 +08:00
zombiej
4564dce50c carousel fade page should not block user selection
fix #13215
2018-11-22 17:52:56 +08:00
jojoLockLock
171e36680f fix(switch):set disabled for loading status & set cursor as not-allowed (#13219) 2018-11-21 11:01:18 +08:00
Laith
2bf0fadb11 Starting sort order with 'ascend', then 'descend', then undefined. (#13069) 2018-11-21 00:27:11 +08:00
zombieJ
d366886dcb add title support in menu item (#12952)
* add title support in menu item

* hide title when inlineCollapsed

* fix typo
2018-11-20 23:26:40 +08:00
spideeee
7f8ad51c01 Moved "onCalendarChange" prop from DatePicker to RangePicker for English version 2018-11-20 22:06:35 +08:00
ycjcl868
bb0888b09f fix: timepicker overflow style 2018-11-20 22:06:09 +08:00
wa1k3r
eac1c2482f update checkbox wrapper-state-class snap 2018-11-20 22:06:00 +08:00
wa1k3r
7038b9215d add checkbox wrapper state classname 2018-11-20 22:06:00 +08:00
zombiej
b28b7a72a8 update test case 2018-11-20 17:26:08 +08:00
zombiej
5ef2e23bcf Merge remote-tracking branch 'origin/master' into feature 2018-11-20 16:36:18 +08:00
afc163
ddb331a6a9
💚 Fix snapshot 2018-11-20 11:20:14 +08:00
afc163
13c25adc6d
📝 Upload action is not required prop 2018-11-19 18:52:47 +08:00
ztplz
7180f6be44 Add tests for Input.Search 2018-11-16 21:06:59 +08:00
afc163
8a49fea94a
🐛 Fix small RangePicker 1px align problem
close #13105
2018-11-16 18:20:08 +08:00
afc163
b265692478
🐛 Fix Dropdown font-size affected Avatar
close #13091
2018-11-16 18:20:08 +08:00
ztplz
13ad9996f3 update 2018-11-16 16:23:38 +08:00
ztplz
8f64fd5fd8 update 2018-11-16 16:23:38 +08:00
ztplz
508bc719a7 Suppress warning message 2018-11-16 16:23:38 +08:00
zombiej
8fbfa1f876 should check more strict to avoid shallow compare miss match
fix #13028
2018-11-15 23:34:13 +08:00
ztplz
b42d1dc3b1 update 2018-11-15 20:32:31 +08:00
ztplz
e515db334b Fix typo 2018-11-15 20:32:31 +08:00
zombiej
56585d700f add defaultPickerValue in datePicker doc
close #10402
2018-11-15 16:21:27 +08:00
afc163
6f98969dc0 🐛 Fix case sensitive module path 2018-11-15 14:43:54 +08:00
afc163
1cbe8bc919 Merge branch 'master' into feature
* master:
  Add missing types for tree
  fix: notification's description should be optional
  Fix #13132 (#13143)
2018-11-15 14:18:02 +08:00
ztplz
f25757ef9d Add missing types for tree 2018-11-15 14:02:29 +08:00
Wei Zhu
f9bf695656
fix: notification's description should be optional 2018-11-15 11:32:53 +08:00
ztplz
54cb3b96d3 Fix #13132 (#13143) 2018-11-14 23:44:38 +08:00
Joao Rabelo
4f51ff5277 Adding rcselect 'showAction' to AbstractSelectProps to avoid linting errors when used through antd Select component
The usage of this prop was discussed over #6873
2018-11-14 21:11:32 +08:00
zombiej
24a548a1ae Merge remote-tracking branch 'origin/master' into feature 2018-11-14 20:46:10 +08:00
zombiej
37a09ae078 update test case 2018-11-14 20:45:39 +08:00
afc163
5abbe3ba23 🐛 revert menu background 2018-11-14 18:00:34 +08:00
ztplz
3d2799bb7f Fix typo 2018-11-14 17:31:01 +08:00
ztplz
af4e5bbbed format 2018-11-14 15:37:13 +08:00
ztplz
6f6d949fcc Fix #13119 2018-11-14 15:37:13 +08:00
zombiej
b75486fe85 merge master 2018-11-14 15:28:27 +08:00
afc163
67dc9b914c 🐛 Fixed bug of collapsed menu wrong mode responsively
close #13104
2018-11-14 15:25:17 +08:00
zombiej
063a062eac update progress format def
fix #13122
2018-11-14 14:46:07 +08:00
frezc
6313220551 [type] add style to SliderProps 2018-11-13 23:14:47 +08:00
afc163
c7b9eee709 improve getDerivedStateFromProps return value 2018-11-13 18:03:57 +08:00
zombiej
d20b5fe9f5 update rc-tabs to fix 2 issue:
1. fix non-transform support env ink bar not correct
2. fix tabBarGutter not work in vertical mode. ref #12968
2018-11-13 16:22:15 +08:00
zombiej
087b00e09b support auto focus 2018-11-13 10:42:10 +08:00
zombiej
7d5efc46c5 add onFocus & onBlur def on TreeSelect
fix #13100
2018-11-13 00:25:17 +08:00
zombieJ
dbbeec8dd9
add listener for start transition (#13094)
fix #12942
2018-11-12 20:31:58 +08:00
afc163
03d3b08315 🐛 Fix popup menu background transparent bug 2018-11-12 15:34:10 +08:00
afc163
233f1891d1 Add test case for wave 2018-11-12 13:59:34 +08:00
ztplz
4ddde533ff Update docs 2018-11-12 13:37:57 +08:00
afc163
cd8502a864 Add test case 2018-11-12 12:18:21 +08:00
ztplz
3130a9584d Delete extra blank line 2018-11-12 12:14:28 +08:00
afc163
cdafee70f2 Merge branch 'master' into feature
* master:
  🔥 update less code style
  ⬆️ upgrade react-dnd version
  update
  Remove unused dependencies
  3.10.7 changelog
  🐛 Fix typo, #12978
  update changelog
   Release 3.10.6
  🚑 Fix Button[href] 1px align bug in another way
  tweak style
  💄 tweak button style
2018-11-12 12:06:24 +08:00
CORP\lianyufeng
02cedda1e9 Add support for Indonesian internationalization 2018-11-12 12:05:46 +08:00
afc163
a616f89a1b 🔥 update less code style 2018-11-12 12:02:30 +08:00
Cheng Liu
c79d69275b update test demo snapshots 2018-11-12 10:58:45 +08:00
Cheng Liu
b979c34420 💄 pass the specified class to custom icon as well 2018-11-12 10:58:45 +08:00
Cheng Liu
0d7963236c feat(select): customize remove/clear/menuItemSelected icons 2018-11-12 10:58:45 +08:00
afc163
74aeaceaa8
🐛 Fix typo, #12978 2018-11-11 18:52:24 +08:00
afc163
664089ecf6
🚑 Fix Button[href] 1px align bug in another way
revert adee2f3

close #12978
2018-11-11 18:11:19 +08:00
afc163
464286be12
tweak style 2018-11-11 14:22:13 +08:00
afc163
9ba892b02d
💄 tweak button style 2018-11-10 22:21:27 +08:00
afc163
11384384d0
Merge branch 'master' into feature 2018-11-10 22:10:07 +08:00
ztplz
6ad23c370e Fix CI 2018-11-10 22:09:29 +08:00
afc163
bbb45e0659
let => const 2018-11-10 00:39:58 +08:00
afc163
16fca0d33d let => const 2018-11-10 00:38:06 +08:00
ztplz
f27653158d Remove extra spaces (#13062) 2018-11-10 00:17:02 +08:00
ilanus
c5874c1104 sort locales asc and add locale huHU tests 2018-11-09 21:53:15 +08:00
ilanus
1dfe222933 🌐 adding hungarian localisations 2018-11-09 21:53:15 +08:00
ztplz
f8626ccaff Fix typo 2018-11-09 21:04:17 +08:00
ztplz
af5f588335 Use const instead of let 2018-11-09 21:04:05 +08:00
kuitos
2bb6369e3e typing correct 2018-11-09 19:31:47 +08:00
afc163
713b363a9b Merge branch 'master' into feature
* master:
  fix: extra space
  docs(table): generic type arguments in jsx elements demo
  revert webpackbar
2018-11-09 18:56:01 +08:00
muzea
0c5bbf04f4 fix: extra space 2018-11-09 18:35:34 +08:00
muzea
0760cb7ff7 docs(table): generic type arguments in jsx elements demo 2018-11-09 18:35:34 +08:00
afc163
886915ccdb Merge branch 'master' into feature
* master:
  fix typescript errors
  add landing to home Solution
  update text
  docs: preserve old sketch file link
   Renew Sketch Symbols!
  Update webpackbar requirement from ^2.6.3 to ^3.0.3
  docs: update drawer desciption
2018-11-09 17:38:50 +08:00
afc163
9b9c4c7dec fix typescript errors 2018-11-09 17:38:19 +08:00
afc163
3b89bd6448 docs: update drawer desciption 2018-11-09 15:01:48 +08:00
afc163
a33e7a41d7 fix lint 2018-11-09 14:13:38 +08:00
afc163
4d06e4d6e5 Add test case for locale Nepal, #12257 2018-11-09 12:10:09 +08:00
Mohan Ban
eb6f0a510e Local ne-NP (Nepali) added. 2018-11-09 11:44:32 +08:00
afc163
7aa9a61621 Merge branch 'master' into feature
* master:
  sort asc treeselect types add maxTagPlaceholder
2018-11-09 11:43:21 +08:00
ilanus
36ed95c8ba sort asc treeselect types add maxTagPlaceholder 2018-11-09 11:31:39 +08:00
Ardo Kusuma
ad130fbfbf [doc] add more entries to dropdown doc API 2018-11-09 11:31:21 +08:00
zombiej
fac13e2e0b Merge remote-tracking branch 'origin/master' into feature 2018-11-09 10:50:20 +08:00
afc163
368468829f Fix nested Table style insider another wrapper
close #13025
2018-11-08 20:52:38 +08:00
ztplz
e6ddf34c11 Use const instead of let 2018-11-08 20:20:26 +08:00
ztplz
a545c0c3c5 Improve Progress 2018-11-08 17:42:27 +08:00
afc163
2358cbef31 💄 improve table style 2018-11-08 14:45:16 +08:00
afc163
9b9f2ceaaf Fix nested small/middle size Table style 2018-11-08 14:21:39 +08:00
afc163
a8d2a0a8c1 Fix unexpected wave animation on hidden elements
close #12967
2018-11-08 12:33:56 +08:00
afc163
b7a1b7b7be remove outdated test case 2018-11-07 17:49:03 +08:00
afc163
f8e074812c Fix a bug of Tooltip won't disappear in Chrome
when there are two wrapper of Tooltip/Popover/Popconfirm

close #13001
2018-11-07 17:43:18 +08:00
afc163
fa457c465d docs: explain tree table and childrenColumnName, close #13002 2018-11-07 17:37:58 +08:00
afc163
f99b9ab56e Remove wave effect of Radio.Button 2018-11-07 14:25:02 +08:00
afc163
c3e9619ca6 Fix IE Edge Object doesn't support property or method 'removeAttribute'
close ant-design/ant-design-pro#2423
2018-11-07 14:25:02 +08:00
ycjcl868
b2e2607521 fix: upload list preview file check 2018-11-07 12:02:06 +08:00
ycjcl868
ada43adc65 🐛 fix uploadList thumbUrl image type check 2018-11-07 12:02:06 +08:00
afc163
85a758c7ec Fix inlineCollpased Menu remains inline mode instead of vertical
close ant-design/ant-design-pro#2783
close ant-design/ant-design-pro#2782
close ant-design/ant-design-pro#2786
2018-11-07 11:40:34 +08:00
afc163
c466776805 fix typo, #12970 2018-11-07 00:20:27 +08:00
zombiej
bc380a7d31 Merge remote-tracking branch 'origin/master' into feature 2018-11-06 23:48:29 +08:00
afc163
919a9d3c60 Fix Mention test case
0185160e69
2018-11-06 19:32:59 +08:00
afc163
c88784a61c use class property of this.state 2018-11-06 16:23:53 +08:00
afc163
adee2f3329 Fix Button[href] 1px align bug
close #12978
2018-11-06 15:41:50 +08:00
afc163
95ac6bf673 Fix Button[icon] vertical align issue
close #12972

test codesandbox url: https://codesandbox.io/s/2p8k935jjp
2018-11-06 15:05:23 +08:00
zombiej
c5a002d44c sync doc. ref #12975 2018-11-06 14:45:17 +08:00
JeromeLin
c55d26658d ReactNode包含number类型
ReactNode包含number类型,这么些不妥~
type ReactNode = string | number | boolean | {} | ReactElement<any> | ReactNodeArray | ReactPortal
2018-11-06 13:40:54 +08:00
afc163
e6d9a77029 Fix filedNames broken after 3.7.x
close #12970
2018-11-06 12:36:03 +08:00
afc163
488f5a101d Fix <Icon type="cross" /> compatibility, #12970 2018-11-06 11:41:05 +08:00
zombiej
4c5e3492ac add ignoreShake for tooltip(popover) to avoid unecessary reflow
fix #12942
2018-11-06 11:01:39 +08:00
afc163
00c65b046b site: update icon doc translation 2018-11-05 19:04:28 +08:00
afc163
cc5ca6f86f update steps doc 2018-11-05 18:32:05 +08:00
afc163
fe2b348a5a rm default.deperated.less 2018-11-05 14:08:06 +08:00
afc163
d05c0c19a2 Merge branch 'master' into feature
* master:
  revert deleting @font-variant-base by accident
  update default menu background
  site: update header responsive ui
  update FAQ doc
  add test case for month picker
2018-11-05 13:56:19 +08:00
afc163
799c26a13b revert deleting @font-variant-base by accident 2018-11-05 13:53:38 +08:00
afc163
f41b1db572 update default menu background 2018-11-05 12:01:17 +08:00
zombiej
782881e3ca add test case for month picker 2018-11-04 19:49:20 +08:00
afc163
ad0f9b28ec Merge branch 'master' into feature
* master:
  site: add Community discusstion links
  🌐 site: transition component category, close #11629
  Fix Collapse Panel id definition, close #12357
  Fix style overlap with sorter when long text in Table column header
  Add more recommendation
  adjust datepick reset logic
  reset showDate when picker is closed fix #12929
2018-11-04 17:15:29 +08:00
afc163
213693e333 🌐 site: transition component category, close #11629 2018-11-04 16:20:35 +08:00
afc163
2c3a2e911e Fix Collapse Panel id definition, close #12357 2018-11-04 16:09:51 +08:00
afc163
1784949e94 Fix style overlap with sorter when long text in Table column header
close #12650

ref #12552
2018-11-04 15:54:31 +08:00
zombiej
69a2a92864 adjust datepick reset logic 2018-11-04 14:54:06 +08:00
picodoth
3b748981ba Merge branch 'master' into feature 2018-11-04 00:15:06 +08:00
zombiej
81a7d11ba3 reset showDate when picker is closed
fix #12929
2018-11-03 23:19:33 +08:00