Commit graph

29767 commits

Author SHA1 Message Date
Peach
0816ad369c
docs: workaround for avoid searchbar styles async (#54241) 2025-07-01 10:59:58 +08:00
afc163
458f2cac5c
fix(select): prevent flickering on Safari with GPU compositing (#54237) 2025-06-30 17:05:06 +08:00
thinkasany
8159afddb4
chore: add for biome (#54236) 2025-06-30 15:20:48 +08:00
二货爱吃白萝卜
4a9e8474ca
docs: changelog of 5.26.3 (#54234)
* docs: changelog of 5.26.3

* chore: clean up
2025-06-30 14:29:40 +08:00
Alexis Hope
32c617ebc9
docs(InputNumber): minor grammer fixes in API (#54233) 2025-06-30 09:04:35 +08:00
dependabot[bot]
f89d3a2f76
chore: bump react-scan from 0.3.6 to 0.4.2 (#54232)
Bumps [react-scan](https://github.com/aidenybai/react-scan) from 0.3.6 to 0.4.2.
- [Release notes](https://github.com/aidenybai/react-scan/releases)
- [Commits](https://github.com/aidenybai/react-scan/compare/v0.3.6...v0.4.2)

---
updated-dependencies:
- dependency-name: react-scan
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 09:01:52 +08:00
Goat
2fa238db99
docs: translate chinese words in en-US.md (#54230) 2025-06-30 00:30:00 +08:00
kiner-tang(星河)
fb09c3fbb0
fix: fix the issue about input-number's border-radius display unexpected when with affix (#54228) 2025-06-29 23:01:02 +08:00
Goat
4257f279ec
type: update React.isValidElement type (#54229) 2025-06-29 22:19:30 +08:00
lijianan
b5856ae761
type: update missing ReactElement generics (#54226) 2025-06-29 13:37:42 +08:00
lijianan
f76049418e
chore: rm css-select & eslint-plugin-jsdoc (#54224)
* chore: rm css-select

* rm eslint-plugin-jsdoc
2025-06-29 13:19:14 +08:00
github-actions[bot]
6026f9df65
chore: auto merge branches (#54223)
chore: sync master into feature
2025-06-29 04:51:22 +00:00
lijianan
6a6065c572
site: update site hard code to i18n (#54219)
* update

* fix: fix

* fix: fix

* fix: update
2025-06-29 11:18:27 +08:00
lijianan
4c5bb176fa
site: update site haitu i18n (#54222)
* site: update haitu i18n

* Update Actions.tsx

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
2025-06-28 22:34:46 +08:00
lijianan
e03095b07c
chore: bump dotenv from 16 to 17 (#54218) 2025-06-28 14:54:11 +08:00
deathemperor
4ac95c2c67
fix: incorrect warning of FloatButton.Group shape (#54215) 2025-06-27 18:41:25 +08:00
dependabot[bot]
bb40ee91ec
chore: bump eslint-plugin-jsdoc from 51.2.1 to 51.2.3 (#54208)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 51.2.1 to 51.2.3.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v51.2.1...v51.2.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 51.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-27 09:38:52 +08:00
P-a Bäckström
a85f31dc0d
fix[ant-design#42120] use fontWeightStrong token for Typography.Text strong and tree title (#54185) 2025-06-26 09:44:41 +08:00
roy
99be912b92
fix[#54146]: DirectoryTree drop indicator overflow bug (#54183) 2025-06-25 13:50:49 +08:00
aojunhao123
8dfa84095e
chore(site): supports switching themes following the system (#54193) 2025-06-25 12:06:40 +08:00
github-actions[bot]
d5f5e9663c
chore: auto merge branches (#54192)
chore: sync master into feature
2025-06-25 03:45:24 +00:00
Wanpan
ed62b2f750
chore: Menu remove unsupported type definition (#54189)
Co-authored-by: afc163 <afc163@gmail.com>
2025-06-25 11:06:35 +08:00
afc163
ade07e0aef
dcos: Update README.md (#54191) 2025-06-24 23:42:28 +08:00
Alexis Hope
c28ba24ff7
docs: improve Tree API document (#54190) 2025-06-24 22:43:21 +08:00
zoomdong
77995bc575
docs: add more changelog for v5.26.2 (#54186)
* chore: add more changelog for v5.26.2

* chore: update

* chroe: update

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: zoomdong <1344492820@qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: zoomdong <1344492820@qq.com>

* chore: remove doc update

* chore: update build

* chore: update changelog

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: zoomdong <1344492820@qq.com>

---------

Signed-off-by: zoomdong <1344492820@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-06-24 22:21:36 +08:00
afc163
36c7ec9c87
fix: update select multiple item max-width to prevent overflow (#54181) 2025-06-24 15:47:39 +08:00
ug
a998a00c17
style: fix incorrect DatePicker small token (#53668)
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-06-24 11:24:56 +08:00
afc163
61a630a8c2
refactor: update calendar demo header layout with Flex and simplify options (#54178) 2025-06-23 15:47:50 +08:00
x1ngYu
b2be2f38b4
feat: add showCollapsibleIcon API to splitter component (#53540) (#54154) 2025-06-23 14:12:49 +08:00
renovate[bot]
e26f10fb2a
chore(deps): update dependency eslint-plugin-jsdoc to v51.2.1 (#54170)
* chore(deps): update dependency eslint-plugin-jsdoc to v51.1.1

* Update package.json

Signed-off-by: thinkasany <480968828@qq.com>

---------

Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-06-23 10:29:15 +08:00
kiner-tang(星河)
29806ccf84
docs: fix codeblock style is unclear in dark mode issue (#54160)
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-06-22 20:20:30 +08:00
lijianan
2818b26ce4
chore: unlock @biomejs/biome version (#54174) 2025-06-22 20:18:31 +08:00
遇见同学
e0610417f0
fix(Badge): fix visibility of <Badge count={0} showZero={false} /> (#54156)
Co-authored-by: lijianan <574980606@qq.com>
2025-06-22 12:37:29 +08:00
renovate[bot]
39cc6435b8
chore(deps): update dependency @biomejs/biome to v2.0.4 (#54169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-22 10:14:40 +08:00
zoomdong
b93df9090a
docs: changelog for 5.26.2 (#54153) 2025-06-22 09:51:15 +08:00
aojunhao123
8f52938d69
fix(input): correct classNames and styles TypeScript definitions (#54162)
Co-authored-by: lijianan <574980606@qq.com>
2025-06-21 22:30:27 +08:00
github-actions[bot]
ff32ecbf65
chore: auto merge branches (#54165)
chore: merge master into feature
2025-06-21 05:46:07 +00:00
lijianan
53e3a699ff
chore: rm biomejs/cli darwin arm64 (#54166)
* chore: rm biomejs/cli-darwin-arm64

* chore: rm biomejs/cli-darwin-arm64

* chore: rm biomejs/cli-darwin-arm64
2025-06-21 13:25:01 +08:00
lijianan
ddbf7102e9
chore: lock @biomejs/biome version (#54161)
* chore: lock @biomejs/biome version

* test: retry to commit

* lock

* lint: fix lint warning

---------

Signed-off-by: lijianan <574980606@qq.com>
2025-06-21 12:52:25 +08:00
遇见同学
4170b43d2f
chore: add @biomejs/cli-darwin-arm64 (#54157)
Co-authored-by: lijianan <574980606@qq.com>
2025-06-21 12:12:52 +08:00
afc163
f90fa3611d
fix: update rc-virtual-list and fix scrollbar color in dark theme (#54155)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-20 22:55:32 +08:00
github-actions[bot]
1dfdcc2f4e
chore: auto merge branches (#54140)
chore: sync feature to master
2025-06-19 07:18:21 +00:00
afc163
7b75aab9af
chore: fix eslint errors and warnings (#54137) 2025-06-19 14:53:18 +08:00
thinkasany
c60d637def
chore: sync pinSemantic (#54132) 2025-06-19 11:57:19 +08:00
afc163
5bcb54431f
chore: replace icons with svg component (#54125)
Co-authored-by: thinkasany <480968828@qq.com>
2025-06-19 11:11:20 +08:00
afc163
65a36d2527
style: fix Switch as children of Form.Item not align center (#54106) 2025-06-19 10:42:59 +08:00
github-actions[bot]
c34e0b94be
chore: auto merge branches (#54130)
chore: sync master into feature
2025-06-19 01:00:25 +00:00
dependabot[bot]
83c24f1763
chore: bump eslint-plugin-jest from 28.9.0 to 29.0.1 (#54129)
* chore: bump the dev-dependencies group with 2 updates

Bumps the dev-dependencies group with 2 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom).


Updates `eslint-plugin-jest` from 28.14.0 to 29.0.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.1)

Updates `jest-environment-jsdom` from 29.7.0 to 30.0.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-version: 29.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Signed-off-by: thinkasany <480968828@qq.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: thinkasany <480968828@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-06-19 08:11:47 +08:00
afc163
bffd396634
chore: remove unused devDeps (#54126)
* chore: remove unused devDeps

* Update package.json

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
2025-06-18 20:00:45 +08:00
dependabot[bot]
fe28d002e4
chore: migrate @biomejs/biome from 1.9.4 to 2.0.0 (#54118)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: thinkasany <480968828@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2025-06-18 18:55:45 +08:00