二货爱吃白萝卜
94edd8e917
refactor: Select like PurePanel remove motion and support auto width ( #37117 )
* refactor: Pure support open
* chore: fit content size
* test: Update snapshot
* test: back of snapshot
* test: ignore purePanel
2 years ago
MadCcc
133acffbf9
chore: v5.0.0-experimental.17
2 years ago
MadCcc
8c50cc135b
feat: algorithm array ( #37082 )
* feat: algorithm array
* chore: update deps
* chore: add default
2 years ago
yykoypj
0f2cddbbe9
refactor: remove visible prop for Tag ( #36671 )
* feat: remove visible props for Tag
* fix: remove relate snap
* feat: add warning when use visible in Tag
* Update components/tag/index.tsx
Co-authored-by: afc163 <afc163@gmail.com>
* doc: add v5-note
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2 years ago
github-actions[bot]
6d680002c0
chore: auto merge branches ( #37075 )
chore: Next merge feature
2 years ago
二货机器人
2490c4cb7f
chore: next merge feature
2 years ago
Kyrielin
c435eaad3f
feat(Tooltip): support React.Fragment as children ( #37045 )
2 years ago
Alan Deng
4b1b0e3d00
feat: custom slider handle margin left in the vertical direction ( #37001 )
2 years ago
github-actions[bot]
cb4215ba3c
chore: auto merge branches ( #37053 )
chore: next merge master
2 years ago
MadCcc
a4324aeef8
chore: recover dayjs test case
2 years ago
MadCcc
c367c51307
chore: recover test
2 years ago
MadCcc
e6335e233c
Merge branch 'master' into next-merge-master
2 years ago
yykoypj
ca73f6e3f1
chore: Remove visible usage for tag ( #36934 )
* feat: remove visible for Tag
* chore: adjust warning info
* test: back of doc
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2 years ago
陈帅
cbb8b28430
docs: add 4.22.5 changelog ( #37049 )
* add 4.22.5 changelog
* fix
2 years ago
MadCcc
bceaccd1c9
chore: v5.0.0-experimental.16
2 years ago
lijianan
de78a22130
test: migrate part of Popover tests ( #36997 )
2 years ago
lijianan
37b9c7f192
test: migrate part of Mentions tests ( #36998 )
2 years ago
dependabot[bot]
089c73d4ff
chore(deps-dev): bump stylelint-config-standard from 26.0.0 to 27.0.0 ( #37022 )
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 26.0.0 to 27.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/26.0.0...27.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
ZhiHao Li
9c01aff437
docs: fix useWatch type error ( #37013 )
2 years ago
jinrui
b63e49e9e8
style(Popover): remove incorrect box-shadow ( #37030 )
2 years ago
afc163
b9295e3010
style: fix Progress tail position ( #36996 )
2 years ago
github-actions[bot]
80f70954d4
chore: auto merge branches ( #36992 )
chore: merge master into feature
2 years ago
afc163
9230196cf0
Merge branch 'feature' into master-merge-feature
2 years ago
afc163
956d332c01
chore: update image demo snapshot
2 years ago
cl1107
00f59d32f0
🐞 fix: .ant-select-selector是content-box导致宽度不正常 ( #36971 )
* 🐞 fix: .ant-select-selector是content-box导致宽度不正常
* 🐞 fix: add resetComponent
* 🐞 fix: genItemStyle add box-sizing:border-box
2 years ago
lijianan
32bb2fe61b
fix: eslint error fix ( #36976 )
2 years ago
MadCcc
af6d58fb5b
refactor: token update ( #36973 )
* refactor: token update
* chore: code update
* chore: token update
* chore: token
2 years ago
lijianan
d6aa3aaf10
test: migrate part of Descriptions tests ( #36970 )
* refactor: rewrite header by FunctionComponent
* refactor: rewrite footer by FunctionComponent
* fix: strong type
* refactor: rewrite IconDisplay & PicSearcher & Category by FunctionComponent
* style: formatting
* pref: add useCallback/useMemo
* refactor: use typescript refactor javascript
* fix: remove string
* fix: fix eslint
* test: migrate part of Descriptions tests
* test: migrate part of Descriptions tests
* test: migrate part of Descriptions tests
2 years ago
YMiemie-cy
0fb3bc29f2
feat: Form add defaultValidateMessages.i18n az_AZ language #23369 ( #36967 )
2 years ago
hydraZty
baf84e849f
style(Select): error border exclueds pagination ( #36972 )
Co-authored-by: hydraZty <hydra_zty@163.com>
2 years ago
二货机器人
bc7a32d257
chore: update release-helper workflow
2 years ago
二货爱吃白萝卜
ad312b23a2
fix: Upload in React 18 sync problem ( #36968 )
* fix: sync flush
* test: test case
* test: fix deps
2 years ago
MadCcc
74d76038ad
chore: fix riddle demo ( #36965 )
2 years ago
二货爱吃白萝卜
dcc114e042
test: Adjust Drawer test case ( #36964 )
2 years ago
尾宿君
e51cd35143
test: replace message part test with testing lib ( #36923 )
2 years ago
尾宿君
1a3635c0fc
test: replace Calendar part test with testing lib ( #36927 )
2 years ago
尾宿君
7bbdd0d282
test: replace notification part test with testing lib ( #36924 )
2 years ago
clean99
8129bfee8b
test: refactor autocomplete test with screen and userEvent ( #36953 )
* AutoComplete(test): refactor custom input autocomplete with userEvent and screen
* AutoComplete(test): refactor dataSource is object array with screen and userEvent
* AutoComplete(test): update file name to tsx and refactor with screen
* AutoComplete(test): option test refactor
* AutoComplete(test): className test refactor
* remove fireEvent
* ignore ts error
* disable no-console
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
2 years ago
afc163
019666e57c
docs: add changelog for #36958
2 years ago
二货爱吃白萝卜
3012c77482
fix: Drawer zIndex ( #36958 )
2 years ago
Qiuhang817385
fdaa946f24
do'c's):add onChange props for useFormItemStatus description code ( #36929 )
* fix(docs):fix useFormItemStatus description code
* fix():修复CR意见
2 years ago
github-actions[bot]
68adf248b2
chore: auto merge branches ( #36955 )
chore: Next merge feature
2 years ago
afc163
3b176a9493
docs: update changelog date
2 years ago
afc163
f8cb6eb05e
docs( ✨ ): release 4.22.4 ( #36952 )
2 years ago
二货机器人
f7e7a7e373
chore: clean up
2 years ago
二货机器人
6c4a25a1e9
chore: merge feature
2 years ago
afc163
87d138ba56
docs: upgrade codesandbox to react 18 ( #36951 )
2 years ago
二货爱吃白萝卜
304b36a5bf
refactor: Replace Tabs motion ( #36943 )
* chore: bump rc-tabs
* refactor: use internal motion
* test: Update snapshot
* chore: clean up
* test: Update snapshot
* test: coverage
* test: resolve conflict
2 years ago
MadCcc
c32eafbcd1
Revert "feat: enable hash by default"
This reverts commit 86c8f945db
.
2 years ago
MadCcc
4439dff739
chore: 5.0.0-experimental.15
2 years ago