afc163
bf350d6519
fix: link Button cursor style ( #30197 )
close #30043
4 years ago
hello-chinese
7be721b663
fix(types): Update Typescript definition Upload ( #30188 )
4 years ago
i3web
6407eac688
docs: update onChange description of Pagination component ( #30166 )
* docs: update onChange description of Pagination component
* Update components/pagination/index.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: 楼航飞 <hangfei.lou@datayes.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
xiejiahe
c3ce590b24
fix(site): add document.removeEventListener ( #30184 )
4 years ago
einq7
4b376d0171
docs: perfect validateTrigger description ( #30182 )
4 years ago
serializedowen
b8193cf97d
fix: typo fix in <Table /> doc ( #30167 )
fix: typo fix in <Table /> doc
4 years ago
xiejiahe
65c71769ca
style(BreadcrumbItem): Condition check ( #30148 )
4 years ago
afc163
fb3d3c923d
docs: fix custom theme page overflow link
https://twitter.com/Thevenicelive/status/1382329985638166533
4 years ago
xiejiahe
1d5613ebc4
style(useSelection): Consider using '!==' instead of negating '===' result ( #30140 )
4 years ago
琚致远
2c68352367
docs: fix typo on the normal-login page ( #30132 )
* fix: fix typo on the normal-login page
* Update advanced-search.md
* Update form-in-modal.md
4 years ago
xiejiahe
148a6dbefe
docs(site): removeEventListener ( #30139 )
* fix(site): removeEventListener
* fix(site): removeEventListener
* fix(site): removeEventListener
4 years ago
骗你是小猫咪
96c7ecbe77
test: fix loading cause visual test fail ( #30135 )
4 years ago
itibbers
c95e72cb3c
docs: add version of Form.Item hidden ( #30134 )
4 years ago
Themi Tsiotas von Pfaler
3d40656aed
fix: add da_DK locale TimePicker range placeholder ( #30128 )
4 years ago
二货机器人
3cfda1042e
fix: TextArea onChange event obj ( #30124 )
4 years ago
Janry
1794a245a6
docs: add react form library recommendation resources ( #30122 )
4 years ago
wangao
e4e5cc66e9
fix(upload): `file` in `fileList` should get `uid` at first ( #30087 )
* docs: delete info log in tree examples
* fix: make check-ts-demo work
* fix(upload): fileList should add uid at first
* revert(docs): revert delete log(info)
* style: delete unused test utils
4 years ago
zombiej
bbbb7f573c
docs: Update from faq
4 years ago
Kermit
1542820bc3
fix(tabs): centered prop is not working ( #30106 )
4 years ago
github-actions[bot]
adb4f8f7dd
chore: auto merge branchs ( #30098 )
chore: merge master into feature
4 years ago
wangao
fbb89242f4
fix(local): add preview in zh_HK and zh_TW ( #30100 )
4 years ago
xrkffgg
e8b4d03265
test: add more space test ( #30099 )
4 years ago
wangao
d87901e9a5
fix(Badge): update cached isDotRef when isHidden ( #30090 )
4 years ago
afc163
8eca2b3f63
docs: improve community implementation
4 years ago
afc163
8afdfa9ce3
docs( 📖 ): add changelog for 4.15.1 ( #30086 )
4 years ago
xiejiahe
eca9767ba0
docs(Avatar): add draggable api ( #30073 )
* docs(Avatar): add draggable api
* docs(Avatar): add draggable api
4 years ago
gepd
941ba1fb96
feat: Allow breadcrumb component in PageHeader ( #30019 )
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Allow breadcrumb component in PageHeader
* Rename variable
rename var from _breadcrumbRender to breadcrumbRenderDomFromProps
4 years ago
Gamote
a7130187ed
fix: `undefined` was added to the `SelectValue` type ( #30068 )
* Fix: `undefined` was added to the SelectValue type
* fix: `undefined` was added to the SelectValue type
4 years ago
Amour1688
ac78d87c14
style: not import named export "version" ( #30071 )
4 years ago
二货机器人
793abf4284
fix: TextArea control with maxLenght ( #30070 )
* fix: Textarea control missing maxLength
* docs: Clean up
4 years ago
二货机器人
33dbd3f4f1
fix: Table flex pagination ( #30065 )
* fix: Table flex pagination
* update style
4 years ago
大猫
05127d564a
fix: PageHeader tabs remove padding setting ( #29819 )
* fix: PageHeader tabs remove padding setting
* fix: only change padding top and bottom
4 years ago
afc163
5a0f65dac7
fix: Vulnerability version to lodash@4.17.21
4 years ago
wangao
bee77c3362
fix: add forwardRef to CheckBoxGroup for v3 compatibility ( #30039 )
* fix: add forwardRef to CheckBoxGroup for v3 compatibility
* tests: add CheckboxGroup forwardRef test
4 years ago
jinchaofs
aa9fac49f7
fix: [Transfer] The box-shadow of the bottom button is not visible ( #30030 )
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
4 years ago
二货机器人
ebd60df124
fix: Use flex gap of space ( #30023 )
* fix: use flex gap when supported
* test: update snapshot
* refactor: Use single hooks
4 years ago
云剪者
f5d6756d77
docs: fix the align - items ( #30022 )
4 years ago
github-actions[bot]
a42fc02746
chore: auto merge branchs ( #30021 )
chore: merge master into feature
4 years ago
undefined
2ca113afd5
fix: Cannot read property 'removeChild' of null ( #29961 )
* fix: undefined error
fix: undefined error
* fix: exec order
4 years ago
afc163
87c8b5a180
fix: Button align issue ( #30006 )
close #29978
4 years ago
afc163
13a829d20c
fix: classNames typing errors ( #30018 )
4 years ago
Kermit
dda9f61458
fix(tabs): can't scroll when vertical mode in safari ( #29983 )
* fix(tabs): can't scroll when vertical mode in safari
* fix: typo
* fix: operation button
4 years ago
lijianqiang0502
d05ff8e777
docs: Update Tag index.zh-CN.md ( #29982 )
* Update index.zh-CN.md
增加文档api可读性,避免因tag closable的默认行为给用户造成预期之外的错误
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
einq7
04fa4fce39
docs: fix treeDataSimpleMode type ( #29984 )
4 years ago
lyon.han
f603ef0548
docs: perf data-format.zh-CN.md ( #29976 )
“保留前六位与后位” => "保留前六位与后四位"
4 years ago
zombiej
3d7f077539
docs: Fix doc typo
4 years ago
xrkffgg
8774b9450e
ci: perf pr body check issue number
4 years ago
Caspian Chen
453d278a5c
fix: @table-border-radius-base没有被应用到.ant-table节点上 ( #29966 )
4 years ago
Ignatius Aggrey
e32c881cd0
fix: Change type of Popconfirm props: okButtonProps to ButtonProps ( #29928 )
* Change type of Popconfirm props: okButtonProps to ButtonProps
According to the Popconfirm API docs the type of the type of the props okButtonProps and cancelButtonProps is ButtonProps In the actual code however it is was typed as NativeButtonProps causing type errors when using ButtonProps like 'href'
* fix: Remove unused NativeButtonProps
4 years ago
MaoXiangming
b5c8bcd409
fix: add es_Es locale Table 'selectNone' field ( #29962 )
4 years ago