二货机器人
1a8bb04bf8
chore: Use rc-util composeRef ( #27821 )
4 years ago
wf-francescoalbanese
696396a62f
refactor: make autosize true by default ( #27814 )
Made `autoSize = true` by default deconstructing it from props, rather than explicitly checking if it's undefined at render times.
4 years ago
Eugene Matvejev
1ab93a3cf4
refactor: Radio.Group defaultProps ( #27807 )
4 years ago
Tom Xu
572601fb4b
docs(cascader): change demo to hook ( #27745 )
4 years ago
afc163
a60ce663fe
docs( 📖 ): improve Menu doc
close #27820
4 years ago
二货机器人
92cefa8aa6
Merge pull request #27805 from atzcl/master
docs(TreeSelect): add onDropdownVisibleChange api description
4 years ago
Eugene Matvejev
21775482ab
refactor: improve card/Grid to save some bundle size after transpilation ( #27804 )
* improve card/Grid to save some space in transpile
* fix tslint error
4 years ago
偏右
5653f5f46f
docs( ✨ ): release 4.8.4 ( #27802 )
4 years ago
atzcl
8e7c5b5e0a
docs(TreeSelect): add onDropdownVisibleChange api description
4 years ago
偏右
f4c7058bd9
fix: Modal.confirm locale missing ( #27797 )
* fix: Modal.confirm locale missing
* fix snapshot
* refactor
4 years ago
Tom Xu
ef77539920
refactor(search): use context ( #27657 )
* refactor(search): use context
* Update Search.tsx
4 years ago
偏右
e0c26b4ac1
style( 💄 ): fix Button and Form loading spin animation ( #27794 )
4 years ago
二货机器人
4fd88a60d1
Merge pull request #27792 from ant-design/feature-merge-master
chore: Feature merge master
4 years ago
Hossein Mohammadi
4b1000fb7f
fix: React 17 findDOMNode is deprecated ( #27755 )
* fix: use ref instead of findDOMNode
* chore: use fillRef in setAndForwardRef
* chore: use rc-util fillRef instead
* chore: use support ref
* test: removed empty class
* chore: use composeRef instead of setAndForwardRef
4 years ago
zombiej
e6e74564a1
update snasphot
4 years ago
zombiej
7af0cb0d9f
chore: Feature merge master
4 years ago
youmoo
56b3c7539f
docs: fix typo in demo ( #27781 )
4 years ago
陈帅
8a4f52e200
docs: add 4.8.3 changelog ( #27772 )
* add 4.8.3 changelog
* Update CHANGELOG.en-US.md
Co-authored-by: 偏右 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: 偏右 <afc163@gmail.com>
* update changelog
* update snapshot
* fix changelog error
* Update CHANGELOG.en-US.md
* Update CHANGELOG.zh-CN.md
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
4 years ago
骗你是小猫咪
191c6aa25e
test: disable image request ( #27778 )
4 years ago
shaodahong
c465e04c81
test: disable image request
4 years ago
骗你是小猫咪
3f126f116f
test: skip tree virtual-scroll render ( #27771 )
* test: skip tree virtual-scroll render
* test: remove branches-ignore, and use head ref to fix when merged
4 years ago
Shengnan
9bcd511ae6
fix(select): tags mode white space wrapping issue ( #27726 )
Co-authored-by: baxtergu <gu.shengnan@iwhalecloud.com>
4 years ago
骗你是小猫咪
d514768eac
test: and pull_request_target branches-ignore ( #27728 )
* test: and pull_request_target branches-ignore
* remove symbolsymbol
* use jest-puppeteer fix more launch
* increase timeout
4 years ago
shaodahong
4ce36d2680
increase timeout
4 years ago
shaodahong
427817fb1b
use jest-puppeteer fix more launch
4 years ago
shaodahong
9cdb037409
remove symbolsymbol
4 years ago
shaodahong
70b90c076f
test: and pull_request_target branches-ignore
4 years ago
偏右
e7bed7cff7
perf( 📦 ): upgrade @ant-design/colors and remove rc-trigger from deps ( #27761 )
* perf(📦 ): upgrade @ant-design/colors
* move rc-trigger to devDeps
* fix lint
* update snapshot
* update snapshot
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
wf-erikslokharts
478f611a16
chore: refactor LoadingIcon.tsx ( #27765 )
4 years ago
Eugene Matvejev
d1d215e222
chore: improve code style and perf ( #27760 )
4 years ago
Eugene Matvejev
9913062d42
small cleanup in button.tsx ( #27759 )
4 years ago
Dominique Ng
5b46a49ce5
Fix typo for 'palette' ( #27758 )
4 years ago
偏右
a7e3812d02
perf: unify rc-trigger version ( #27752 )
4 years ago
LeoYang
520407925a
docs(date-picker): modify datepicker select-in-range demo ( #27751 )
* feat: modify datepicker select-in-range demo
* fix: lint
4 years ago
afc163
7f8957eb9a
docs( 📖 ): improve useModal FAQ
4 years ago
二货机器人
7b9a79401f
chore: bump field form version ( #27741 )
4 years ago
叶枫
1155d44321
fix: checked 非必须 ( #27717 )
* fix: checked 非必须
* docs: desc
* fix: 😶
* Update CheckableTag.tsx
Co-authored-by: 二货机器人 <smith3816@gmail.com>
4 years ago
Tom Xu
90872cf3bd
docs(select): change demo to hook ( #27736 )
4 years ago
xrkffgg
c80524f475
fix: Typography.Link disabled hover style ( #27734 )
4 years ago
Tom Xu
e3381c9142
Merge pull request #27715 from ant-design/merge
chore: merge master into feature
4 years ago
Shivam Modi
3d04e5d3fb
docs: fixed nested ternary operator in Form ( #27724 )
4 years ago
einq7
652374ff4c
fix: DateRangePicker hover effect overflow ( #27731 )
* fix: DateRangePicker hover effect overflow
* fix: update rtl style
4 years ago
Tom Xu
57246c518f
docs(grid): fix api table ( #27723 )
4 years ago
Tom Xu
7b6bb4244d
docs(radio): change demo to hook ( #27722 )
4 years ago
Tom Xu
3ad1887fff
chore: update authors
4 years ago
Tom Xu
5b7811f2ee
Merge branch 'feature' into merge
4 years ago
zombiej
8d1ed2822b
docs: Remove useless code
4 years ago
Shivam Modi
5818fdb1a2
fix Specific Note for option other for Gender in Form ( #27704 )
4 years ago
xrkffgg
9c009f9bdb
style: add @radio-border-width ( #27703 )
4 years ago
Tom Xu
c3f6a38c65
docs(carousel): change demo to hook ( #27698 )
4 years ago