qdzhaoxiaodao
3b0174dbdb
feat: add variable for aliyun theme of dropdown ( #34189 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago
qdzhaoxiaodao
60aaa70069
feat: add variable for aliyun theme of drawer ( #34188 )
Co-authored-by: zhaohonghai <wb-zhh767523@alibaba-inc.com>
3 years ago
Amumu
5903f40724
chore: lock eslint-plugin-react ( #34214 )
* Revert "test: disabled react/jsx-key"
This reverts commit 7d64967d63
.
* chore: lock eslint-plugin-react@7.28.0
3 years ago
afc163
7d64967d63
test: disabled react/jsx-key
3 years ago
KaKaHuoLuoTe
0ed868989d
docs: add MasterGo to design assets ( #34055 )
* docs: add MasterGo to design assets
* chore: update mastergo links
3 years ago
李瀚
c2423b50a8
fix: Overview page EditableProTable link error ( #34181 )
3 years ago
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>
3 years ago
afc163
1c28ed37fc
fix: Dropdown item style when text is long ( #34177 )
close #34176
3 years ago
Dave
780da54c3b
fix(upload): onChange params type err ( #34161 )
* fix(upload): onChange params type err
* test(upload): check onChange params type
3 years ago
afc163
cfaad0edce
chore: fix Chinese expression about "的地得" ( #34173 )
close #34167
3 years ago
afc163
eecf0da7e4
chore: fix ts error in site
3 years ago
MadCcc
c05fd4ac55
fix: form initial values get modified ( #34153 )
3 years ago
Peach
6628d8ba3d
docs: 4.18.8 changelog ( #34146 )
* chore: bump version to 4.18.8
* docs: 4.18.8 changelog
* docs: update changelog
* docs: update changelog
* docs: update changelog
3 years ago
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>
3 years ago
Picsong
246f90f03e
fix: Layout component SiderProps type not exported ( #34137 )
3 years ago
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
3 years ago
stefango
6f71af263e
docs: fix grammar error ( #34138 )
in customize-theme-variable.zh-CN.md
3 years ago
renovate[bot]
e9179b7f1e
chore(deps): update actions-cool/issues-helper action to v3 ( #34132 )
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
4e54ff693d
chore(deps): update dependency eslint-plugin-unicorn to v41 ( #34133 )
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Di Wu
15f4452f14
fix: Invalid memoized context value in Menu ( #34121 )
3 years ago
二货机器人
a09a3255f3
fix: not crash ConfigProvider.config on server side ( #34118 )
3 years ago
afc163
386ede9297
fix: Form layout when Select has long text ( #34117 )
* fix: Form layout when Select has long text
close #33773
* chore: update snapshot
3 years ago
二货机器人
e0c1e0650c
docs: Multiple displayRender support ( #34116 )
3 years ago
二货机器人
9f602aa710
fix: Table render twice on first mount ( #34106 )
* fix: Table render twice
* chore: clean up
* test: Fix test case
3 years ago
afc163
106acb7d5b
docs: improve Umi documentation
3 years ago
afc163
fc60b1f656
test: skip layout demo which failed a lot in argoci
3 years ago
afc163
d38363e161
docs: fix procomponents links
3 years ago
opopeieie
58c1998e1e
fix: Typography copyable in clipboard incorrect ( #34034 )
Co-authored-by: chenxq <chenxq@neocrm.com>
3 years ago
二货机器人
0596e338ca
perf: OPT table render perf ( #34075 )
3 years ago
xrkffgg
904ef933ef
ci: add MadCcc assign
3 years ago
Filip Seman
fcd6ab67ec
chore: Update sk_SK locales ( #34061 )
* chore: Update sk_SK locales
* Disable eslint rule, based on defaults (EN)
3 years ago
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>
3 years ago
二货机器人
01df1f733c
chore: script update ( #34060 )
3 years ago
zombiej
2261e6515f
docs: Patch adjust changelog desc
3 years ago
zombiej
1aa2aa6868
test: Udpate test for rc-util@latest
3 years ago
二货机器人
7517611c9e
docs: 4.18.7 changelog ( #34041 )
3 years ago
xrkffgg
9f3849efa6
ci: files modify cancel failed
3 years ago
soso
b66016a6f7
fix: useLayoutEffect to useIsomorphicLayoutEffect ( #33818 )
* fix: useLayoutEffect to useIsomorphicLayoutEffect
* chore: change to rc-util/lib/hooks/useLayoutEffect
3 years ago
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>
3 years ago
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
3 years ago
afc163
9eed463be3
docs: more acurrate description about Menu overflowedIndicator prop ( #34022 )
* docs: add info about Menu overflowedIndicator prop
close #34016
* fix doc
3 years ago
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
3 years ago
二货机器人
31fb55adf3
chore: btn default provide default cls ( #34013 )
3 years ago
二货机器人
fe185dcbce
fix: typography ellipsis check in transform ( #34007 )
* fix: typography ellipsis check in transform
* test: Update snapshot
3 years ago
afc163
fd2ebe57f7
style: improve Menu :focus-visible style ( #34008 )
* style: improve Menu :focus-visible style
ref #34005
* style: darken :focus-visible style
3 years ago
afc163
92d5820457
chore: remove unused interface file ( #34011 )
3 years ago
afc163
0c422fe1b7
docs: improve Select dropdownRender demo style ( #34004 )
3 years ago
afc163
c3f8568620
docs: fix missing @/services/product ( #34003 )
* docs: fix missing @/services/product
close #33952
* update data
3 years ago
afc163
dc67fd7dbb
fix: Pagination and Rate style bug in Safari ( #34002 )
* fix: Pagination and Rate style bug in safari
close #33965
* fix style
3 years ago
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>
3 years ago