陈帅
5e298dba51
3.14.0 Changelog ( #15145 )
* add responsive property to carousel (#15071 )
* add responsive property to carousel #15065
* extend carousel props from Slick type definitions #15065
* rm key in OptionProps (#15104 )
* update doc
* fix cascader should tab twice to exist (#15117 )
* fix cascader should tab twice to exist
* update snapshot
* Drawer Body padding should be variable
* fix DatePicker to support an array of formats (#15116 )
ref #13148
* table reader mobile friendly
* up
* up
* doc: add 3.14.0 changelog
* doc: fix ci warning
* doc: fix ci warning
* doc: fix typo
* doc: fix ci warning
* doc: fix ci warning
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* doc: fix cr warring
* -m
* -m
* doc: fix cr warning
6 years ago
zombieJ
acd06e9cb5
Select multiple mode support showArrow ( #15091 )
* support showArrow
* fix rc-select version
* update snapshot
6 years ago
zombieJ
c5f9ed1d4f
rm key in OptionProps ( #15104 )
6 years ago
zombieJ
4d1a998246
add component param in warning ( #15078 )
* add component param in warning
* update snapshot
6 years ago
afc163
efafa6346d
✅ Fix lint problems
6 years ago
afc163
f665554080
🐛 Fix arrow style of Select selected item
6 years ago
zombieJ
1d75725369
update snapshot ( #14880 )
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
TomIsion
44005529db
getPopupContainer callback param should be optional
6 years ago
信鑫-King
8896f7b4af
feat: select border less param ( #14348 )
6 years ago
ztplz
0b8fadd24c
Update
6 years ago
ztplz
ab2dd31087
Add types for warning
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
诸岳
470a4e03a2
docs: Add version description about Select[onDropdownVisibleChange]
6 years ago
zombieJ
b826ecf849
add miss style deps ( #14214 )
close #14204
6 years ago
Junbin Huang
d78c0f2707
Chore/fix master conflict ( #14126 )
* adjust table fixed column z-index (#14036 )
fix #13930
* 📝 Add instruction for one column without width left in fixed table
* Add full PR template link in template (#14061 )
* add full tmpl link
* adjust
* simplify it
* add cn link
* Fix Affix flickering when scrolling
* update
* fix: top border disappeared under some ie9
* fix calendar month range display (#14049 )
* Fix tslint warning
* Correct typescript usage (#14074 )
* 🐛 Fix steps style under IE9
close #14001
* 🐛 tweak style for not affecting vertical steps
* 📝 enhance upload documentation
* Input.Group with TimePicker disappear icon: https://codepen.io/mraiguo/pen/QzvvvE?editors=0010
* 🐛 Fix disabled button style in DatePicker panel
https://user-images.githubusercontent.com/507615/50693143-17505400-1071-11e9-9114-b150bef8f7f6.png
* 📝 site: fix BackTop been covered by footer
close #14093
* Update PULL_REQUEST_TEMPLATE.md
* Update pr_cn.md
* 🐛 Fix nested Timeline last item missing line (#14110 )
close #14108
* init Spin should also support delay trigger (#14105 )
fix #14100
* Update table docs
* bugfix
* Format
* update snapshot
* test: fix spin test
6 years ago
zombieJ
2164c58198
New Component: Empty ( #13651 )
6 years ago
frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
6 years ago
afc163
3a25ef8d14
💄 Fix lgtm alerts
https://lgtm.com/projects/g/ant-design/ant-design/alerts/?mode=list
6 years ago
偏右
a127ba6789
Update index.tsx
6 years ago
sylvanasGone
b71301b65f
fix: add missing parameter
6 years ago
陈帅
daca08b6f1
merge master
6 years ago
Sergey Volynkin
d554fa82a4
snapshots update
6 years ago
Sergey Volynkin
cc9b09df13
improved description on Chinese, small refactor at the map func
6 years ago
Sergey Volynkin
0d246d38bc
Add "Hide Already Selected" example for Select component
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
afc163
49f227be9b
📝 fix duplicated dropdownRender in doc
6 years ago
amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
ycjcl868
dc8ebef321
📝 Changelog and select docs
6 years ago
zombiej
9ed04cb0e7
fix eslint
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
afc163
e1d3d2b3e1
✨ Add `dropdownRender` `loading` for Select
close #10831
close #7988
close #13151
close #11225
close #9888
6 years ago
zombieJ
9b49fb60d9
Config provider ( #12991 )
close #12985
6 years ago
zombiej
72d08b3828
Select support `dropdownRender`
close #10831
6 years ago
Wei Zhu
ab6c44dd1f
types: add generic type for Select[value]
usage:
const handleChange = (value: string) => {}
<Select<string> onChange={handleChange} >
6 years ago
zombiej
b28b7a72a8
update test case
6 years ago
afc163
6f98969dc0
🐛 Fix case sensitive module path
6 years ago
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
6 years ago
afc163
cd8502a864
✅ Add test case
6 years ago
Cheng Liu
c79d69275b
✅ update test demo snapshots
6 years ago
Cheng Liu
b979c34420
💄 pass the specified class to custom icon as well
6 years ago
Cheng Liu
0d7963236c
feat(select): customize remove/clear/menuItemSelected icons
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
zombiej
301c97d61c
fix onPopupScroll def. ref #12913
6 years ago
LLinFan-
bbd9556801
update select props :onPopupScroll
update select props type:onPopupScroll
6 years ago
MuYu
72a6febcc4
fix: select type definition ( #12865 )
* fix: select type definition
* fix: wrapPicker type definition
* fix: select type definition
6 years ago
hengkx
e1db20c25b
fix #12758
6 years ago