偏右
912d5a6ee7
fix: Dropdown arrow style ( #28181 )
4 years ago
偏右
c20b7ba31e
fix: Dropdown click area ( #28180 )
close #28168
4 years ago
二货机器人
af56eb0a15
fix: Table selection position ( #28173 )
4 years ago
Johnny Lim
273ab186da
docs: fix typo ( #28164 )
4 years ago
Jase Pellerin
13f9285cc6
fix: Allow overlayInnerStyle to pass through ( #27682 )
Currently, the innerStyle is only passed if a color is provided which does not match the preset colors. This fix allows `overlayInnerStyle` to pass through regardless of the value of `color`.
4 years ago
Jingsong Gao
706ec5cdb1
fix(Tree): fix tree drop indicator default direction ( #28150 )
4 years ago
Debiancc
ca5b47f674
fix: Add type of initialValue prop to Form.List ( #28153 )
* fix: Add type of initialValue prop to Form.List
* Update index.zh-CN.md
* Update index.en-US.md
4 years ago
Elaina Cherudim
52ceeafa7e
chore: optimize useModal performance - Do not trigger rerender of parent component ( #28122 )
4 years ago
einq7
6f0c65779c
fix: TextArea showCount style while using with Form ( #28130 )
4 years ago
骗你是小猫咪
a3aec7b057
test: skip List loading demo ( #28133 )
4 years ago
stygian-desolator
a45b8248cf
docs: set image preview false in placeholder demo ( #28140 )
4 years ago
Liming Jin
83e52a9555
docs: supplement Form.List errors ( #28117 )
4 years ago
Tom Xu
32a9ba52b8
chore: 🆙 upgrade react 17 ( #27268 )
#26136
4 years ago
Jarret Moses
4fad2ef958
fix: update CarouselRef goTo args ( #28090 )
4 years ago
Eugene Matvejev
dda1f2b09c
refactor: <Timeline/> move defaultProps into single destructuring ( #28094 )
4 years ago
Eugene Matvejev
2cc6b0ca05
refactor: optimize <Timeline/> bundle size ( #28095 )
* refactor: optimize <Timeline/> bundle size
* refactor: fix typo in <Timeline />
* refactor: fix typescript warning in <Timeline />
* Update Timeline.tsx
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
Sam Marks
16bc4bcdab
fix: Collapse.Panel collapsible should be optional ( #28092 )
It looks like this was broken in https://github.com/ant-design/ant-design/pull/27790 . According to `rc-collapse`, the `collapsible` prop inside Collapse.Panel is optional, so it should be optional here as well if we're just forwarding props directly to the child component.
4 years ago
二货机器人
bb60e2ef58
Revert "feat(cascader): support onSearch callback ( #28011 )" ( #28077 )
This reverts commit cff73d1f08
.
4 years ago
Eugene Molokov
1852e7553e
feat: add a focusTriggerAfterClose prop to Modal for passing down to rc-dialog ( #27985 )
* Add a focusTriggerAfterClose prop to Modal for passing down to rc-dialog
- set default value to true, similarly to rc-dialog
- add comments to the Modal docs. CN is google-translated though.
* Add a version number to docs
From code review suggestions
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: Eugeny Molokov <eugeny.molokov@fastdev.se>
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
二货机器人
2b22743a9a
chore: Narrow selection width ( #28073 )
* chore: Narrow selection width
* chore: Adjust rtl style
4 years ago
骗你是小猫咪
18c6d6fedb
feat: Image add PreviewGroup component to support multiple images preview ( #28069 )
* feat: Image add PreviewGroup component to support multiple images preview
* demo and PreviewGroup type
* add demo snapshot
4 years ago
JuniorTour
e063a3a139
fix: hook modal not trigger onCancel ( #28063 )
4 years ago
二货机器人
3923288275
feat: bump `rc-collapse` version ( #27790 )
* refactor: RM rc-animate
* put rc-animate back
* clean up
* chore: Update snasphot
* feat: suport collapsible and deprecated disabled of Panel
* docs: remove disabled of Panel
* chore: bump rc-collapse to 3.1.0
* chore: update deprecated info
* clean up
* chore: update demo and remove rc-animate
* chore: update snapshot
Co-authored-by: Kermit <kermitlx@outlook.com>
4 years ago
Ahmet Simsek
79123e65cc
docs: refactor modal demo ( #28060 )
* Update basic.md
* Update basic.md
* Update basic.md
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
二货机器人
7bea2380c5
chore: Bump tree & treeSelect version ( #28068 )
* chore: Bump version
* test: Update snapshot
4 years ago
GSBL
cff73d1f08
feat(cascader): support onSearch callback ( #28011 )
* feat(cascader): support onSearch callback
* fix(cascader): move onSearch into showSearch
* fix(cascader): rename onSearch to onChange
* fix(cascader): rename onSearch to onChange
* Update index.zh-CN.md
* Update index.en-US.md
Co-authored-by: rgbhuang <rgbhuang@tencent.com>
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
偏右
33b96d3461
perf( 📦 ): reduce alert css size ( #28067 )
4 years ago
不吃猫的鱼
73a07d075e
fix: Cascader not found content should be disabled ( #28062 )
4 years ago
jesse
4b3aa350b8
feat: Add action in Alert and replace with flexbox layout ( #25892 )
* feat: Add action in Alert and replace with flexbox layout
* update
* update test
* doc
* Revert "update"
This reverts commit aef6e135a757341becdb01082238d48f7648ec5e.
* Update index.less
* Update index.less
* update test
* Update index.test.tsx.snap
* @alert-closable-padding-right
* Update index.less
* correct top of icon
* correct top of close icon
* fix @alert-closable-padding-right
* update
* doc
* Update components/alert/demo/action.md
Co-authored-by: 偏右 <afc163@gmail.com>
* Remove duplicate css
* Simplify styles of close-icon
* font size of close icon
* update test
* update test
* Remove unused less var
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
07akioni
35ee97dad4
refactor: tree drag behavior ( #26462 )
* refactor: Tree drag behavior
* fix: cov
* docs: Tree draggable, specify the difference compared with last version
4 years ago
陈帅
4f811cbe82
docs: add a little pro-compents advertising ( #28043 )
* docs: add a little pro-compents advertising
* docs: add a little pro-compents advertising
4 years ago
偏右
81fffbfe65
fix: Collapse using Table sticky ( #28039 )
close https://github.com/ant-design/ant-design/issues/28038
4 years ago
二货机器人
0c8a2eb4ae
fix: Use capture ( #28037 )
4 years ago
Tom Xu
25f1c232c2
docs(dropdown): improve demo ( #28032 )
4 years ago
Tom Xu
94f2ae9e87
feat: Space add wrap ( #27910 )
* feat: Space add wrap
* improve
* fix
* Update index.tsx
* change doc
* change docs
* change docs
* 😂
* improve
* change doc
* improve code
* Update Item.tsx
4 years ago
zombiej
8c9abdf317
docs: Add miss prop of Select
4 years ago
Siou
d18d675443
Fix/date picker locale ( #28016 )
* fix: data picker en_GB locale
* fix: data picker zh_TW locale
4 years ago
jer-sen
2f6d0d9a68
docs: update Modal doc ( #28005 )
* Typo and clarification for Modal.method closing
* Typo
4 years ago
xrkffgg
e1663d1fc2
style: optimize descriptions border in rtl ( #28010 )
4 years ago
二货机器人
20788d870c
fix: Badge should not do motion when appear ( #28003 )
* fix: Badge no need appear motion
* test: Update snapshot
4 years ago
xrkffgg
9db881ce91
refactor: improve mixins modal-mask ( #27998 )
4 years ago
二货机器人
e19d0e0357
fix: zeroWidth trigger sider not collapsible ( #28000 )
* test: Test driven
* fix: Hooks for reuse
* test: More test case
4 years ago
xrkffgg
0cec7ff982
fix: Steps vertical style in rtl ( #27996 )
4 years ago
偏右
05a82f2d48
fix: Menu custom icon style ( #27983 )
* fix: Menu custom icon style
close #27973
* fix snapshot
4 years ago
Charlie Jonas
fc4592bc06
docs: Added missing property documentation for "searchValue" on Select component ( #27992 )
4 years ago
偏右
323f99cbf2
fix: Search button style when customize less vars ( #27986 )
close #27965
4 years ago
Eugene Matvejev
3201693f34
chore: remove not need proxy-function in <Collapse /> ( #27962 )
* chore: remove not need proxy-function in <Collapse />
* [CodeFactor] Apply fixes to commit b2fa428
[ci skip] [skip ci]
* Update Collapse.tsx
Co-authored-by: codefactor-io <support@codefactor.io>
4 years ago
Eugene Matvejev
683eec118b
chore: make < TimelineItem /> a bit lighter, drop unneeded omit.js and defaultProps ( #27961 )
4 years ago
Eugene Matvejev
41a6c655bf
refactor: remove defaultProps from <Collapse /> and move logic to destruction, as rest of props for single source of truth ( #27963 )
4 years ago
偏右
0ca5e686d9
fix: Typography.Link copyable text default behavior ( #27982 )
close #27966
4 years ago