isakol
d9885c7be0
feat: improve sv_SE locale ( #29896 )
4 years ago
kily zhou
59c3c71b72
feat: Table adds rowSelection.defaultSelectedRowKeys ( #29879 )
4 years ago
afc163
afbbeb5337
fix: Pagination focus style stay after interaction ( #29891 )
close https://github.com/react-component/pagination/pull/329
close #29882
4 years ago
afc163
603c0c1733
fix: Steps progress item cut at edge ( #29893 )
close #29824
4 years ago
SyMind
a142969986
fix(pagination): Unexpected input height ( #29886 )
When use modifyVars to override the `input-height-base`, the quick jumper input height expected `input-height-base`, but not really.
4 years ago
yaoweiprc
ed37b80d11
docs: Update dynamic-form-items.md ( #29807 )
* Update dynamic-form-items.md
原来的代码只有在使用Space包裹多个Form.Item的时候可以跑起来,如果把Space换成div或者其它组件,点击Add Field之后,因为多个Form.Item 通过 {...restField} 指定了相同的key,浏览器会报 Encountered two children with the same key, `0`. Keys should be unique so that components maintain their identity across updates.
换成这种restField的写法可以避免这个问题,让不使用Space包裹多个Form.Item的场景也能跑通不报错。
* Update components/form/demo/dynamic-form-items.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
Jojo Narte
a98e4fc907
fix: (Upload) stopPropagation on file drop ( #29832 )
Call e.stopPropagation on file drop to support nested drag and drop upload use-cases
4 years ago
Bernard Niset
e49281c7f5
feat: Apply ConfigProvider componentSize on Tabs component ( #29844 )
4 years ago
二货机器人
462386a9ab
chore: Rm tag hover style ( #29874 )
4 years ago
二货机器人
5f38753f6c
fix: align TextArea `maxLength` logic ( #29867 )
* fix composition
* fix input
* update doc
* fix tst
* more test case
* more test case
4 years ago
CodingYingYingYing
a21c1a88c1
fix: Typography.Paragraph\Text\Title ts ( #29787 )
* fix: Typography.Paragraph\Text\Title ts
* feat: add doc
* feat: title ts
* feat: cr
* chore: revert
* chore: ts
* feat: doc/sort & drop onChange
4 years ago
Bernard Niset
76a96965ee
feat: Add form translations to fr_FR i18n ( #29839 )
4 years ago
MaoXiangming
8ff10277e1
fix: table demo drag-sorting drag error ( #29825 )
close #29800
4 years ago
二货机器人
2e35b4ee05
refactor: use rc-util for csp ( #29804 )
* refactor: use rc-util for csp
* update icons version
* add csp support
* update deps
4 years ago
afc163
99289a0856
style: better Checkbox/Radio label text layout ( #29788 )
* style: optimize checkbox label text layout
* style: optimize radio label text layout
* fix transfer checkbox position
* fix checkbox align issue in Transfer
* fix snapshot
4 years ago
afc163
92bc5dfdcd
fix: Tabs active item width changes ( #29781 )
close #29532
4 years ago
xrkffgg
b5ac892ada
docs: perf website
4 years ago
杨兴洲
d775fb830d
docs: fix ConfigProvider doc typo ( #29776 )
4 years ago
Kermit
7fdfa4e64d
fix(upload): beforeUpload type declaration ( #29766 )
* fix(upload): beforeUpload type declaration
* chore: update doc
4 years ago
Amumu
e2eb810ed3
feat: add fr_CA locale ( #29748 )
4 years ago
xrkffgg
8622c39f29
docs: update typography api show
4 years ago
xrkffgg
135f39ddd4
Update components/upload/index.zh-CN.md
4 years ago
xrkffgg
d05112427a
Update components/upload/index.en-US.md
4 years ago
Eric Lee
55aa0f457b
code review
4 years ago
陈帅
c673cde7de
merge Feature into master ( #29758 )
* feat: add onCancel and onEnd option for editable (#29615 )
* feature: add onCancel and onEnd option for editable
* doc: editable
* doc: add EN doc
* optimize: code
Co-authored-by: chenliang <chenliang9@xiaomi.com>
* feat: add parent class for different notification types (#29634 )
close #29417
* refactor: Upload use origin behavior (#29737 )
* refactor: Fallback of events
* test: Fix test case
* fix: Start file update logic
* fix: remove status update
* test: Remove wrapTest
* test: Fix test case
* chore: bump rc-upload
* docs: About desc
* feat: tab support moreIcon (#29744 )
* feat: Tabs support moreIcon
* docs: Tabs support moreIcon
* style: lint
* docs: add english document
* Update components/tabs/index.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.zh-CN.md
* Update components/tabs/index.en-US.md
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: zty <zty.dev@icloud.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jueinin <1014397160@qq.com>
Co-authored-by: chenliang <chenliang9@xiaomi.com>
Co-authored-by: 不吃猫的鱼 <michael2ib1989@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: Tianyuan Zhang <tianyuan233.zhang@gmail.com>
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: zty <zty.dev@icloud.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
4 years ago
Eric Lee
02e0611412
docs: Update Upload Docs
4 years ago
Tianyuan Zhang
691e5b6956
feat: tab support moreIcon ( #29744 )
* feat: Tabs support moreIcon
* docs: Tabs support moreIcon
* style: lint
* docs: add english document
* Update components/tabs/index.zh-CN.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
* Update components/tabs/index.zh-CN.md
* Update components/tabs/index.en-US.md
Co-authored-by: zty <zty.dev@outlook.com>
Co-authored-by: zty <zty.dev@icloud.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
4 years ago
二货机器人
37bff5d5fd
refactor: Upload use origin behavior ( #29737 )
* refactor: Fallback of events
* test: Fix test case
* fix: Start file update logic
* fix: remove status update
* test: Remove wrapTest
* test: Fix test case
* chore: bump rc-upload
* docs: About desc
4 years ago
afc163
462c7fcdf8
fix snapshot
4 years ago
jinchaofs
2c262dd3ec
fix: Tabs centered property invalid ( #29495 )
close https://github.com/ant-design/ant-design/issues/29482
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
4 years ago
afc163
fbe02ceed3
fix: AutoComplete custom input element className ( #29725 )
* test: add test case
* upgrade select version
* fix test case
* fix snapshot
4 years ago
二货机器人
a4a009cb62
fix: Lodash can clone FileProxy ( #29718 )
* fix: Lodash can clone FileProxy
* fix: Proxy content
* clean up
* fix lint
* test: get keys
* test: Update coverage
* back of demo
4 years ago
afc163
547f87ebfe
chore( 🆙 ): upgrade react-dnd in table and upload demo ( #29724 )
4 years ago
xrkffgg
52152ed384
fix: row warning when set margin ( #29688 )
* fix: row warning when set margin
* fix
4 years ago
einq7
1fa02cba7d
docs: add editable in column api ( #29708 )
* docs: add editable in column api
* Remove extra column
4 years ago
二货机器人
ca52defcbf
fix: Internal upload list should always keep ( #29702 )
4 years ago
James Yeung
2d3c3a18e0
docs(alert): The title is reversed ( #29692 )
4 years ago
二货机器人
6169ecdf86
chore: Upload add deadline ( #29686 )
4 years ago
不吃猫的鱼
f465589bd6
fix: Modal footer buttons not spaced when using href in button ( #29681 )
* fix: Modal footer buttons not spaced when using href in button
* fix: resolve comments
4 years ago
xrkffgg
f9a542b5c1
fix: affix Input disabled hover style ( #29670 )
4 years ago
Jan Václavík
1efc4cf86e
Fix typo in cs-CZ locale ( #29675 )
4 years ago
xrkffgg
4b26b3710d
chore: fix build ( #29671 )
* docs: test demo
* fix: site build error
https://github.com/react-component/footer/releases/tag/v0.6.6
Co-authored-by: afc163 <afc163@gmail.com>
4 years ago
zombiej
1c461ecab4
docs: Update upload faq
4 years ago
不吃猫的鱼
1f3a64a5d1
refactor: remove redundant less variable ( #29668 )
4 years ago
不吃猫的鱼
be299cbe70
docs: fix typo in demo ( #29661 )
4 years ago
afc163
165477175d
chore: update Form and TreeSelect demo ( #29656 )
* chore: update Form and TreeSelect demo
* fix eslint
4 years ago
xrkffgg
deb50b4780
style: optimize form tooltip cursor style ( #29650 )
4 years ago
不吃猫的鱼
e97fe61c71
feat: add parent class for different notification types ( #29634 )
close #29417
4 years ago
afc163
9973228fe1
chore: remove console.log
4 years ago
einq7
74fd93b068
docs: Update procomponents link ( #29638 )
4 years ago