zombiej
4f2b53ad26
docs: fix alert docs escape
2022-03-15 14:21:36 +08:00
zombiej
ac121e887c
test: Update snapshot
2022-03-15 14:13:49 +08:00
CommanderRoot
7c34addf57
refactor: replace deprecated String.prototype.substr() ( #34498 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with functions which aren't.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-15 10:41:12 +08:00
afc163
ad946f9671
docs: dropdownRender usage
...
2de1a15da9
2022-03-14 22:26:09 +08:00
Long Hao (龙濠)
bef910b9bc
refactor: move prefixCls to wrapper ( #34482 )
...
* refactor: move prefixCls to wrapper
* fix: name change
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-03-14 16:22:18 +08:00
MadCcc
c9b6a24978
chore: add focus warning for Input ( #34475 )
...
* chore: add focus warning for Input
* chore: code clean
* chore: remove duplicate variables
2022-03-14 15:37:02 +08:00
MadCcc
14e719295e
fix: input classname in affix wrapper ( #34474 )
2022-03-14 15:05:24 +08:00
EvanOne(文一)
ac130c63ca
docs(components:Cascader): supplement the API documentation ( #34466 )
...
* docs(components:Cascader): supplement the API documentation
* docs(Cascader:en-US): supplement the API documentation
2022-03-13 21:46:44 +08:00
YuTao
ed47a8e1ea
docs(module:timeline): fix typo ( #34389 )
...
* docs(module:timeline): fix typo
* docs(module:timeline): fix typo
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
2022-03-13 00:30:51 +08:00
二货机器人
2e27c00293
chore: export css variable func ( #34436 )
2022-03-11 16:16:23 +08:00
黑雨
e45fa77eb8
feat: add aria-* to Spin ( #34408 )
...
* feat: add aria
* feat: update other snap
* feat: update logic
2022-03-11 15:49:33 +08:00
二货机器人
c50bbe64bb
chore: refactor internal menu with hooks ( #34433 )
...
* chore: refactor menu with hooks
* chore: clean up
2022-03-11 15:26:29 +08:00
afc163
f987bd0479
fix: PageHeader extra gutter ( #34428 )
2022-03-11 13:34:38 +08:00
zqran
86415ef8a2
docs(Table): replace the link of TableComponents
prop with rc-table
type ( #34423 )
2022-03-11 09:52:16 +08:00
dujun
fca7210309
fix: Tooltip width in safari ( #34415 )
2022-03-10 19:47:16 +08:00
PanStar
362a99e9d4
feat: hide the last border in borderless mode ( #34366 )
2022-03-10 19:29:50 +08:00
高喵喵
fbb98f2b4f
Fix InputProps supports data attributes ( #34410 )
...
* fix: add data-xx for inputProps and convert input/_tests/index.test.js to tsx file
* fix: run tests
2022-03-10 19:26:01 +08:00
MadCcc
4c666f5775
fix: clear status in input addon ( #34412 )
2022-03-10 19:04:51 +08:00
二货机器人
b51c900847
refactor: rm useDestroy hook ( #34418 )
2022-03-10 18:54:32 +08:00
MadCcc
161f5623d5
fix: fix arrow size in default.less ( #34407 )
...
* fix: fix arrow size in default.less
* chore: code clean
2022-03-10 15:31:19 +08:00
二货机器人
3d7ed0815b
fix: not warning if Form.Item unmount ( #34405 )
2022-03-10 15:21:10 +08:00
Jungzl
75429d3b99
docs: fix select fieldNames typo ( #34399 )
2022-03-10 12:11:26 +08:00
Uladzimir Atroshchanka
662f3ade06
feat: Breadcrumb accessibility improvements ( #34082 )
...
* add accessibility to the breadcrumb component
* feat: add accessibility to the breadcrumb component
* test: breadcrumb accessibility
2022-03-10 11:46:42 +08:00
Fisher
793b61e9db
fix(transfer): footer类型定义支持direction ( #34337 )
2022-03-10 11:01:13 +08:00
二货机器人
235ab32f44
fix: Dropdown not auto adjust placement ( #34390 )
2022-03-09 19:34:46 +08:00
MadCcc
b199d9d2fa
fix: input lg font size ( #34381 )
2022-03-09 17:08:29 +08:00
Dennis273
d12614fdbb
docs(Spin): fix en-US description of spinning
prop ( #34382 )
...
Previous description indicates that Spin is visible but not spinning when `spinning === false`. According to ZH-CN doc, Spin is not visible when `spinning === false`.
2022-03-09 16:46:52 +08:00
afc163
c69604ad5f
chore: resposive.md => responsive.md ( #34368 )
...
* chore: resposive.md => responsive.md
* update snapshot
2022-03-08 21:06:06 +08:00
afc163
e1f453c988
refactor: Replace ConfigConsumer to ConfigContext ( #34365 )
2022-03-08 18:13:51 +08:00
MadCcc
33ddc539df
refactor: Input.Group use context hook ( #34361 )
2022-03-08 15:09:02 +08:00
二货机器人
8fe8df777e
fix: csp not work on icon ( #34356 )
2022-03-08 14:01:53 +08:00
MadCcc
6ef85f654d
fix: password icon color ( #34354 )
2022-03-08 13:46:11 +08:00
MadCcc
868a17736a
fix: status less compile error ( #34350 )
2022-03-08 12:10:29 +08:00
MadCcc
c7f6e1f199
refactor: clearIcon in allowClear ( #34340 )
...
* refactor: Input allowClear api upadte
* test: add test
2022-03-08 01:40:24 +08:00
MadCcc
77960c3f75
feat: Input support clearIcon ( #34325 )
...
* feat: Input support clearIcon
* docs: update Input api
2022-03-07 14:02:37 +08:00
MadCcc
8d7f137a09
test: add boolean value input test ( #34324 )
2022-03-07 13:09:07 +08:00
afc163
0acb9901ea
fix: Form.Item "React does not recognize the requiredMark prop on a DOM element" ( #34323 )
...
close #34310
2022-03-07 12:22:33 +08:00
afc163
0e27f8af7e
fix: typography title margin issue ( #34302 )
2022-03-04 22:10:16 +08:00
github-actions[bot]
d595229d6b
chore: auto merge branchs ( #34306 )
...
chore: sync feature into master
2022-03-04 13:43:17 +00:00
afc163
1df2ecd66e
fix: Tree filter select all behavior ( #34295 )
...
ref https://github.com/ant-design/ant-design/issues/34280
2022-03-04 15:36:18 +08:00
MadCcc
5d51e8b5b4
fix: limit input class due to rc-input won't override input class ( #34294 )
...
* fix: limit input class due to rc-input won't override input class
* fix: add feedback into affix judgement
2022-03-04 12:07:25 +08:00
黑雨
c7fe1c8e26
fix: editable Typography.Title should match font size while editing ( #34169 )
...
* feat: editable Typography.Title should match font size while editing
* feat: update style
* feat: update style
* feat: update style
* feat: style lint
* feat: update style
* Update components/typography/style/index.less
* Update components/typography/Editable.tsx
* feat: reorganize css
* feat: style lint
* feat: update snap
Co-authored-by: afc163 <afc163@gmail.com>
2022-03-04 11:04:20 +08:00
Karott Schu
03d8556d8c
docs: add description about onClear prop in AutoComplete doc ( #34292 )
2022-03-04 10:26:42 +08:00
github-actions[bot]
9bcd45fac2
chore: auto merge branchs ( #34266 )
...
chore: sync master into feature
2022-03-03 02:23:48 +00:00
aghArdeshir
b1fc8a5d7d
style: remove overriding !important from input border right width styles ( #34178 )
2022-03-02 18:57:15 +08:00
Zach Bird
1042829e49
fix: Form doc "resetFields" args type ( #34262 )
2022-03-02 17:39:42 +08:00
二货机器人
a05a8674e9
refactor: Wrap affix with FC ( #34254 )
...
* test: fix
* chore: ts fix
* chore: update ts def
* test: fix test
2022-03-02 17:05:59 +08:00
Long Hao (龙濠)
cfca106c4a
refactor: change usecontext of divider prepare for v5 ( #34246 )
...
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-03-02 10:10:29 +08:00
二货机器人
811fed2fc2
refactor: Update rc-slider ( #34234 )
...
* chore: Update rc-slider version
* chore: bump
* chore: update sty;e
* fix: style
* test: update snapshot
* test: all fixed
* fix lint
2022-03-01 14:48:41 +08:00
MadCcc
bfebb88bdb
feat: introduce rc-input ( #34206 )
...
* feat: introduce rc-input
* fix: export InputRef alias
* docs: fix demo
* chore: code clean
* test: fix lint
* test: test coverage
* chore: code clean
* chore: code clean
* test: update snapshot
2022-03-01 14:17:48 +08:00
github-actions[bot]
faff0ec888
chore: auto merge branchs ( #34226 )
...
chore: sync master into feature
2022-02-27 06:28:28 +00:00
qdzhaoxiaodao
1a2ced6874
feat: add variable for aliyun theme of radio ( #34194 )
...
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
2022-02-27 13:52:42 +08:00
qdzhaoxiaodao
2082b3717a
feat: add variable for aliyun theme of divider ( #34187 )
...
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
2022-02-27 13:52:26 +08:00
qdzhaoxiaodao
6c1057724a
feat: add variable for aliyun theme of modal ( #34191 )
...
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
2022-02-27 13:51:58 +08:00
qdzhaoxiaodao
3b0174dbdb
feat: add variable for aliyun theme of dropdown ( #34189 )
...
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
2022-02-27 10:52:50 +08:00
qdzhaoxiaodao
60aaa70069
feat: add variable for aliyun theme of drawer ( #34188 )
...
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
2022-02-27 10:52:21 +08:00
github-actions[bot]
2d194ecd0a
chore: auto merge branchs ( #34209 )
...
chore: merge master into feature
2022-02-25 10:52:16 +00:00
黑雨
2c56927ae9
feat: table filterSearch supports function ( #34085 )
...
* feat: table filterSearch supports function
* feat: update for test
* feat: update document
2022-02-25 16:05:18 +08:00
黑雨
086e5d8e60
feat: table FilterDropdown support clearFilters({ confirm: false, closeDropdown: false })
( #34120 )
...
* feat: table FilterDropdown support `clearFilters({ confirm: boolean })`
* feat: update `clearFilters` and `confirm`
* feat: add FilterRestProps,update document
* feat: update onReset params order
* feat: add test case
2022-02-25 16:03:22 +08:00
Long Hao (龙濠)
517ab4c3ce
fix: issue #34015 cascader document of option less isleaf param ( #34174 )
...
* fix: issue #34015 cascader document of option less isleaf param
* fix: add comment
* fix: comment change
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-02-24 10:53:51 +08:00
afc163
1c28ed37fc
fix: Dropdown item style when text is long ( #34177 )
...
close #34176
2022-02-24 10:38:26 +08:00
Dave
780da54c3b
fix(upload): onChange params type err ( #34161 )
...
* fix(upload): onChange params type err
* test(upload): check onChange params type
2022-02-23 18:44:26 +08:00
afc163
34a63e6892
chore: merge feature into master
2022-02-23 17:11:11 +08:00
afc163
07dec4cb00
perf: Improve Components render perfermance when it's not reponsive ( #34122 )
...
* perf: Improve List render perfermance when grid is undefined
https://github.com/ant-design/ant-design/pull/34106/files#diff-9e016ea02fe7dd0ea42d8774d29d45e1a10b8dd108de9c89d50c828c74b993b8R146-R151
* chore: do not export useBreakpoint param
Co-authored-by: zombiej <smith3816@gmail.com>
2022-02-21 16:48:39 +08:00
Picsong
246f90f03e
fix: Layout component SiderProps type not exported ( #34137 )
2022-02-21 13:16:27 +08:00
TrickyPi
537f4c357b
fix: del messageInstance when configuring getContainer ( #34123 )
...
* fix: del messageInstance when configuring getContainer
* test: move the new test to the bottom of the test lists
2022-02-21 12:31:39 +08:00
Di Wu
15f4452f14
fix: Invalid memoized context value in Menu ( #34121 )
2022-02-18 18:34:21 +08:00
二货机器人
a09a3255f3
fix: not crash ConfigProvider.config on server side ( #34118 )
2022-02-18 17:07:23 +08:00
afc163
386ede9297
fix: Form layout when Select has long text ( #34117 )
...
* fix: Form layout when Select has long text
close #33773
* chore: update snapshot
2022-02-18 15:46:59 +08:00
二货机器人
e0c1e0650c
docs: Multiple displayRender support ( #34116 )
2022-02-18 15:02:26 +08:00
MadCcc
2c88f606c3
fix: remove duplicated style ( #34101 )
...
* fix: remove duplicated style
* chore: reduce bundle size limitation
* chore: raise bundle size
2022-02-18 10:31:19 +08:00
二货机器人
9f602aa710
fix: Table render twice on first mount ( #34106 )
...
* fix: Table render twice
* chore: clean up
* test: Fix test case
2022-02-17 18:11:33 +08:00
MadCcc
ca15cc9b0a
feat: transfer support status ( #34098 )
...
* feat: transfer support status
* docs: update demo
2022-02-17 16:43:33 +08:00
MadCcc
bdb297ec5f
feat: AutoComplete support status ( #34096 )
...
* feat: AutoComplete support status
* test: update snapshot
2022-02-17 16:41:24 +08:00
MadCcc
fb1955573e
feat: TreeSelect support status ( #34093 )
...
* feat: TreeSelect support status
* chore: code clean
* docs: add demo version
2022-02-17 16:41:12 +08:00
MadCcc
533bc8740a
feat: cascader support status ( #34086 )
...
* feat: cascader support status
* chore: code clean
* chore: raise bundle size limitation
* chore: code clean
2022-02-17 15:08:13 +08:00
黑雨
483ebb9da1
fix: update quarter picker placeholder for RangePicker ( #34089 )
2022-02-17 13:38:49 +08:00
MadCcc
2258335e6c
feat: select support status ( #34084 )
...
* feat: select support status
* test: fix lint
2022-02-16 21:39:48 +08:00
MadCcc
8054abe81f
feat: DatePicker and TimePicker support status ( #34073 )
...
* feat: DatePicker and TimePicker support status
* docs: demo add version
* chore: code clean
2022-02-16 21:14:51 +08:00
MadCcc
65bf6550b1
feat: mentions support status ( #34071 )
...
* test: skip form deps-lint
* perf: remove useless has-feedback classname
* test: raise test coverage
* style: recover import arrangement
2022-02-16 21:14:05 +08:00
afc163
fc60b1f656
test: skip layout demo which failed a lot in argoci
2022-02-16 19:54:58 +08:00
afc163
d38363e161
docs: fix procomponents links
2022-02-16 19:54:23 +08:00
opopeieie
58c1998e1e
fix: Typography copyable in clipboard incorrect ( #34034 )
...
Co-authored-by: chenxq <chenxq@neocrm.com>
2022-02-16 19:41:06 +08:00
MadCcc
6a7acfbf6e
feat: inputNumber support status ( #34042 )
...
* feat: inputNumber support status
* test: fix test
* feat: custom status first
* refactor: getMergedStatus pass status in params
2022-02-16 11:48:24 +08:00
Filip Seman
fcd6ab67ec
chore: Update sk_SK locales ( #34061 )
...
* chore: Update sk_SK locales
* Disable eslint rule, based on defaults (EN)
2022-02-16 10:04:09 +08:00
MadCcc
186ba3a7de
chore: update snapshot
2022-02-15 14:06:17 +08:00
MadCcc
76ad890deb
Merge branch 'master' into feature-merge-master
2022-02-15 14:05:33 +08:00
zombiej
1aa2aa6868
test: Udpate test for rc-util@latest
2022-02-14 18:51:16 +08:00
MadCcc
37e042358d
feat: Input support status ( #33995 )
...
* feat: remove form status style && input support status
* test: update snapshot
* feat: update status prop in config provider
* fix: form item validateStatus support
* chore: code clean
* feat: status classname change
* test: update snapshot
* refactor: move formItemStatusContext to form folder
* refactor: merge utils
* refactor: rename statusUtils
* chore: code clean
* test: fix coverage
* chore: remove status prop of Form.Item
* chore: code clean
* docs: update demo
* test: fix lint
* feat: status only success and warning
* test: fix lint
* docs: update deamo
2022-02-14 17:09:35 +08:00
David
2843bd32dd
feat: Add ability to overwrite Menu theme at Menu.SubMenu level. ( #33971 )
...
* Add theme support to Menu.SubMenu
* Tidy up docs
* Tidy up docs
* Update components/menu/index.en-US.md
* Update components/menu/index.en-US.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Add Chinese lang docs
* Extend menu theme demo to additionally demonstrate Sub-menu theming
* Add submenu theme demo
* Revert "Extend menu theme demo to additionally demonstrate Sub-menu theming"
This reverts commit 642a2b5b72
.
* Add tests
* Correct typo
* Make demo vertical so absolutely positioned popover doesn't overflow
* Make demo functional component
* Update components/menu/index.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update components/menu/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update components/menu/demo/submenu-theme.md
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2022-02-14 15:21:33 +08:00
soso
b66016a6f7
fix: useLayoutEffect to useIsomorphicLayoutEffect ( #33818 )
...
* fix: useLayoutEffect to useIsomorphicLayoutEffect
* chore: change to rc-util/lib/hooks/useLayoutEffect
2022-02-14 14:36:05 +08:00
Michał Podeszwa
813414ce1b
fix: min/max validators in pl_PL locale returning undefined ( #34024 )
...
Co-authored-by: Michał Podeszwa <178679-michalpodeszwa@users.noreply.gitlab.com>
2022-02-14 11:42:38 +08:00
chenyizhongx
38b4a03c56
fix textarea maxlength issue ( #33910 )
...
* fix: textarea maxlength
* refactor: delete some useless code
* refactor: fix ci
* refactor and fix test case fall
* update snapshot
* add testcase
* refactor type defined
2022-02-14 11:27:52 +08:00
afc163
9eed463be3
docs: more acurrate description about Menu overflowedIndicator prop ( #34022 )
...
* docs: add info about Menu overflowedIndicator prop
close #34016
* fix doc
2022-02-12 22:01:24 +08:00
babycannotsay
a7e8f1034f
fix: cascader's onChange ts adapts to single and multiple ( #33947 )
...
* fix to: cascader's multiple determines the declaration of onChange
* fix: cascader's onChange ts adapts to single and multiple
* test: fix
2022-02-12 21:56:55 +08:00
二货机器人
31fb55adf3
chore: btn default provide default cls ( #34013 )
2022-02-11 15:02:59 +08:00
二货机器人
fe185dcbce
fix: typography ellipsis check in transform ( #34007 )
...
* fix: typography ellipsis check in transform
* test: Update snapshot
2022-02-11 14:06:06 +08:00
afc163
fd2ebe57f7
style: improve Menu :focus-visible style ( #34008 )
...
* style: improve Menu :focus-visible style
ref #34005
* style: darken :focus-visible style
2022-02-11 13:06:06 +08:00
afc163
92d5820457
chore: remove unused interface file ( #34011 )
2022-02-11 13:05:54 +08:00
afc163
0c422fe1b7
docs: improve Select dropdownRender demo style ( #34004 )
2022-02-11 10:39:10 +08:00
afc163
dc67fd7dbb
fix: Pagination and Rate style bug in Safari ( #34002 )
...
* fix: Pagination and Rate style bug in safari
close #33965
* fix style
2022-02-10 17:51:40 +08:00
renovate[bot]
9f30ca6b3f
chore(deps): update dependency react-dnd to v15 ( #33940 )
...
* chore(deps): update dependency react-dnd to v15
* fix: Tabs demo
* fix: demo
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-02-10 17:31:38 +08:00
linxianxi
19cc7d49e2
fix: Typography copyable add stopPropagation ( #33998 )
...
* fix: Typography copyable add stopPropagation
* add test
2022-02-10 16:22:31 +08:00
Jase Owens
b53d12db65
feat: Exposes additional props for pagination component on transfer ( #33954 )
...
* Exposes additional props for pagination component on transfer
* feat: Improve transfer pagination customization
* feat: Improve transfer pagination customization
2022-02-10 13:16:45 +08:00
mic-web
4f8646f957
fix: class names of Row and Col components when using custom prefix ( #33969 )
2022-02-10 11:13:25 +08:00
Di Wu
745ebf2d84
fix: Exception in enter key callback on editable or copyable Paragraph ( #33976 )
...
* fix: Exception on enter key callback
* Move spyOn position
2022-02-09 18:07:52 +08:00
黑雨
ee17f7185d
feat: inputNumber controls support customize upIcon/downIcon ( #33914 )
...
* feat: inputNumber controls support customize upIcon/downIcon
* feat: 修改代码格式问题
* feat: 更新snapshot,修改代码开启prettier
* feat: 更新snapshot,order 属性修改
* feat: upIcon/downIcon写法调整
* feat: 更新snapshot
2022-02-09 18:06:36 +08:00
github-actions[bot]
59ced6297d
chore: auto merge branchs ( #33963 )
...
chore: merge master into feature
2022-02-08 10:07:05 +00:00
MadCcc
926a8aaf8a
feat: tooltip round arrow ( #33710 )
...
* feat: tooltip round arrow
* chore: update demo
* docs: update docs
* feat: rounded arrow in Tooltip/Popover/Popconfirm/Dropdown/RangePicker
* chore: code clean
* fix: fill gap
* chore: code clean
* chore: raise css bundle size
* fix: arrow style
* feat: use full path
* test: update snapshot
* perf: hack firefox
* perf: more magic position
* perf: RangePicker's arrow position
* chore: bump rc-picker version
* fix: arrow position
2022-02-08 09:52:33 +08:00
MadCcc
a38b1e4ca5
fix: custom color should work on antd icons ( #33951 )
2022-02-08 09:52:00 +08:00
Dawnlck
17d6a5e407
fix(popover): fix the problem that popover display when the props'content is empty ( #33835 )
...
* fix(popover): fix the problem that popover display when the props'content is empty
* refactor(popover): 更新代码判断逻辑
* test(popover): 添加popover的test
* feat(popover): 更新snapshot
* feat(popover): 更新剩余的snapshot
2022-02-07 15:28:46 +08:00
github-actions[bot]
281763f345
chore: auto merge branchs ( #33945 )
...
chore: merge master into feature
2022-02-07 04:30:42 +00:00
Amour1688
1176454437
types: export DatePickRef and RangePickerRef ( close #33417 ) ( #33901 )
2022-01-31 12:04:47 +08:00
MadCcc
222ee1f3ad
Revert "revert: Revert "Merge branch 'feature' into master" ( #33903 )"
...
This reverts commit 6b1a48d5ed
.
2022-01-30 15:49:24 +08:00
MadCcc
6b1a48d5ed
revert: Revert "Merge branch 'feature' into master" ( #33903 )
...
This reverts commit 40433f357d
, reversing
changes made to 27a498e021
.
2022-01-30 15:21:41 +08:00
MadCcc
40433f357d
Merge branch 'feature' into master
2022-01-30 14:46:13 +08:00
MadCcc
27a498e021
fix: update dropdown version to 3.2.5 ( #33895 )
...
* fix: update dropdown version to 3.2.5
* test: update snapshot
2022-01-30 12:31:35 +08:00
github-actions[bot]
0d4e1b1356
chore: auto merge branchs ( #33889 )
...
chore: merge master into feature
2022-01-29 11:53:19 +00:00
MadCcc
a9bc316b80
fix: ellipsis should display tooltip if rows larger than 1 ( #33875 )
...
* fix: ellipsis should display tooltip if rows larger than 1
* test: add test case
2022-01-28 14:54:03 +08:00
tangjinzhou
eb45dbb4db
fix: block not work when small size ( #33878 )
...
https://github.com/vueComponent/ant-design-vue/issues/5219
2022-01-27 21:33:45 +08:00
MadCcc
2d66c7ecc6
fix: tooltip should work with loading switch ( #33860 )
...
* fix: tooltip should work with loading switch
* fix: only works for switch
* chore: code clean
2022-01-27 17:51:00 +08:00
黑雨
5a28417c58
feat: notification placement support 'top'/'bottom' ( #33871 )
2022-01-27 17:26:19 +08:00
Di Wu
9fe57c654a
fix: Clear timer of delayed loading after Button is unmounted ( #33858 )
...
* fix: Clear delay loading timer after Button is unmounted
* [CodeFactor] Apply fixes to commit 16cfb89
[ci skip] [skip ci]
* Change arrow function style in test case
Co-authored-by: codefactor-io <support@codefactor.io>
2022-01-27 14:06:37 +08:00
Cole
dc019dca56
fix: upload button position flashes when it changes from hidden to displayed ( #33820 )
...
* fix: fix upload button position flashes when it changes from hidden to displayed (#33819 )
* fix: typo in upload
Co-authored-by: chenqiufan <chenqiufan@shiqiao.com>
2022-01-25 11:20:46 +08:00
github-actions[bot]
d81ac2d5a9
chore: auto merge branchs ( #33823 )
...
chore: sync master into feature
2022-01-24 08:16:00 +00:00
afc163
578aaad7f2
test: fix lint
2022-01-24 11:26:26 +08:00
Eliot Sanford
a65ba8aa8a
docs: update sentence structure in the FAQ section ( #33816 )
2022-01-24 10:51:45 +08:00
Di Wu
fe23374871
fix: Invalid hook dependency array in Sider and Row ( #33804 )
2022-01-21 18:39:47 +08:00
github-actions[bot]
0c6d1512be
chore: auto merge branchs ( #33794 )
...
chore: merge master into feature
2022-01-21 05:32:19 +00:00
MadCcc
9cf0dca8fc
test: fix cascader test coverage ( #33802 )
2022-01-21 11:49:07 +08:00
afc163
5d2994ec12
style: Cascader loading icon ( #33799 )
2022-01-21 10:40:34 +08:00
王浩
6dd39c1f89
fix(checkbox): disabled checkbox should works well with tooltip ( #33772 )
...
Co-authored-by: wanghao <wanghao.wong@bytedance.com>
2022-01-20 19:23:14 +08:00
Long Hao (龙濠)
3c76de74ce
fix: Get ref of Card component #33730 ( #33784 )
...
* fix: Get ref of Card component #33730
* add test to the card ref
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-01-20 18:05:36 +08:00
Cat-XHS
daa9804824
feat: Select/DatePicker/TimePicker/TreeSelect support placement ( #33541 )
...
* feat: select components add placement api
* feat: select components add placement api
* fix: delete placement
* fix: change md demo and delete export
* feat: cascader and tree-select add placement
* feat: datapicker add placement api
* fix: change repeat static declaration to single
* test: updata test units
* doc: change doc
* fix: delete merge message & delete decalare ts
* test: fix unit test
* fix: add transName in select & treeSelect & cascader
* fix: change common api in utils
* fix: change useless if block to only
* fix: change placement string to enum
* fix: lint done
Co-authored-by: 礼检 <ljj337009@antgroup.com>
2022-01-20 16:54:47 +08:00
MadCcc
d777a5430c
fix: update prevValue of checkbox if value changed ( #33753 )
2022-01-20 10:15:42 +08:00
dengqing
30086db63f
docs: ✏️ add note comment ( #33771 )
...
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
2022-01-19 19:05:25 +08:00
afc163
85c96251d3
fix: Tag color in dark theme ( #33751 )
...
* docs: update dark theme doc
* fix: dark tag theme
2022-01-19 15:38:48 +08:00
github-actions[bot]
803be5d121
chore: auto merge branchs ( #33764 )
...
chore: merge master into feature
2022-01-19 06:28:19 +00:00
afc163
62eac5c830
chore: update Cacasder demo and remove array-tree-filter ( #33754 )
...
* chore: upgrade rc-cacasder
* update snapshot
2022-01-19 11:39:39 +08:00
MadCcc
8b4abbb1f5
feat: border color with transparency ( #33506 )
...
* feat: border color with transparency
* feat: update progess remain color with rgba(0, 0, 0, 0.06)
* feat: progress remaining color
2022-01-18 18:19:42 +08:00
二货机器人
395c549049
fix: Typography error on context ellipsis ( #33725 )
...
* chore: init measure
* chore: out of space
* refactor: Multiple render
* chore: auto cut
* feat: render split
* fix: ellipsis logic of suffix
* fix: ref missing
* fix: Tooltip missing
* test: snapshot
* chore: opt for textarea
* test: back part of ellipsis
* chore: back of ellipsis logic
* ellipsis logic
* fix: init ellipsis measure
* fix: ellipsis event
* chore: clean up
* test: Update snapshot
* fix: test
* test: Update snapshot
* chore: lazy ellipsis
* fix: check css ellipsis logic
* test: Update snapshot
* test: back of coverage
* chore: clean up
* test: ignore else
* test: clean up
2022-01-18 14:13:41 +08:00
github-actions[bot]
5a93cc024d
chore: auto merge branchs ( #33745 )
...
chore: sync master into feature
2022-01-18 03:16:08 +00:00
VIREAK KEOSOKVIBOL
121937186b
fix: some incorrect translation for km_KH ( #33738 )
...
* Add km_KH locale to component
* Add test and docs
* Fix typo
* Add test snapshot
* Fix translation
* Add test
2022-01-17 15:13:59 +08:00
zhenfan.yu
0092253460
fix Input及相关组件设置 hidden 时展示问题 ( #33735 )
...
* fix: Image 图片底部空白 #30825
* feat: Input、Input.search、Input.Textarea、Input.password 设置 hidden 时 所有 prefix or suffix or showCount or allowClear or addonBefore or addonAfter 都应该隐藏
* fix: lint
* fix: test
* fix: test ui
2022-01-15 22:08:19 +08:00
yanm1ng
54ef44be97
docs(table): upgrade react-sortable-hoc usage ( #33729 )
...
Co-authored-by: 亦逊 <eason.ym@alibaba-inc.com>
2022-01-14 18:50:02 +08:00
Di Wu
f53e615518
fix: Invalid memoized context value in LocaleProvider ( #33723 )
...
* fix: Invalid memoized context value in LocaleProvider
* Add button type in test case.
* fix: Invalid memoized context value in Anchor
2022-01-14 18:34:27 +08:00
MadCcc
f81e392d7e
docs: add controlled preview demo for Image ( #33727 )
...
* docs: add controlled preview demo for Image
* test: update snapshot
* test: fix lint error
2022-01-14 18:24:08 +08:00
PlayerWho
e38c9c5106
fix: <Icon component={SyncOutlined} spin /> shake issue. ( #33726 )
2022-01-14 15:57:24 +08:00
toSayNothing
5f9e3a8415
fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical ( fix #33681 ) ( #33716 )
...
* Steps tail shouldn't show when type is navigation and labelPlacement is vertical (fix #33681 )
* fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical
close #33681
* fix: Steps tail shouldn't show when type is navigation and labelPlacement is vertical
close #33681
2022-01-14 13:53:08 +08:00
github-actions[bot]
7d0806ba32
chore: auto merge branchs ( #33707 )
...
branch: merge master into feature
2022-01-14 03:53:35 +00:00