二货机器人
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
106acb7d5b
docs: improve Umi documentation
2022-02-16 20:00:57 +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
二货机器人
0596e338ca
perf: OPT table render perf ( #34075 )
2022-02-16 17:24:29 +08:00
xrkffgg
904ef933ef
ci: add MadCcc assign
2022-02-16 16:28:05 +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
renovate[bot]
0bfcf36d27
chore(deps): update dependency stylelint-config-standard to v25 ( #34028 )
...
* chore(deps): update dependency stylelint-config-standard to v25
* fix stylelint lint
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: tanghui <yoyo837@hotmail.com>
2022-02-15 18:18:41 +08:00
二货机器人
01df1f733c
chore: script update ( #34060 )
2022-02-15 16:57:18 +08:00
github-actions[bot]
a94d086ac4
chore: auto merge branchs ( #34056 )
...
chore: feature merge master
2022-02-15 06:28:36 +00: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
2261e6515f
docs: Patch adjust changelog desc
2022-02-15 10:46:53 +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
二货机器人
7517611c9e
docs: 4.18.7 changelog ( #34041 )
2022-02-14 16:31:36 +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
xrkffgg
9f3849efa6
ci: files modify cancel failed
2022-02-14 15:15:42 +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
c3f8568620
docs: fix missing @/services/product ( #34003 )
...
* docs: fix missing @/services/product
close #33952
* update data
2022-02-10 18:24:53 +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
MadCcc
d4ad8ce59d
docs: 4.18.6 changelog optimization ( #33990 )
2022-02-10 10:37:41 +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
renovate[bot]
29d340724e
chore(deps): update dependency react-dnd-html5-backend to v15 ( #33941 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-09 18:03:34 +08:00