afc163
6d3973fb95
chore(deps-dev): bump eslint-plugin-jest from 24.7.0 to 25.0.1 ( #32444 )
* chore(deps-dev): bump eslint-plugin-jest from 24.7.0 to 25.0.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 24.7.0 to 25.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/v24.7.0...v25.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 and warnings
* fix rc-slider version
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
08fabf9ff9
chore(deps-dev): bump jsdom from 17.0.0 to 18.0.0 ( #32436 )
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 17.0.0 to 18.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/17.0.0...18.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
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>
3 years ago
Peach
06a34ca235
docs: 4.17.0-alpha.6 changelog ( #32428 )
* docs: 4.17.0-alpha.6 changelog
* chore: bump version
* docs: update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* docs: sort changelog by type
* Update CHANGELOG.en-US.md
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
3 years ago
二货机器人
699808f8a7
docs: 4.17.0-alpha.5 changelog ( #32360 )
3 years ago
btea
adf45073c6
chore: revise prettier and lint command ( #32315 )
3 years ago
二货机器人
5161e9c671
feat: Tree support draggable handler ( #32306 )
* chore: Add draggable style
* chore: Add handler style
* refactor: Add dragging style
* chore: merge api
* chore: test case
* docs: Update doc desc
* test: More coverage
* chore: bump version
* test: Update snapshot
3 years ago
afc163
268bdf2faa
chore: Upgrade devDeps ( #32308 )
* chore: node-fetch => isomorphic-fetch
* upgrade array-move
* fix test
3 years ago
afc163
46368874c2
docs: changelog for 4.17.0-alpha.4 ( #32290 )
* docs: changelog for 4.17.0-alpha.4
* update date
* chore: remove console
3 years ago
dependabot[bot]
13cd24f37b
chore(deps-dev): bump jest-puppeteer from 5.0.4 to 6.0.0 ( #32265 )
Bumps [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer ) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/smooth-code/jest-puppeteer/releases )
- [Changelog](https://github.com/smooth-code/jest-puppeteer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/smooth-code/jest-puppeteer/compare/v5.0.4...v6.0.0 )
---
updated-dependencies:
- dependency-name: jest-puppeteer
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>
3 years ago
二货机器人
968590e8d0
chore: Mv style to rc-util ( #32177 )
3 years ago
vagusX
0e3171cc52
docs: add changelog 4.17.0-alpha.3 ( #32147 )
3 years ago
dependabot[bot]
94e2bbde37
chore(deps-dev): bump eslint-plugin-unicorn from 35.0.0 to 36.0.0 ( #32149 )
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 35.0.0 to 36.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v35.0.0...v36.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>
3 years ago
二货机器人
272ff9885a
fix: Cascader missing props ( #32143 )
* fix: Cascader deps
* docs: Update using new API
* test: Test case cover
* chore: compressed skip dup check
3 years ago
二货机器人
020c4ba7d0
fix: missing `default.css` ( #32116 )
* chore: Add CI for compile
* chore: Add missing compile file
3 years ago
Primlx
371d1421c6
feat: Georgian translation ( #32106 )
* parent 18cd401678
author Primlx <primulax@live.com> 1628778277 +0400
committer primulax <primulax@live.com> 1631181358 +0400
Add files via upload
add georgian translation
Create ka_GE.tsx
Create ka_GE
Rename ka_GE to ka_GE.tsx
Create ka_GE.tsx
Update ka_GE.tsx
Update ka_GE.tsx
Create ka_GE.tsx
update rc-picker version
Create ka_GE.tsx
Create ka_GE
Rename ka_GE to ka_GE.tsx
Update ka_GE.tsx
Update ka_GE.tsx
Create ka_GE.tsx
update rc-picker version
* Update package.json
Co-authored-by: Amumu <yoyo837@hotmail.com>
* test case
* add language option in markdown
* test
* Update components/calendar/locale/ka_GE.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update components/calendar/locale/ka_GE.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
3 years ago
二货机器人
d3a070ceaf
chore: 4.17.0-alpha.2 changelog ( #32068 )
3 years ago
xrkffgg
2696f60b11
chore: down node-fetch version
3.x ESM only。scripts 中几个校验不支持。使用低版本。
3 years ago
xrkffgg
cd03e80c4b
docs: add changelog 4.17.0-alpha.1 ( #32040 )
* docs: add changelog 4.17.0-alpha.1
* Update CHANGELOG.zh-CN.md
* docs: update
3 years ago
xrkffgg
6858a47779
chore: down array-move version ( #32038 )
3 years ago
Shengnan
e4cbb9cedd
chore: update rc-drawer & fix snap ( #32007 )
* chore: bump rc-drawer to 4.4.2
* feat: DrawerProps interface add autoFocus support
* docs: add autoFocus to Drawer doc
* fix: snapshot update
* fix: snapshot update
* Update components/drawer/index.en-US.md
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
3 years ago
dependabot[bot]
4334051018
chore(deps-dev): bump node-fetch from 2.6.1 to 3.0.0 ( #32000 )
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 3.0.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0 )
---
updated-dependencies:
- dependency-name: node-fetch
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>
3 years ago
二货机器人
93dd93bf45
docs: add 4.17.0-alpha.0 changelog ( #31987 )
* chore: 4.17.0 changelog
* chore: Update emoji
* docs: Update changelog
* docs: dynamic theme ref
* chore: bump version
* docs: Update content
* docs: Add ref
* docs: Add rc changelog
* chore: bump version
* test: Update snapshot
3 years ago
二货机器人
36bcaaef85
Add `variable.less` to support css variable ( #31496 )
* chore: use varaible.less
* chore: basic primary varaible
* chore: Move to variable
* chore: align active color
* chore: global fix of css variable
* chore: primary colors
* chore: button danger
* chore: btn default error color
* chore: button series
* chore: More examples
* chore: More components
* chore: Form demo
* chore: form style
* fix: Tag & Alert variable
* chore: update footer
* chore: rm tmp code
* chore: transfer
* fix: picker column active color
* chore: Adjust active bg color
* chore: table hover color
* chore: all css variables
* chore: Global using variables
* chore: Test case
* chore: Update test logic
* chore: back of default less
* chore: entry of site use proxy style
* chore: update entry
* chore: split of variables
* refactor: quick dist speed
* fix: site use variable version
* chore: Update less config
* chore: add mv script
* chore: Update repalcement script
* chore: Add inject variables
* chore: Update script
* fix: script path
* chore: Move to component instead
* chore: fix condition
* chore: update config
* chore: Update in less transform
* chore: Modify logic
* chore: change to variables
* chore: Update name
* fix: script name
* chore: do inject
* revert: back of path
* chore: 2 way of generate
* bump tools
* chore: Add auto replacement script
* chore: auto genrate less file
* chore: fix test
* test: More test case
* chore: Update limit config
* test: coverage
* docs: Update doc
3 years ago
二货机器人
282b7c8575
feat: Cascader support multiple mode ( #31936 )
* chore: Update cascader version
* chore: replace cascader
* chore: default allowClear
* chore: Update docs
* test: Back of part
* test: More snapshot
* test: more and more
* test: Failed of defaultValue
* test: all basic test case
* test: All snapshot
* chore: Update cascader
* chore: disable react/jsx-no-bind
* chore: fix lint
* chore: fix less order
* chore: fix deps
* docs: Update multiple demo
* docs: Add multiple example
* test: Update snapshot
* test: update snapshot
3 years ago
dependabot[bot]
54623612b4
chore(deps-dev): bump typescript from 4.3.5 to 4.4.2 ( #31945 )
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2 )
---
updated-dependencies:
- dependency-name: typescript
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>
3 years ago
二货机器人
47f2bd47e1
feat: Select & TreeSelect support fieldNames ( #31925 )
* feat: Select & TreeSelect support fieldNames
* test: Update snapshot
* chore: force trigger CI
3 years ago
dependabot[bot]
3cc205092c
chore(deps-dev): bump react-helmet-async from 1.0.9 to 1.1.2 ( #31921 )
Bumps [react-helmet-async](https://github.com/staylor/react-helmet-async ) from 1.0.9 to 1.1.2.
- [Release notes](https://github.com/staylor/react-helmet-async/releases )
- [Commits](https://github.com/staylor/react-helmet-async/commits )
---
updated-dependencies:
- dependency-name: react-helmet-async
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>
3 years ago
xrkffgg
1e9b90c599
chore: fixed react-helmet-async version ( #31904 )
3 years ago
Peach
51761c2118
docs: 4.16.13 changelog ( #31873 )
* docs: 4.16.13 changelog
* chore: bump version to 4.6.13
* docs: correct changelog symbol
3 years ago
dependabot[bot]
e4e62f8eff
chore(deps-dev): bump jsdom from 16.7.0 to 17.0.0 ( #31810 )
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.7.0 to 17.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...17.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
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>
3 years ago
陈帅
cc2d8a485a
docs: add 4.16.12 changelog ( #31796 )
* docs: add 4.16.12 changelog
* v4.16.12
* group changelog
* update config
* remove agin
* remove agin
3 years ago
afc163
9f5458d493
chore: upgrade @ant-design/icons ( #31802 )
3 years ago
dependabot[bot]
f94b7fad48
chore(deps-dev): bump remark-lint from 8.0.0 to 9.0.0 ( #31788 )
Bumps [remark-lint](https://github.com/remarkjs/remark-lint ) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases )
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md )
- [Commits](https://github.com/remarkjs/remark-lint/compare/8.0.0...9.0.0 )
---
updated-dependencies:
- dependency-name: remark-lint
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>
3 years ago
dependabot[bot]
653e4ec750
chore(deps-dev): bump remark-preset-lint-recommended from 5.0.0 to 6.0.0 ( #31787 )
Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases )
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md )
- [Commits](https://github.com/remarkjs/remark-lint/compare/remark-preset-lint-recommended@5.0.0...6.0.0 )
---
updated-dependencies:
- dependency-name: remark-preset-lint-recommended
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>
3 years ago
afc163
5cb47f76f4
chore: upgrade array-move ( #31786 )
3 years ago
afc163
d68818f1ae
chore: upgrade to rc-trigger@5.2.10 ( #31761 )
3 years ago
dependabot[bot]
dd51694759
chore(deps-dev): bump @types/jest from 26.0.24 to 27.0.0 ( #31763 )
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.24 to 27.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
f87bad2484
chore(deps-dev): bump http-server from 0.12.3 to 13.0.0 ( #31733 )
Bumps [http-server](https://github.com/http-party/http-server ) from 0.12.3 to 13.0.0.
- [Release notes](https://github.com/http-party/http-server/releases )
- [Commits](https://github.com/http-party/http-server/compare/v0.12.3...v13.0.0 )
---
updated-dependencies:
- dependency-name: http-server
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>
3 years ago
afc163
7084654731
docs( ✨ ): release 4.16.11 ( #31710 )
* docs(✨ ): release 4.16.11
* update pagination snapshot
3 years ago
afc163
bf54f363ee
chore: upgrade docsearch deps
3 years ago
afc163
70699fc711
chore: add duplicate-package-checker-webpack-plugin ( #31662 )
* chore: fix deps
* test: add duplicate-package-checker-webpack-plugin
* test: should be broken
* try webpack --bail
* bail when emit error
* revert rc-image
3 years ago
dependabot[bot]
485bca241a
chore(deps-dev): bump eslint-plugin-unicorn from 34.0.1 to 35.0.0 ( #31660 )
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 34.0.1 to 35.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v34.0.1...v35.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>
3 years ago
dependabot[bot]
3da2cca529
chore(deps-dev): bump remark from 13.0.0 to 14.0.1 ( #31646 )
Bumps [remark](https://github.com/remarkjs/remark ) from 13.0.0 to 14.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/13.0.0...14.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>
3 years ago
dependabot[bot]
66417d3479
chore(deps-dev): bump remark-cli from 9.0.0 to 10.0.0 ( #31636 )
Bumps [remark-cli](https://github.com/remarkjs/remark ) from 9.0.0 to 10.0.0.
- [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/remark-cli@9.0.0...10.0.0 )
---
updated-dependencies:
- dependency-name: remark-cli
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>
3 years ago
vagusX
07629f58d6
docs: add changelog 4.16.10 ( #31618 )
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
afc163
eaaec77ff5
feat: InputNumber supports `controls` ( #31548 )
3 years ago
afc163
a9a329d37c
fix: deps and TypeScript types ( #31519 )
* fix tsc errors
* fix tsc errors
3 years ago
xrkffgg
c7e0cda393
docs: add changelog 4.16.9 ( #31515 )
3 years ago
Aliaksandr
eb24d3d8e0
chore(deps-dev): bump husky from 7.0.0 to 7.0.1 ( #31485 )
3 years ago
afc163
568a999137
fix: Tabs tabBarGutter wrong style ( #31469 )
* chore: upgrade rc-tabs
* fix: Tabs tabBarGutter bugs
1. first tab should not have gutter
2. add button lost gutter
3. rtl issue
close #31462
* fix snapshot
3 years ago