Commit Graph

4591 Commits

Author SHA1 Message Date
afc163
8705640a19
fix: Upload accessibility experience (#46432)
* fix: Upload tab experience

* test: update snapshot

* fix lint
2023-12-30 15:21:52 +08:00
lijianan
1db0daffc1
Merge branch master into master-merge-feature 2023-12-30 02:40:22 +08:00
afc163
44d1b680b8
chore(deps): bump @ctrl/tinycolor from 3.6.1 to 4.0.2 (#46703)
* chore(deps): bump the dependencies group with 1 update

Bumps the dependencies group with 1 update: [@ctrl/tinycolor](https://github.com/scttcper/tinycolor).


Updates `@ctrl/tinycolor` from 3.6.1 to 4.0.2
- [Release notes](https://github.com/scttcper/tinycolor/releases)
- [Commits](https://github.com/scttcper/tinycolor/compare/v3.6.1...v4.0.2)

---
updated-dependencies:
- dependency-name: "@ctrl/tinycolor"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

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

* Update package.json

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

* fix: size-limit in master

* Update package.json

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:19:28 +08:00
dependabot[bot]
061efc2e63
chore(deps-dev): bump the dev-dependencies group with 3 updates (#46700)
* chore(deps-dev): bump the dev-dependencies group with 3 updates

Updates the requirements on [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [chalk](https://github.com/chalk/chalk) and [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) to permit the latest version.

Updates `@types/react` to 18.2.46
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `chalk` from 4.1.2 to 5.3.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0)

Updates `simple-git` to 3.22.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.22.0/simple-git)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: simple-git
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-29 21:23:23 +08:00
afc163
398f924740
docs: load some components when in-viewport (#46629)
* docs: load some components in viewport

* chore: fix lint errors

* chore: fix fallback
2023-12-28 21:27:21 +08:00
dependabot[bot]
99ea068808
chore(deps-dev): bump the dev-dependencies group with 3 updates (#46681)
* chore(deps-dev): bump the dev-dependencies group with 3 updates

Updates the requirements on [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [chalk](https://github.com/chalk/chalk) and [open](https://github.com/sindresorhus/open) to permit the latest version.

Updates `@testing-library/jest-dom` to 6.1.6
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6)

Updates `chalk` from 4.1.2 to 5.3.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0)

Updates `open` to 10.0.2
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: open
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-28 21:14:02 +08:00
dependabot[bot]
ffb70fadc6
chore(deps): bump the dependencies group with 2 updates (#46680)
* chore(deps): bump the dependencies group with 2 updates

Updates the requirements on [@ctrl/tinycolor](https://github.com/scttcper/tinycolor) and [classnames](https://github.com/JedWatson/classnames) to permit the latest version.

Updates `@ctrl/tinycolor` from 3.6.1 to 4.0.2
- [Release notes](https://github.com/scttcper/tinycolor/releases)
- [Commits](https://github.com/scttcper/tinycolor/compare/v3.6.1...v4.0.2)

Updates `classnames` to 2.5.0
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](https://github.com/JedWatson/classnames/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: "@ctrl/tinycolor"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: classnames
  dependency-type: direct:production
  dependency-group: dependencies
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-28 21:13:54 +08:00
dependabot[bot]
a876e8a71f
chore(deps): update rc-pagination requirement from ~4.0.3 to ~4.0.4 (#46684)
Updates the requirements on [rc-pagination](https://github.com/react-component/pagination) to permit the latest version.
- [Release notes](https://github.com/react-component/pagination/releases)
- [Changelog](https://github.com/react-component/pagination/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-component/pagination/compare/v4.0.3...v4.0.4)

---
updated-dependencies:
- dependency-name: rc-pagination
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-28 20:44:02 +08:00
Amumu
38375f3c31
chore: bump rc version (#46676)
* chore: bump rc version

* chore: use variant
2023-12-28 17:27:58 +08:00
dependabot[bot]
717883218b
chore(deps-dev): bump the dev-dependencies group with 41 updates (#46657)
* chore(deps-dev): bump the dev-dependencies group with 41 updates

Updates the requirements on [@antv/g6](https://github.com/antvis/g6), [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin), [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@emotion/react](https://github.com/emotion-js/emotion), [@size-limit/file](https://github.com/ai/size-limit), [@testing-library/jest-dom](https://github.com/testing-library/jest-dom), [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [@types/jest-axe](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest-axe), [@types/jest-image-snapshot](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest-image-snapshot), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react), [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [ali-oss](https://github.com/ali-sdk/ali-oss), [antd-img-crop](https://github.com/nanxiaobei/antd-img-crop), [antd-style](https://github.com/ant-design/antd-style), [chalk](https://github.com/chalk/chalk), [dumi-plugin-color-chunk](https://github.com/Wxh16144/dumi-plugin-color-chunk), [eslint](https://github.com/eslint/eslint), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import), [fs-extra](https://github.com/jprichardson/node-fs-extra), [gh-pages](https://github.com/tschaub/gh-pages), [jest-image-snapshot](https://github.com/americanexpress/jest-image-snapshot), [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer), [jsdom](https://github.com/jsdom/jsdom), [lint-staged](https://github.com/okonet/lint-staged), [open](https://github.com/sindresorhus/open), [prettier](https://github.com/prettier/prettier), [prettier-plugin-jsdoc](https://github.com/hosseinmd/prettier-plugin-jsdoc), [puppeteer](https://github.com/puppeteer/puppeteer), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [regenerator-runtime](https://github.com/facebook/regenerator), [sharp](https://github.com/lovell/sharp), [size-limit](https://github.com/ai/size-limit), [stylelint](https://github.com/stylelint/stylelint), [terser](https://github.com/terser/terser), [tsx](https://github.com/privatenumber/tsx) and [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.

Updates `@antv/g6` to 4.8.24
- [Release notes](https://github.com/antvis/g6/releases)
- [Changelog](https://github.com/antvis/G6/blob/master/CHANGELOG.md)
- [Commits](https://github.com/antvis/g6/commits)

Updates `@babel/eslint-plugin` to 7.23.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.5/eslint/babel-eslint-plugin)

Updates `@biomejs/biome` to 1.4.1
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.4.1/packages/@biomejs/biome)

Updates `@emotion/react` to 11.11.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.1...@emotion/react@11.11.3)

Updates `@size-limit/file` to 11.0.1
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/11.0.0...11.0.1)

Updates `@testing-library/jest-dom` to 6.1.5
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.4...v6.1.5)

Updates `@types/jest` to 29.5.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `@types/jest-axe` to 3.5.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest-axe)

Updates `@types/jest-image-snapshot` to 6.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest-image-snapshot)

Updates `@types/node` to 20.10.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/qs` to 6.9.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)

Updates `@types/react` to 18.2.45
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` to 18.2.18
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` to 6.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` to 6.16.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.16.0/packages/parser)

Updates `ali-oss` to 6.19.0
- [Release notes](https://github.com/ali-sdk/ali-oss/releases)
- [Changelog](https://github.com/ali-sdk/ali-oss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ali-sdk/ali-oss/compare/v6.18.1...v6.19.0)

Updates `antd-img-crop` to 4.18.0
- [Commits](https://github.com/nanxiaobei/antd-img-crop/commits)

Updates `antd-style` to 3.6.1
- [Release notes](https://github.com/ant-design/antd-style/releases)
- [Changelog](https://github.com/ant-design/antd-style/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ant-design/antd-style/compare/v3.5.2...v3.6.1)

Updates `chalk` from 4.1.2 to 5.3.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0)

Updates `dumi-plugin-color-chunk` to 1.1.0
- [Release notes](https://github.com/Wxh16144/dumi-plugin-color-chunk/releases)
- [Changelog](https://github.com/Wxh16144/dumi-plugin-color-chunk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Wxh16144/dumi-plugin-color-chunk/compare/v1.0.4...v1.1.0)

Updates `eslint` to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.56.0)

Updates `eslint-config-prettier` to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.0.0...v9.1.0)

Updates `eslint-plugin-import` to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1)

Updates `fs-extra` to 11.2.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

Updates `gh-pages` to 6.1.1
- [Release notes](https://github.com/tschaub/gh-pages/releases)
- [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/gh-pages/compare/v6.1.0...v6.1.1)

Updates `jest-image-snapshot` to 6.4.0
- [Release notes](https://github.com/americanexpress/jest-image-snapshot/releases)
- [Changelog](https://github.com/americanexpress/jest-image-snapshot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/americanexpress/jest-image-snapshot/compare/v6.2.0...v6.4.0)

Updates `jest-puppeteer` to 9.0.2
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v9.0.2/packages/jest-puppeteer)

Updates `jsdom` to 23.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/23.0.0...23.0.1)

Updates `lint-staged` to 15.2.0
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.1.0...v15.2.0)

Updates `open` to 10.0.1
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v10.0.0...v10.0.1)

Updates `prettier` to 3.1.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.1.1)

Updates `prettier-plugin-jsdoc` to 1.3.0
- [Release notes](https://github.com/hosseinmd/prettier-plugin-jsdoc/releases)
- [Changelog](https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hosseinmd/prettier-plugin-jsdoc/compare/v1.1.1...v1.3.0)

Updates `puppeteer` to 21.6.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.5.2...puppeteer-v21.6.1)

Updates `react-router-dom` to 6.21.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.21.1/packages/react-router-dom)

Updates `regenerator-runtime` to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.14.0...regenerator-runtime@0.14.1)

Updates `sharp` to 0.33.1
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.33.0...v0.33.1)

Updates `size-limit` to 11.0.1
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/11.0.0...11.0.1)

Updates `stylelint` to 16.1.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.0.0...16.1.0)

Updates `terser` to 5.26.0
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.24.0...v5.26.0)

Updates `tsx` to 4.7.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.6.0...v4.7.0)

Updates `typescript` to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

---
updated-dependencies:
- dependency-name: "@antv/g6"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@babel/eslint-plugin"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@emotion/react"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@size-limit/file"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/jest-axe"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/jest-image-snapshot"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/qs"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: ali-oss
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: antd-img-crop
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: antd-style
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: dumi-plugin-color-chunk
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: fs-extra
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: gh-pages
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: jest-image-snapshot
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: jsdom
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: open
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: prettier-plugin-jsdoc
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: regenerator-runtime
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: sharp
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: size-limit
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: terser
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  dependency-group: dev-dependencies
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-12-27 21:45:21 +08:00
lijianan
ceed05b50a
Merge branch master into master-merge-feature 2023-12-27 19:50:35 +08:00
lijianan
0cd5d64f06
chore: update size-limit 2023-12-27 19:49:59 +08:00
dependabot[bot]
9ebc0a0124
chore(deps): bump the dependencies group with 3 updates (#46653)
* chore(deps): bump the dependencies group with 4 updates

Updates the requirements on [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@ctrl/tinycolor](https://github.com/scttcper/tinycolor), [classnames](https://github.com/JedWatson/classnames) and [dayjs](https://github.com/iamkun/dayjs) to permit the latest version.

Updates `@babel/runtime` to 7.23.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-runtime)

Updates `@ctrl/tinycolor` from 3.6.1 to 4.0.2
- [Release notes](https://github.com/scttcper/tinycolor/releases)
- [Commits](https://github.com/scttcper/tinycolor/compare/v3.6.1...v4.0.2)

Updates `classnames` to 2.4.0
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.4.0)

Updates `dayjs` to 1.11.10
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.1...v1.11.10)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: "@ctrl/tinycolor"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: classnames
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: dayjs
  dependency-type: direct:production
  dependency-group: dependencies
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-27 19:45:52 +08:00
叶枫
81ab20be35 feat: merge master 2023-12-27 14:42:51 +08:00
github-actions[bot]
76e9558bc2
chore: upgrade deps (#46620)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-26 02:30:14 +08:00
dependabot[bot]
678f6ca5c4
chore(deps-dev): bump stylelint-config-standard from 35.0.0 to 36.0.0 (#46614)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 35.0.0 to 36.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/35.0.0...36.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 22:55:54 +08:00
lijianan
0c1a50251d
Merge branch master into master-merge-feature 2023-12-23 02:56:03 +08:00
Amumu
c6e3ffc3d4
chore: bump rc-* (#46590) 2023-12-22 19:59:16 +08:00
dependabot[bot]
6536e2fde6
chore(deps-dev): bump vanilla-jsoneditor from 0.20.0 to 0.21.1 (#46594)
Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) from 0.20.0 to 0.21.1.
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/josdejong/svelte-jsoneditor/compare/v0.20.0...v0.21.1)

---
updated-dependencies:
- dependency-name: vanilla-jsoneditor
  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>
2023-12-22 19:58:47 +08:00
MadCcc
59b58417c3
docs: changelog 5.12.5 (#46589)
* docs: changelog 5.12.5

* chore: update
2023-12-22 17:58:05 +08:00
lijianan
5609a4ce69
Merge branch master into master-merge-feature 2023-12-22 06:42:44 +08:00
github-actions[bot]
4bfdfdccdb
chore: upgrade deps (#46575)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-22 03:31:58 +08:00
lijianan
a09ed506d3
chore: merge master into feature 2023-12-22 03:26:11 +08:00
dependabot[bot]
def84479aa
chore(deps-dev): bump eslint-plugin-unicorn from 49.0.0 to 50.0.1 (#46570)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 49.0.0 to 50.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v49.0.0...v50.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 20:07:17 +08:00
二货爱吃白萝卜
eff720837c
test: Update image snapshot logic (#46529)
* test: mix snapshot

* test: clean up

* test: fix order

* test: fix test logic

* test: fix reset

* test: refactor code

* test: clean fetch

* chore: lint

* test: clean up

* test: delay check

* chore: refactor fetch

* docs: update diff html

* test: add ssr support

* chore: part use ssr

* chore: update style

* chore: slice of it

* docs: fix cut
2023-12-21 10:30:08 +08:00
dependabot[bot]
e5d3288915
chore(deps-dev): bump open from 9.1.0 to 10.0.0 (#46534)
Bumps [open](https://github.com/sindresorhus/open) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](https://github.com/sindresorhus/open/compare/v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 20:40:03 +08:00
MadCcc
03ac98a4a0
docs: changelog 5.12.4 (#46532) 2023-12-19 19:09:24 +08:00
github-actions[bot]
3c2205874c
chore: upgrade deps (#46521)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-19 04:52:56 +08:00
MadCcc
3af521d422
feat: Input/InputNumber/Mentions support filled variant (#46435)
* feat: Input filled variant

* feat: InputNumber filled variant

* feat: mentions variant

* fix: TextArea status with affix

* chore: update snapshot

* chore: update snapshot

* feat: pagination input

* fix: fix diff

* feat: input-number disabled

* fixL InputNumber

* chore: update snapshot

* feat: better style

* chore: update

* chore: update snapshot

* feat: use variant classNames

* chore: update snapshot

* feat: mentions affix style

* chore
2023-12-18 17:53:31 +08:00
陈帅
49e60459d9
docs: add 5.12.3 changelog (#46505)
* docs: add 5.12.3 changelog

* remove :

* update

* merge

* remove
2023-12-18 15:16:01 +08:00
github-actions[bot]
0e1545964c
chore: auto merge branches (#46419)
chore: feature merge master
2023-12-13 06:18:31 +00:00
github-actions[bot]
e073d99427
chore: upgrade deps (#46412)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-13 02:24:59 +08:00
github-actions[bot]
7c21018f4f
chore: auto merge branches (#46406)
chore: merge master into feature
2023-12-12 11:28:30 +00:00
dependabot[bot]
dcf9e64451
chore(deps-dev): bump stylelint-prettier from 4.1.0 to 5.0.0 (#46388)
Bumps [stylelint-prettier](https://github.com/prettier/stylelint-prettier) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/prettier/stylelint-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/stylelint-prettier/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: stylelint-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 22:52:00 +08:00
afc163
4ece652041
docs(): release 5.12.2 (#46387)
* docs(): release 5.12.2

* docs: add changelog for pagination
2023-12-11 19:04:46 +08:00
vagusX
ca93a6f2e9
ci: fix visual-diff report charset issue in html (#46380) 2023-12-11 17:37:07 +08:00
vagusX
2cc68acd9e
ci: add issue comment content limit and full verson html report (#46373) 2023-12-10 23:37:16 +08:00
renovate[bot]
2881a8f118
chore(deps): update npm to v10.2.5 (#46358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 11:36:02 +08:00
renovate[bot]
7137066ca4
chore(deps): update dependency sharp to ^0.33.0 (#46359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-10 11:35:38 +08:00
vagusX
8d7e0bc922
feat: new visual regression implements (#46127) 2023-12-09 21:49:47 +08:00
lijianan
95b959cfd4
chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 35.0.0 (#46352)
* chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 35.0.0

* fix: fix

* fix: fix
2023-12-09 19:51:13 +08:00
github-actions[bot]
2eaa1f4e2e
chore: upgrade deps (#46344)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-09 06:34:26 +08:00
dependabot[bot]
99ef73cf20
chore(deps-dev): bump vanilla-jsoneditor from 0.19.0 to 0.20.0 (#46321)
Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/josdejong/svelte-jsoneditor/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: vanilla-jsoneditor
  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>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-08 20:24:00 +08:00
github-actions[bot]
740cca77ca
chore: upgrade deps (#46328)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-08 20:17:58 +08:00
lijianan
7b771c5db2
feat: Tabs support indicatorAlign prop (#46308)
* feat: Tabs support indicatorPosition prop

* update demo

* Update components/tabs/demo/custom-indicator.tsx

Co-authored-by: 红 <wxh1220@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* update demo

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 红 <wxh1220@gmail.com>
2023-12-08 20:14:39 +08:00
github-actions[bot]
1aa5bc1d68
chore: auto merge branches (#46338)
chore: feature merge master
2023-12-08 10:22:05 +00:00
MadCcc
792a0a4a0d
ci: codesandbox install with npm (#46341)
* ci: codesandbox install with npm

* chore: use npm ci

* Revert "chore: use npm ci"

This reverts commit d24e2acafc.
2023-12-08 17:56:33 +08:00
vagusX
c4ad37991e
ci: persist image snapshots (#46311)
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-12-07 16:35:16 +08:00
MadCcc
a4286e170a
fix: tour arrow pointAtCenter (#46301) 2023-12-07 13:57:26 +08:00
github-actions[bot]
d0cc4087dd
chore: upgrade deps (#46255)
* chore: upgrade deps

* upgrade and fix snapshot

---------

Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: tanghui <yoyo837@hotmail.com>
2023-12-06 20:22:42 +08:00
MadCcc
e191962226
docs: changelog 5.12.1 (#46251)
* docs: changelog 5.12.1

* docs: update
2023-12-04 20:20:43 +08:00
vagusX
d4a3dc63a3
docs: changelog 5.12.0 (#46236)
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-12-04 16:35:33 +08:00
github-actions[bot]
71152b04ff
chore: upgrade deps (#46224)
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-04 14:00:27 +08:00
82781bd1f3
deps: bump rc-pagination@4.x (#46204)
* deps: bump rc-pagination@4.x

* chore: update snap
2023-12-01 17:15:46 +08:00
MadCcc
8816dc04c7 Merge branch 'master' into feature-merge-master 2023-11-30 20:22:00 +08:00
MadCcc
acf056ce72
ci: remove argos usage (#46185) 2023-11-30 20:14:35 +08:00
叶枫
f5e0408649
feat: support selector (#46180)
* feat: support selector

* fix: ts text

* feat: md

* feat: snap
2023-11-30 17:34:50 +08:00
MadCcc
0f7f0cc6e4
feat: deprecate onAfterChange for onChangeComplete (#46182) 2023-11-30 13:37:46 +08:00
MadCcc
c4b8c9df93
refactor: genStyleHooks (#46038)
* refactor: genStyleHooks

* chore: update sciprt

* refactor: affix

* refactor: select

* chore: update

* refactor: update

* refactor: update

* refactor: done

* chore: code clean

* chore: code clean

* chore: fix lint

* chore: decrease size limit

* chore: code clean

* chore: code clean

* chore: remove export
2023-11-29 17:23:45 +08:00
lijianan
fee85c5fa1
Merge branch master into master-merge-feature 2023-11-29 03:32:56 +08:00
github-actions[bot]
5fe1401959
chore: upgrade deps (#46142)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-11-29 03:05:09 +08:00
vagusX
32eccfdd88
ci: make puppeteer works when reusing node_modules (#46107)
* feat: update

* feat: add options as root user

* chore: update

* chore: update

* feat: move puppeteer into node_modules cache

* chore: update

* fix: update

* fix: typo for push

* chore: cleanup

* fix: make persist finish works

* chore: test tar speed

* chore: debug tar files

* fix: clone firstly

* fix: clone with token

* chore: local passed

* fix: commit not cm

* fix: git config --local

* chore: clean up

* chore: update

* fix: replace token to user_id
2023-11-28 19:42:35 +08:00
lijianan
1eee6d90ce
feat: Tab Item support icon prop (#46096)
* feat: Tab Item support icon prop

* Update package.json

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

* fix: fix

* fix: fix

* fix: fix style

* Update components/tabs/style/index.ts

Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* Update components/tabs/style/index.ts

Co-authored-by: MadCcc <madccc@foxmail.com>
Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-11-28 11:49:10 +08:00
lijianan
cc5724481c
Merge branch master into master-merge-feature 2023-11-28 07:58:49 +08:00
MadCcc
f38abb243e
docs: 5.11.5 (#46104)
* docs: 5.11.5

* chore: update
2023-11-27 19:15:04 +08:00
MadCcc
0e360ed861
chore: bump antd-tools version (#46103)
* chore: bump antd-tools version

* chore: bump
2023-11-27 17:53:05 +08:00
lijianan
363559d667
chore(deps): bump jsdom from 22.0.0 to 23.0.0 (#46093) 2023-11-27 10:15:01 +08:00
lijianan
f96100ce63
chore(deps): bump typescript from 5.2.2 to 5.3.0 (#45970)
* chore(deps): bump typescript to 5.3.0

* Update package.json

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

---------

Signed-off-by: lijianan <574980606@qq.com>
2023-11-27 10:12:31 +08:00
renovate[bot]
3068750d45
chore(deps): update dependency vanilla-jsoneditor to ^0.19.0 (#46090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-26 10:24:00 +08:00
lijianan
5fdf98bc9e
fix: revert chalk 2023-11-25 05:30:41 +08:00
lijianan
244339d16e
chore: merge master into feature 2023-11-25 05:25:29 +08:00
xrkffgg
0a1c26f1bf
docs: add changelog 5.11.4 (#46062)
* docs: add changelog 5.11.4

* docs: update
2023-11-24 18:52:58 +08:00
kiner-tang(文辉)
953fe6fa7e
fix: Fix image group preview z index in nested modal (#46035)
* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations

* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations

* fix: Fixed Image.PreviewGroup preview in a nested modal where z-index Settings did not meet expectations

* test: update test case

* test: update test case

* bump: rc-menu@7.5.1

* feat: optimize code

* feat: optimize code

* feat: optimize code
2023-11-24 16:17:52 +08:00
lijianan
f25da5c4ab
chore: update package.json size-limit 2023-11-23 20:59:22 +08:00
lijianan
927e4a7883
chore: update package.json size-limit 2023-11-23 20:52:12 +08:00
lijianan
57b5ec4dd6
chore: merge master into feature 2023-11-23 20:43:11 +08:00
MadCcc
5b5087dcee
chore: migrate to webpack@5 (#45926)
* chore: migrate to webpack@5

* chore: bump

* chore: remove openssl-legacy-provider

* chore: update

* chore: update

* chore: ls webpack

* chore: update  webpack

* chore: update ci

* chore: bump version

* chore: bump

* chore: use forked duplicate check

* chore: bump

* chore: code clean

* chore: update ci

* Revert "chore: update ci"

This reverts commit 0307146dc8.

* chore: update ci
2023-11-23 20:15:12 +08:00
lijianan
17dff7c630
chore: merge master into feature 2023-11-23 03:09:24 +08:00
二货爱吃白萝卜
ce9041bf97
docs: 5.11.3 changelog (#46018)
* docs: 5.11.3 changelog

* Update package.json

Signed-off-by: Amumu <yoyo837@hotmail.com>

* docs: fix locale

* docs: update changelog

---------

Signed-off-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-11-22 19:31:56 +08:00
afc163
5aafe6d39a site: use vanilla-tilt.js for banner motion 2023-11-22 17:57:53 +08:00
JarvisArt
5829120f02
feat: added mobile touch event Interaction for Images (#45989) 2023-11-22 10:17:39 +08:00
kiner-tang(文辉)
ef9971c8ee
fix: Fixed image preview in a nested modal where z-index Settings did not meet expectations (#45979) 2023-11-21 15:53:39 +08:00
MadCcc
682904a9ec
feat: preserve breakpoint tokens value (#45981) 2023-11-21 15:26:41 +08:00
MadCcc
2ff2ec72ed
fix: style missing when re-mount (#45969) 2023-11-21 09:20:40 +08:00
renovate[bot]
370dab72ca
chore(deps): update npm to v10.2.4 (#45956)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-19 10:46:51 +08:00
Peach
d13aad62da
docs: changelog for 5.11.2 (#45946)
* docs: changelog for 5.11.2

* chore: bump version to 5.11.2

* docs: update changelog
2023-11-17 15:40:37 +08:00
MadCcc
78a95cffbb Merge branch 'master' into feature-merge-master 2023-11-15 16:16:20 +08:00
dependabot[bot]
ab4863cce7
chore(deps-dev): bump size-limit from 10.0.3 to 11.0.0 (#45877)
* chore(deps-dev): bump size-limit from 10.0.3 to 11.0.0

Bumps [size-limit](https://github.com/ai/size-limit) from 10.0.3 to 11.0.0.
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/10.0.3...11.0.0)

---
updated-dependencies:
- dependency-name: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-11-14 20:37:26 +08:00
二货爱吃白萝卜
a5649f1695
chore: bump table (#45857) 2023-11-14 11:01:49 +08:00
lijianan
4266517ddd
chore: merge master into feature 2023-11-14 02:59:19 +08:00
github-actions[bot]
ac39eab16e
chore: upgrade deps (#45851)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-11-14 02:37:36 +08:00
MadCcc
f0e3e0ba70 chore: update size-limit 2023-11-13 15:55:22 +08:00
MadCcc
3a0ab9d371
chore: add lint for cssVar (#45828)
* chore: add lint for css var

* chore: code clean

* chore: use linter

* chore: code clean

* chore: clean

* chore: update

* chore: code clean
2023-11-13 11:56:13 +08:00
dependabot[bot]
9ae02f7ccf
chore(deps-dev): bump tsx from 3.14.0 to 4.1.0 (#45790)
Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.1.0.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v3.14.0...v4.1.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-10 23:11:31 +08:00
kiner-tang(文辉)
5386b6204e Merge branch 'master' into feature-merge-master 2023-11-10 09:52:43 +08:00
github-actions[bot]
6098906fc8
chore: upgrade deps (#45772)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-11-10 03:49:50 +08:00
二货爱吃白萝卜
9d57f6f3e4
docs: 5.11.1 changelog (#45768)
* docs: 5.11.1 changelog

* docs: fix typo

* docs: rm useless log
2023-11-09 20:01:28 +08:00
dependabot[bot]
dea8dea14f
chore(deps-dev): bump @types/gtag.js from 0.0.17 to 0.0.18 (#45767)
Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) from 0.0.17 to 0.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js)

---
updated-dependencies:
- dependency-name: "@types/gtag.js"
  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>
2023-11-09 19:59:55 +08:00
lijianan
9aac9415a5
chore(deps): bump @rc-component/tour from 1.10.0 to 1.11.0 (#45751)
* docs: update Tour docs

* chore(deps-dev): bump @rc-component/tour to 1.11.0
2023-11-09 14:50:01 +08:00
MadCcc
85eea4ff06 Merge branch 'master' into feature-merge-master 2023-11-09 10:27:56 +08:00
dependabot[bot]
8dc11ee7f3
chore(deps-dev): bump @dnd-kit/modifiers from 6.0.1 to 7.0.0 (#45728)
Bumps [@dnd-kit/modifiers](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/modifiers) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/modifiers/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/modifiers@7.0.0/packages/modifiers)

---
updated-dependencies:
- dependency-name: "@dnd-kit/modifiers"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 01:45:22 +08:00
dependabot[bot]
7fda232405
chore(deps-dev): bump @dnd-kit/sortable from 7.0.2 to 8.0.0 (#45729)
Bumps [@dnd-kit/sortable](https://github.com/clauderic/dnd-kit/tree/HEAD/packages/sortable) from 7.0.2 to 8.0.0.
- [Release notes](https://github.com/clauderic/dnd-kit/releases)
- [Changelog](https://github.com/clauderic/dnd-kit/blob/master/packages/sortable/CHANGELOG.md)
- [Commits](https://github.com/clauderic/dnd-kit/commits/@dnd-kit/sortable@8.0.0/packages/sortable)

---
updated-dependencies:
- dependency-name: "@dnd-kit/sortable"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 01:39:34 +08:00
dependabot[bot]
6edc1d18a5
chore(deps-dev): bump @types/isomorphic-fetch from 0.0.38 to 0.0.39 (#45731)
Bumps [@types/isomorphic-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/isomorphic-fetch) from 0.0.38 to 0.0.39.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/isomorphic-fetch)

---
updated-dependencies:
- dependency-name: "@types/isomorphic-fetch"
  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>
2023-11-08 22:55:35 +08:00
github-actions[bot]
236ac80adb
chore: auto merge branches (#45710)
chore: feature merge master
2023-11-08 04:12:57 +00:00
github-actions[bot]
284347c37f
chore: upgrade deps (#45692)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-11-07 04:10:41 +08:00
MadCcc
6d11dacdcc Merge branch 'master' into feature-merge-master 2023-11-06 11:31:59 +08:00
MadCcc
3b5a915ddf
fix: notification style width (#45681)
* fix: notification style width

* chore: code clean

* chore: update size-limit
2023-11-06 11:29:41 +08:00
MadCcc
5f1dd427df
feat: css var (#45589)
* feat: css variables theme

* chore: temp

* chore temp

* chore: temp

* chore: temp

* chore: tmp

* chore: temp

* feat: full css variables

* feat: css var

* chore: code clean

* chore: code clean

* chore: bump cssinjs

* test: fix lint

* feat: better key logic

* feat: useStyle add param rootCls for cssVar scope

* chore: fix lint

* chore: code clean

* chore: fix lint

* perf: minimize component token size

* chore: make useId compatible

* chore: code clean

* chore: fix lint

* chore: code clean

* chore: update test case

* feat: genCSSVarRegister

* feat: RPN Calculator

* chore: add test for css var

* chore: code clean

* test: add test for calc

* feat: better calc type

* chore: code clean

* chore: update size limit

* feat: better useCSSVar

* chore: better useCSSVar

* test: add cov

* feat: better calc logic

* test: add test case

* chore: code clean

---------

Signed-off-by: MadCcc <madccc@foxmail.com>
2023-11-06 10:31:51 +08:00
renovate[bot]
ea25528d77
chore(deps): update npm to v10.2.3 (#45675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-05 10:31:26 +08:00
MadCcc
7616c359f4
docs: changelog 5.11.0 (#45649)
* :spark: docs: changelog 5.11.0

* docs: type

* docs: update

* docs: update
2023-11-03 17:13:47 +08:00
afc163
f46587b3ca
fix: Slider handler should be movable after click tracker (#45651)
* fix: Slider handler should be movable after click tracker

* Apply suggestions from code review

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
2023-11-03 16:29:34 +08:00
Amumu
d7e2330a12
chore: bump rc-* (#45650) 2023-11-03 16:07:38 +08:00
MadCcc
52d2439fae Merge branch 'master' into feature-merge-master 2023-11-03 10:18:19 +08:00
dependabot[bot]
d9902eb367
chore(deps-dev): bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (#45639)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 48.0.1 to 49.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v48.0.1...v49.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 00:18:38 +08:00
叶枫
923aaba047
chore: add lodash eslint (#45627) 2023-11-02 15:10:56 +08:00
红果汁
fc5610653e
feat: Implement optionRender API (#45529)
* feat: implement optionRender api

* chore: bump rc-cascader

* chore: bump rc-tree-select

* docs: update demo

* Update components/select/demo/option-render.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>

* Update components/select/demo/option-render.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>

* Update components/select/index.en-US.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>

* Update components/select/index.zh-CN.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 红果汁 <pingfj77@gmail.com>

* docs: fix doc

* test: update snap

* docs: rename prop

---------

Signed-off-by: 红果汁 <pingfj77@gmail.com>
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
2023-10-31 10:26:53 +08:00
陈帅
768504d83f
docs: add 5.10.3 changelog (#45578)
* docs: add changelog

* docs: add changelog

* add

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* add

* add

* fix lint

* add

---------

Signed-off-by: 陈帅 <qixian.cs@outlook.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-10-30 19:57:36 +08:00
Amumu
ee311ac05d
chore: bump rc-* (#45579) 2023-10-30 09:50:45 +08:00
lijianan
77f16cf5b1
type: unlock @types/react version (#45573)
* chore: Unlock @types/react & typescript version

* Update package.json

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

---------

Signed-off-by: lijianan <574980606@qq.com>
2023-10-29 15:22:35 +08:00
栗嘉男
661f3e8323 Merge branch 'master' into feature-merge-master 2023-10-29 14:04:47 +08:00
renovate[bot]
b61cb0163d
chore(deps): update dependency size-limit to v10 (#45571)
* chore(deps): update dependency size-limit to v10

* Update package.json

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-29 13:45:20 +08:00
dependabot[bot]
b4ec2e7f59
chore(deps-dev): bump @types/react from 18.2.31 to 18.2.33 (#45545)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.31 to 18.2.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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>
2023-10-26 21:21:06 +08:00
MadCcc
2dbcd200db
feat: Pagination support combine simple and pageSizeChanger (#45538) 2023-10-26 16:15:18 +08:00
dependabot[bot]
41b34091b9
chore(deps-dev): bump @argos-ci/core from 0.12.0 to 1.0.0 (#45531)
Bumps [@argos-ci/core](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) from 0.12.0 to 1.0.0.
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/core@1.0.0/packages/core)

---
updated-dependencies:
- dependency-name: "@argos-ci/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-25 23:19:16 +08:00
kiner-tang(文辉)
bceb2e2504 Merge branch 'feature' into refactor-z-index-context 2023-10-24 22:28:30 +08:00
github-actions[bot]
2940f626d4
chore: auto merge branches (#45501)
chore: merge master into feature
2023-10-23 16:26:10 +00:00
MadCcc
67165a78fc
docs: live demo (#45383)
* docs: live demo

* chore: bump dumi

* chore: fix lint

* chore: fix lint

* chore: update demo

* chore: bump dumi

* docs: enhance live demo

* docs: update text
2023-10-23 22:49:49 +08:00
lijianan
c41eb668e8
chore: update size-limit (#45499) 2023-10-23 21:43:40 +08:00
kiner-tang(文辉)
e7402691c1
feat: z-index container opt (#45490)
* feat: container opt

* feat: container opt

* feat: container opt

* feat: container opt
2023-10-23 04:16:41 -05:00
MadCcc
5f50a9e92a
fix: notification duplicate style (#45487) 2023-10-23 16:32:40 +08:00
renovate[bot]
0924d75f6d
chore(deps): update npm to v10 (#45476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-22 14:29:50 +08:00
renovate[bot]
b8cb078ee1
chore(deps): update npm to v9.9.0 (#45474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-22 13:46:31 +08:00
renovate[bot]
9c3d4dc534
chore(deps): update dependency @types/gtag.js to ^0.0.17 (#45472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-22 13:45:59 +08:00
renovate[bot]
fce8ece2e6
chore(deps): update dependency @types/react to v18.2.31 (#45473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-21 22:01:12 -05:00
yoyo837
77846177bc Merge branch 'master' into feature-merge-master 2023-10-21 09:16:54 +08:00
afc163
efabab0c67
docs(): release 5.10.2 (#45451)
* docs(): release 5.10.2

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>

* Apply suggestions from code review

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-20 21:34:41 +08:00
dependabot[bot]
63084c6e90
chore(deps-dev): bump @types/isomorphic-fetch from 0.0.37 to 0.0.38 (#45454)
Bumps [@types/isomorphic-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/isomorphic-fetch) from 0.0.37 to 0.0.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/isomorphic-fetch)

---
updated-dependencies:
- dependency-name: "@types/isomorphic-fetch"
  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>
2023-10-20 21:06:22 +08:00
Amumu
049f41c525
chore: bump rc-* (#45453) 2023-10-20 07:58:42 -05:00
kiner-tang(文辉)
bff04cdbfc Merge branch 'feature' into refactor-z-index-context 2023-10-20 14:02:22 +08:00
github-actions[bot]
f25fd3cac7
chore: auto merge branches (#45444)
chore: merge master into feature
2023-10-20 06:01:13 +00:00
kiner-tang(文辉)
029641a9de
chore: lock @types/react version to 18.2.29 (#45440) 2023-10-20 11:26:46 +08:00
kiner-tang(文辉)
d51de67bc8 Merge branch 'feature' into refactor-z-index-context 2023-10-20 10:16:32 +08:00
kiner-tang(文辉)
dde36511e6
feat: Modal & Select support z-index context to manage z-index (#45346)
* feat: z-index manager

* feat: z-index manager

* feat: update snap

* chore: update site-limit

* feat: optimize code

* feat: optimize code

* feat: add test case

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code
2023-10-19 02:03:20 -05:00
二货爱吃白萝卜
2e8e67fcea
feat: support changeOnBlur (#45395) 2023-10-18 13:50:46 +08:00
二货爱吃白萝卜
3ab42ad0db
feat: support dirty (#45389) 2023-10-17 20:45:05 +08:00
二货爱吃白萝卜
d8140e03b5
Merge pull request #45381 from ant-design/master
chore: feature merge master
2023-10-17 14:06:52 +08:00
二货爱吃白萝卜
11cdac4a02
chore: bump rc-tabs (#45370)
* chore: bump rc-tabs

* chore: update limit

* chore: fix lint
2023-10-17 10:50:12 +08:00
MadCcc
984977177a
docs: bump theme editor (#45369) 2023-10-16 20:37:05 +08:00
二货爱吃白萝卜
98a8d30439
feat: Tabs items support destroyInactiveTabPane (#45359) 2023-10-16 13:40:47 +08:00
二货爱吃白萝卜
9a045193d3
fix: InputNumber dynamic formatter (#45325)
* chore: bump rc-input-number

* test: update test case
2023-10-16 11:39:30 +08:00
kiner-tang(文辉)
dce878233f
feat: add site:test:update command (#45357)
* feat: add site:test:update command

* feat: optimize code
2023-10-15 22:20:56 -05:00
Konv Suu
5453055dcb
chore: update package manager field (#45327) 2023-10-16 09:52:00 +08:00
栗嘉男
0de095cc03 Merge branch 'master' into master-merge-feature 2023-10-15 20:38:10 +08:00
MadCcc
bfa9addfce
docs: changelog 5.10.1 (#45329)
* docs: changelog 5.10.1

* chore: update

* docs: update

* fix: CSP nonce attribute should be set to all the style tags (#45326) (#45334)

Co-authored-by: Alexey Teterin <ateterin@naumen.ru>

* docs: update

* chore: update

* chore: update

* docs: update

---------

Co-authored-by: Alexey Teterin <59282193+AlexeyTeterin@users.noreply.github.com>
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
2023-10-15 17:47:01 +08:00
lijianan
5b47f16c46 Merge branch master into master-merge-feature 2023-10-15 11:33:46 +08:00
lijianan
8b486f3d7f Merge branch master into master-merge-feature 2023-10-15 11:33:10 +08:00
renovate[bot]
67e503b254
chore(deps): update dependency lint-staged to v15 (#45344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 10:36:01 +08:00
afc163
e587a5ff68
chore: update select snapshot (#45333) 2023-10-13 20:56:06 +08:00
Amumu
92644fe2d3
chore: bump rc-* (#45330) 2023-10-13 05:08:41 -05:00
二货爱吃白萝卜
317dac6a8e
refactor: more cache (#45302)
* chore: cache

* chore: clean up

* chore: clean up

* refactor: part

* chore: bump

* chore: fix lint

* chore: fix lint

* chore: fix alt
2023-10-13 11:54:05 +08:00
二货爱吃白萝卜
012e8781c5
Merge pull request #45271 from ant-design/master
chore: feature merge master
2023-10-12 10:58:20 +08:00
二货爱吃白萝卜
8024bbd346
fix: ListField reset should not fill it (#45284) 2023-10-11 23:13:13 +08:00
二货爱吃白萝卜
bef9539e22
feat: Table support scrollTo reference (#45245)
* feat: add ref

* feat: table support reference

* chore: rename

* chore: proxy

* test: add test case

* chore: fix lint

* docs: update desc

* docs: update desc

* docs: update desc

* chore: clean up

* chore: fix lint
2023-10-11 13:55:20 +08:00
afc163
083fd55be3
chore: remove --force-exit in jest options (#45002)
* test: try some jest options

* Apply suggestions from code review

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
2023-10-10 21:24:27 -05:00
二货爱吃白萝卜
6af1d95cf4
feat: Input & TextArea support count (#45140)
* docs: init

* chore: update example

* test: update test

* docs: update doc

* chore: fix lint

* chore: update limit
2023-10-10 16:22:23 +08:00
xrkffgg
d66737f83c
docs: add changelog 5.10.0 (#45244)
* docs: add changelog 5.10.0

* fix: lint

* fix: lint

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>

* fix: doc

---------

Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-10 15:19:09 +08:00
Amumu
13fdc39d3b
chore: bump rc (#45228) 2023-10-09 15:19:21 +08:00
MadCcc
854db006c4
Merge pull request #45225 from ant-design/master
chore: merge master into feature
2023-10-09 14:20:11 +08:00
4ed70bad0a
chore(deps): bump antd-style@3.5.0 (#45220)
Signed-off-by: 红 <wxh1220@gmail.com>
2023-10-08 06:50:55 -05:00
renovate[bot]
9c905bd1b9
chore(deps): update dependency @types/gtag.js to ^0.0.16 (#45205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-08 09:38:27 +08:00
lijianan
e1f3b795e5
Merge pull request #45198 from ant-design/master
chore: merge master into feature
2023-10-07 17:00:49 +08:00
Amumu
485e95236d
chore: update snapshot (#45196) 2023-10-07 03:03:54 -05:00
栗嘉男
ad5efc0fc3 chore: merge master into feature 2023-10-05 03:13:04 +08:00
Amumu
3524c68354
chore: bump deps for 5.x (#45176) 2023-10-05 02:54:53 +08:00
栗嘉男
726c25ca84 fix: fix 2023-10-03 11:06:00 +08:00
栗嘉男
b972466de9 fix: fix 2023-10-03 10:52:04 +08:00
lijianan
853ec97351
fix: fix master CI FAIL (#45162) 2023-10-03 08:09:46 +08:00
renovate[bot]
9cae3430ba
chore(deps): update dependency @types/isomorphic-fetch to ^0.0.37 (#45152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-30 19:54:08 -05:00
renovate[bot]
a83a693cc2
chore(deps): update dependency remark-cli to v12 (#45039)
* chore(deps): update dependency remark-cli to v12

* fix: fix lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-30 20:50:11 +08:00
Peach
716dcf611d
docs: changelog for 5.9.4 (#45129)
* docs: changelog for 5.9.4

* chore: bump version to 5.9.4
2023-09-28 14:13:12 +08:00
github-actions[bot]
d4cdcefcfc
chore: auto merge branches (#45117)
chore: feature merge master
2023-09-27 12:55:52 +00:00
二货爱吃白萝卜
7e692ad585
feat: Cascader.Panel support (#45089)
* chore: init

* chore: panel style

* docs: update demo

* chore: fill style

* test: update snapshot

* docs: update demo

* chore: push

* docs: update desc

* chore: fix icons

* chore: use shared hooks

* test: update snapshot

* chore: fix lint
2023-09-26 17:34:49 +08:00
afc163
774195782b
feat: bump antd-tools (#45101)
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
2023-09-26 17:32:05 +08:00
kiner-tang(文辉)
e91abf3df3
Revert "chore: enable resolvePackageJsonExports (#45085)" (#45092)
This reverts commit e85054879e.
2023-09-26 14:40:51 +08:00
Vladimir Yamshikov
d07ad8f504
fix: rc-table error (#45090)
Co-authored-by: yamshikovvs <iamshchikov.vs@edu.rut-miit.ru>
2023-09-26 14:38:23 +08:00
MadCcc
735ae7440c
chore: bump dumi (#44877)
* chore: bump dumi

* chore: bump

* chore: bump

* chore: add overrides

* chore: bump

* chore: bump dumi

---------

Signed-off-by: MadCcc <1075746765@qq.com>
2023-09-26 13:49:30 +08:00
kiner-tang(文辉)
e85054879e
chore: enable resolvePackageJsonExports (#45085)
* chore: enable resolvePackageJsonExports

* Update package.json

Co-authored-by: Amumu <yoyo837@hotmail.com>
Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>

---------

Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-09-26 11:39:04 +08:00
kiner-tang(文辉)
69d048784f
feat: Drawer support classNames (#44935)
* feat: drawer support classNames

* docs: update docs

* feat: bump rc-drawer

* feat: bump rc-drawer

* feat: optimize style

* feat: optimize type

* feat: optimize type

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 20:37:37 +08:00
github-actions[bot]
01a62798a6
chore: auto merge branches (#45067)
chore: feature merge master
2023-09-25 10:15:22 +00:00
kiner-tang(文辉)
ceed98582c
feat(modal): support classNames (#44934)
* feat: modal support classNames

* docs: update docs

* feat: bump rc-dialog

* feat: bump rc-dialog

* feat: update rc-image

* feat: optimize style

* feat: optimize type

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

---------

Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
2023-09-25 14:27:41 +08:00
二货爱吃白萝卜
687977445c
docs: changelog of 5.9.3 (#45049)
* docs: changelog of 5.9.3

* docs: update

* docs: update

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-25 13:38:29 +08:00
github-actions[bot]
db541f9907
chore: auto merge branches (#45047)
chore: merge master into feature
2023-09-25 03:36:55 +00:00
kiner-tang(文辉)
a40254e30c
chore: lock glob version to 10.3.6 (#45045) 2023-09-25 10:15:16 +08:00
renovate[bot]
4f643e7091
chore(deps): update dependency @types/gtag.js to ^0.0.14 (#45037)
* chore(deps): update dependency @types/gtag.js to ^0.0.14

* rerun CI

* rerun CI

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
2023-09-24 22:10:30 +08:00
二货爱吃白萝卜
3e325f4eed
feat: add fresh prop for tooltip (#45020)
* chore: init

* docs: add fresh

* docs: add faq

* docs: update
2023-09-22 15:45:22 +08:00
二货爱吃白萝卜
05878dd300
feat: Slider support multiple points (#45000)
* feat: slider support multiple & classNames

* test: update snapshot

* chore: fix lint
2023-09-22 14:19:53 +08:00
github-actions[bot]
081b33d7b8
chore: auto merge branches (#44995)
chore: feature merge master
2023-09-21 09:30:12 +00:00
二货爱吃白萝卜
2329880074
fix: Popover / Tooltip jump when height change (#44976)
* chore: use dynamicInset

* test: update snapshot

* test: update snapshot

* chore: bump rc-trigger

* chore: update snapshot
2023-09-20 19:59:26 +08:00
二货爱吃白萝卜
b53f8af15c
chore: bump select like rc (#44978) 2023-09-20 19:14:00 +08:00
a9d6422722
docs: improve display of color block in docs (#44790)
* chore: update blog style

* Revert "chore: update blog style"

This reverts commit afc0a1d927.

* Revert "site: update docs styles (#39348)"

This reverts commit 4a803962eb.

# Conflicts:
#	.dumi/theme/builtins/ColorChunk/index.tsx
#	.dumi/theme/builtins/TokenTable/index.tsx
#	docs/react/customize-theme.en-US.md
#	docs/react/customize-theme.zh-CN.md

* chore: revert

* chore:revert

* chore: rename props

* chore: update

* chore(deps): add `dumi-plugin-color-chunk` plugin

* chore: update docs

* chore: update

* Update package.json

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 红 <wxh16144@qq.com>

* docs: pick #44945

Co-authored-by: RedJue <RedJue@users.noreply.github.com>

---------

Signed-off-by: 红 <wxh16144@qq.com>
Signed-off-by: 红 <wxh1220@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: RedJue <RedJue@users.noreply.github.com>
2023-09-20 16:59:56 +08:00
kiner-tang(文辉)
3cd47b9a4e Merge branch 'master' into feature-merge-master 2023-09-20 14:37:33 +08:00
afc163
5c99a5ee49
type: fix type errors of React.Key (#44938)
* type: fix .dumi typing error

* type: fix React.Key type error

* type: fix React.Key type error

* type: fix React.Key type error

* type: fix React.Key type error

* Apply suggestions from code review

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

* fix: test case

* fix: test case

* chore: use @types/react latest version

* Apply suggestions from code review

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

* chore: update form def

* chore: more ts

* chore: revert demo ts

* chore: bump ver

* chore: fix more

* chore: fix demo

* chore: back of ci

* chore: fix ts

* chore: fix ts

* chore: part of it

* chore: fix ts

* chore: bump ver

* chore: fix lint

* chore: fix

* test: update test

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-09-20 11:01:49 +08:00
dependabot[bot]
89a646e64c
chore(deps-dev): bump remark from 14.0.3 to 15.0.1 (#44951)
Bumps [remark](https://github.com/remarkjs/remark) from 14.0.3 to 15.0.1.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/14.0.3...15.0.1)

---
updated-dependencies:
- dependency-name: remark
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 00:21:34 +08:00
afc163
9455ebec44
docs: update 5.9.2 changelog and lock @types/react (#44943)
* docs: update 5.9.2 changelog and lock @types/react

* docs: update 5.9.2 changelog and lock @types/react
2023-09-19 12:35:37 +08:00
dependabot[bot]
fb4751eb7a
chore(deps-dev): bump @argos-ci/core from 0.11.1 to 0.12.0 (#44936)
Bumps [@argos-ci/core](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/core@0.12.0/packages/core)

---
updated-dependencies:
- dependency-name: "@argos-ci/core"
  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>
2023-09-18 21:32:51 +08:00
afc163
cf753f6943
docs(): release 5.9.2 (#44933) 2023-09-18 18:33:35 +08:00
Peach
c8ff57dadf
chore(deps): move @types/jsdom to dev dependencies (#44917) 2023-09-18 10:15:04 +08:00
lijianan
a0699ea1a0
type: fix .dumi type error (#44916) 2023-09-17 23:32:14 +08:00
afc163
62e338c775
type: enable type prompt for .dumirc.ts (#44886)
* type: fix .dumi missing types

* Update tsconfig.json

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

* Update tsconfig.json

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

* Update tsconfig.json

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

* chore: clear tsconfig.json

* chore: update dumi version declaration

* type: correct unified plugin types

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
2023-09-17 21:52:01 +08:00
kiner-tang(文辉)
6571615249 chore: update site-limit 2023-09-16 11:28:19 +08:00
kiner-tang(文辉)
4717b5c649 Merge branch 'master' into feature-merge-master 2023-09-16 11:11:47 +08:00
MadCcc
622e4325bf
docs: changelog 5.9.1 (#44880)
* docs: changelog 5.9.1

* Update CHANGELOG.zh-CN.md

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-15 13:37:48 +08:00
JiaQi
f3c1871b20
chore: bump rc-picker (#44845)
* chore: bump rc-picker

* Update package.json

* Update cell-render.tsx

---------

Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-14 14:56:57 +08:00
叶枫
10c78d3778
chore: dumi init (#44834) 2023-09-13 18:48:01 +08:00
二货爱吃白萝卜
23870913b1
fix: Table virtual with narrow columns (#44818)
* fix: resize & border logic

* fix: auto width

* chore: clean up

* fix: lint

* chore: cov

* chore: lint
2023-09-13 17:53:54 +08:00
MadCcc
c5bed69883
feat: notification support stack (#44618)
* feat: notification stack

* feat: notification support stack

* docs: add demo

* fix: message animation

* chore: better imports

* test: fix pure panel

* feat: code optimize

* chore: update snapshot

* chore: update test case

* test: update test

* chore: update deps

* chore: bump rc-notification

* feat: add backdrop filter

* chore

* feat: add token colorBgBlur

* chore: bump

* feat: update colorBgBlur in dark mode

* fix: compatible with safari

---------

Signed-off-by: MadCcc <1075746765@qq.com>
2023-09-13 15:19:18 +08:00
MadCcc
3596c8811e
chore: ts script (#44761)
* chore: ts script

* chore: fix lint
2023-09-11 16:10:25 +08:00
lijianan
3e97fee28c
chore: Migrate CJS to ESM (#44744) 2023-09-11 09:48:27 +08:00
lijianan
535a7da43d
chore: Migrate CJS to ESM (#44742) 2023-09-11 09:47:36 +08:00
renovate[bot]
bdf8c436fa
chore(deps): update dependency @argos-ci/core to ^0.11.0 (#44736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-10 11:39:44 +08:00
Amumu
9a1fbad69c
chore: bump rc-* (#44709) 2023-09-08 12:53:45 +08:00
Dunqing
3b6b840555
chore: missing @types/jsdom (#44689) 2023-09-07 19:15:00 +08:00
Dunqing
a41a756186
chore: using tsx instead of ts-node (#44688)
* chore: using `tsx` instead of `ts-node`

* chore: update script

* chore: missing tsx
2023-09-07 17:00:13 +08:00
lijianan
ff845fe668
chore: lock @swc/core 1.3.82 (#44680) 2023-09-07 14:55:13 +08:00
期贤
0ef1cd147f change version 2023-09-07 12:05:33 +08:00
期贤
a873471f5a merge 2023-09-07 12:05:16 +08:00
dependabot[bot]
d266ca2a34
chore(deps-dev): bump size-limit from 8.2.6 to 9.0.0 (#44664)
* chore(deps-dev): bump size-limit from 8.2.6 to 9.0.0

Bumps [size-limit](https://github.com/ai/size-limit) from 8.2.6 to 9.0.0.
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/size-limit/compare/8.2.6...9.0.0)

---
updated-dependencies:
- dependency-name: size-limit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-06 20:30:26 +08:00
二货爱吃白萝卜
ee8cf22aa6
feat: Form validation support validateDebounce (#44633)
* chore: bump rc-field-form

* docs: add debounce demo

* docs: update demo

* test: update snapshot

* docs: typo
2023-09-05 19:52:06 +08:00
MadCcc
114ff39f8c Merge branch 'master' into feature-merge-master 2023-09-05 13:41:06 +08:00
Dunqing
f0c105d262
feat: insert use client automatically at compilations instead of hardcode (#44608)
* feat: remove the hardcode of `use client`

* chore: update `@ant-design/tools`

* test: update

* fix: incorrect dictionary

* chore: update dep

* ci: check use client

* chore: update ci

* fix: should be LIB_DIR

* ci: should only run in dist

* chore: update check tsx files
2023-09-04 19:27:20 +08:00
afc163
54316f719c
test: disable timeout for puppeteer waitForSelector (#44611) 2023-09-04 17:58:51 +08:00
yoyo837
ad46da1697 Merge branch 'master' into feature-merge-master 2023-09-03 00:22:34 +08:00
afc163
8099247df4
docs(): release 5.8.6 (#44597)
* docs(): release 5.8.6

* chore: add changelog

* Apply suggestions from code review

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

---------

Signed-off-by: afc163 <afc163@gmail.com>
2023-09-02 19:25:43 +08:00
afc163
5706f21dfb
chore: skip husky install in ci environment (#44600)
https://typicode.github.io/husky/guide.html#with-is-ci
2023-09-02 19:05:46 +08:00
lijianan
9f8d68d857
fix: fix CI fail (#44592) 2023-09-02 16:01:41 +08:00
Amumu
edf907bf11
fix: slider track draggale range height/width error (#44503)
* fix: slider track draggale range height/width error

* chore: style
2023-09-02 00:16:01 +08:00
kiner-tang(文辉)
e23cc690e7
feat: support hide expandIcon (#44554)
* site: hide theme example menu's expandIcon

* feat: optimize code

* feat: optimize code

* feat: update test case
2023-09-01 11:09:48 +08:00
栗嘉男
b12d69cf42 chore: merge master into feature 2023-09-01 00:02:50 +08:00
二货爱吃白萝卜
d3c2f75ed3
refactor: ConfirmModal layout to fix batch of bug (#44557)
* refactor: Modal confirm style

* test: fix test case

* chore: merge wireframe

* chore: modify limit

* test: update snapshot
2023-08-31 22:21:32 +08:00
lijianan
a608bfa08a
chore: fix form demo error (#44549)
* fix: fix form demo error

* update snap
2023-08-31 21:23:02 +08:00
MadCcc
b0dd138fba
feat: ConfigProvider support Tabs indicatorSize (#44517)
* feat: ConfigProvider support tabs.indicatorLength

* feat: ConfigProvider support card.tabProps

* Revert "feat: ConfigProvider support card.tabProps"

This reverts commit 817af9a6bb.

* chore: rename

* docs: add demo
2023-08-30 21:28:45 +08:00
咲奈Sakina
e88581c798
chore: migrate rome to biome (#44522)
* chore: migrate rome to biome

* Update package.json

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>

---------

Signed-off-by: 咲奈Sakina <59400654+fz6m@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-30 11:59:55 +08:00
栗嘉男
f5de0209e6 Merge branch 'master' into feature-merge-master 2023-08-29 22:34:55 +08:00
dependabot[bot]
64fd1cd145
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.5.0 (#44515)
* chore(deps-dev): bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Update package.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-08-29 22:29:13 +08:00
二货机器人
620e168cfc chore: feature merge master 2023-08-29 19:51:31 +08:00
MadCcc
629efb7d5d
perf: Notification style should be generated when shown (#44488)
* fix: Notification style should be generated when shown

* chore: bump rc-notification

* chore: code clean

* feat: update
2023-08-29 19:31:12 +08:00
MadCcc
07c03d12ef
feat: Tabs support indicatorLength (#44406)
* feat: Tabs support indicatorLength

* chore: bump rc-menu

* chore: bump rc-mentions

* chore: update menu snapshot

* chore: snapshot

---------

Signed-off-by: MadCcc <1075746765@qq.com>
2023-08-29 17:32:20 +08:00
二货机器人
16f8228249 chore: merge master 2023-08-28 21:56:37 +08:00
二货爱吃白萝卜
6f2bddd5a1
feat: Table support virtual (#44349)
* chore: update demo

* chore: adjust fixed style

* chore: opt scroll height

* chore: clean up

* chore: update demo

* chore: bump rc-virtual-list

* chore: update deps

* chore: bump rc-table

* fix: clean up

* chore: fix demo

* test: add test case
2023-08-28 17:36:23 +08:00
vagusX
bbbc3d9bd5
docs: v5.8.5 (#44461) 2023-08-28 17:18:13 +08:00