Commit Graph

22608 Commits

Author SHA1 Message Date
Rex Zeng
df98cbb3e9
test(affix): fix query selector error (#37414) 2022-09-06 08:57:39 +08:00
lijianan
175e0d1ff4
refactor: performance optimize (#37408)
* style: performance optimize

* style: rename
2022-09-06 08:55:38 +08:00
lijianan
c34caad24c
test: js => ts (#37392)
* test: js => ts

* test: add test

* fix: fix eslint error

* test: add test case

* fix: fix test error

* fix: fix eslint error

* fix: fix eslint error

* fix: eslint error fix

* fix: fallback eslint config & add test case

* test: add all test case

* fix: bugfix

* fix: bugFix

* fix: bugFix

* fix: bugFix

* fix: lint

* fix: add React.createRef

* fix: add breadcrumbName in Routes

* fix: any commit for restart ci/cd

* fix: remove type

* fix: test fix

* fix: test fix

* fix: add ts-ignore for id

* test: add Icon test case

* test: remove ts-ignore

* test: add Icon test case
2022-09-05 19:41:32 +08:00
Rex Zeng
f212b339c7
test(affix): split the last checkpoint (#37386) 2022-09-05 09:49:22 +08:00
MadCcc
3b5c2f5d8a docs: fix date 2022-09-04 20:18:39 +08:00
MadCcc
b8501c4ca2
docs: changelog 4.23.0 (#37395) 2022-09-04 20:03:30 +08:00
afc163
e8a02e703c
chore: fix locale snapshot (#37394) 2022-09-04 18:20:51 +08:00
ZdenekKrcal
235c3064f7
Add missing translations for czech language (cs_CZ) (#37388) 2022-09-04 17:35:23 +08:00
github-actions[bot]
7846d69bbf
chore: auto merge branches (#37390)
chore: master merge feature
2022-09-04 08:11:17 +00:00
MadCcc
90ff9cfb7c Merge branch 'master' into master-merge-feature 2022-09-04 15:46:52 +08:00
MadCcc
abbc85c049
chore: lock eslint-plugin-react (#37391) 2022-09-04 15:46:32 +08:00
MadCcc
e5e2159882 Merge branch 'feature' into master-merge-feature 2022-09-04 14:46:28 +08:00
Rex Zeng
77b9607ba7
test(affix): migrate test to testing-library (#37299) 2022-09-03 17:50:25 +08:00
yykoypj
bcb0b4dff1
feat: switch visible to open for Dropdown (#37232)
* feat: switch visible to open for Dropdown

* fix: merge state

* fix: props pass

* test: fix coverage
2022-09-02 17:22:23 +08:00
lijianan
319f7731e8
test: Cascader js => ts (#37364) 2022-09-02 15:05:21 +08:00
dependabot[bot]
d65d77d9e9
chore(deps-dev): bump @types/gtag.js from 0.0.10 to 0.0.11 (#37348)
Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) from 0.0.10 to 0.0.11.
- [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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-01 21:36:55 +08:00
TrickyPi
96759a1113
fix: align with the less algorithm for generating css variable value (#37064) 2022-09-01 11:34:32 +08:00
tempoeric
156500c2e3
chore: bump rc-tabs to alpha 1 (#37328)
Co-authored-by: Eric Bool <eric.bool@98labs.com>
2022-09-01 10:47:42 +08:00
afc163
af73ba7530
docs: Update cases.zh-CN.md (#37336)
* Update cases.zh-CN.md

* Update cases.en-US.md

* Update cases.en-US.md
2022-09-01 10:08:16 +08:00
afc163
afea00ca2d
Update practical-projects.zh-CN.md 2022-09-01 10:02:34 +08:00
afc163
f8b5fc3aae
style: fix Menu disabled item focus style (#37332)
close #37325
2022-08-31 19:08:23 +08:00
dependabot[bot]
5a85a0f541
chore(deps-dev): bump @types/jest from 28.1.8 to 29.0.0 (#37318)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.8 to 29.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-30 23:53:24 +08:00
renovate[bot]
5fad62cebe
chore(deps): update dependency remove-files-webpack-plugin to v1.5.0 (#37296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-30 17:51:54 +08:00
Nick
d3b134e9bd
chore: adding filterCheckall to the components/locale/ru_RU.tsx (#37311) 2022-08-30 17:26:56 +08:00
afc163
749e29d81a
style: @border-radius-sm should not follow @border-radius-base (#37309) 2022-08-30 15:29:07 +08:00
vagusX
9c04b4edbe
ci: add merge coverage job (#37306)
* ci: add merge coverage job

* chore: update
2022-08-30 14:40:20 +08:00
Peritot Chan
2910313a47
fix: config provider theme active color not same in variable.less (#37304) 2022-08-30 11:42:52 +08:00
dependabot[bot]
7e7c47509f
chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.0.1 (#37291)
* chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 27.0.1

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.9.0 to 27.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/v26.9.0...v27.0.1)

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

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

* chore: fix eslint errors in test files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-08-30 10:57:13 +08:00
renovate[bot]
c740c9e263
chore(deps): update dependency typescript to ~4.8.0 (#37269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-30 10:16:51 +08:00
黑雨
5a2c6edefd
test: replace testing-lib in focusTest (#37280)
* feat: replace testing-lib

* feat: update for lint
2022-08-30 10:09:37 +08:00
lijianan
3c72aa0855
test: migrate part of Menu tests (#37274)
* test: migrate part of Menu tests

* test: migrate part of Menu tests

* test: migrate part of Menu tests

* fix: add Layout.Sider

* fix: add Layout.Sider

* fix: remove Layout.Sider

* fix: remove Layout.Sider

* fix: strong type
2022-08-30 10:06:38 +08:00
vagusX
b3eec68e18
test: use own token to upload coverage reports (#37279) 2022-08-29 14:42:55 +08:00
dependabot[bot]
e587dede8c
chore(deps-dev): bump jest-environment-jsdom from 28.1.3 to 29.0.1 (#37275)
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 28.1.3 to 29.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.1/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 09:50:04 +08:00
lijianan
6546b8287c
test: migrate part of Avatar tests (#37266)
* test: migrate part of Avatar tests

* test: migrate part of Avatar tests

* test: migrate part of Avatar tests
2022-08-28 22:41:44 +08:00
dependabot[bot]
3a508567cd
chore(deps-dev): bump jest-environment-node from 28.1.3 to 29.0.0 (#37262)
Bumps [jest-environment-node](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-node) from 28.1.3 to 29.0.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.0.0/packages/jest-environment-node)

---
updated-dependencies:
- dependency-name: jest-environment-node
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-28 22:29:29 +08:00
lijianan
58a1268356
type: strong type (#37258) 2022-08-28 22:29:14 +08:00
renovate[bot]
0483d7a79b
chore(deps): update dependency pretty-format to v29 (#37273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-28 22:28:19 +08:00
renovate[bot]
aedb257557
chore(deps): update dependency jest-environment-node to v29 (#37272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-28 22:28:04 +08:00
yykoypj
6b658dab76
feat: switch visible to open for Tooltip (#37241)
* feat: switch visible to open for Tooltip & Popover & Popconfirm

* fix lint

* fix: merge state

* chore: Update ts part

* test: add legacy test

* test: fix test case

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2022-08-26 17:17:13 +08:00
lijianan
6bc36b26a3
test: migrate part of Message tests (#37256)
* test: migrate part of Message tests

* test: migrate part of Message tests
2022-08-26 16:50:01 +08:00
lijianan
e2a927ee52
test: migrate part of Notification tests (#37253)
* test: migrate part of Notification tests

* test: migrate part of Notification tests

* test: migrate part of Notification tests

* test: migrate part of Notification tests
2022-08-26 16:00:38 +08:00
lijianan
60da9bfc61
test: remove Array.from() (#37252) 2022-08-26 15:25:01 +08:00
github-actions[bot]
8b93cf5b10
chore: auto merge branches (#37250)
chore: Feature merge master
2022-08-26 06:40:36 +00:00
二货机器人
76eec57ddc chore: Update snapshot 2022-08-26 14:12:42 +08:00
二货机器人
1164c46f26 Merge branch 'master' into feature-merge-master 2022-08-26 11:47:08 +08:00
二货爱吃白萝卜
8ebb36a0ce
docs: 4.22.8 changelog (#37249)
* docs: 4.22.8 changelog

* chore: rm empty line
2022-08-26 11:12:40 +08:00
Marco Heinrich
92a19adf6b
Adding filterCheckall to the below mentioned files. (#37246)
This will ensure a proper translation in the table filter checkbox.
when filterMode is set to 'tree'

Changes to be committed:
	modified:   components/locale/de_DE.tsx
	modified:   components/locale/fr_BE.tsx
	modified:   components/locale/fr_CA.tsx
	modified:   components/locale/fr_FR.tsx
2022-08-26 10:39:14 +08:00
lijianan
c8d1b370e4
test: migrate part of page-header tests (#37218)
* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests

* test: test: migrate part of page-header tests
2022-08-26 10:23:11 +08:00
二货机器人
8d2ae4bedb docs: Fix broken link 2022-08-25 16:14:43 +08:00
dependabot[bot]
0e547b530d
chore(deps-dev): bump stylelint-config-standard from 27.0.0 to 28.0.0 (#37181)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 27.0.0 to 28.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/27.0.0...28.0.0)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24 21:26:06 +08:00