renovate[bot]
cb45e3db8a
chore(deps): update dependency @argos-ci/core to ^0.9.0 ( #43584 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
990a31cd84
chore(deps): update dependency eslint-plugin-unicorn to v48 ( #43585 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
afc163
f0531ba421
chore: upgrade to rc-image@7.0.0 ( #43550 )
1 year ago
afc163
7ae5bc5f00
chore: use rome again ( #43492 )
* chore: use rome again due to https://github.com/rome/tools/pull/4555
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* chore: use rome nightly version
---------
Signed-off-by: afc163 <afc163@gmail.com>
1 year ago
vagusX
a5fa9e2742
docs: changelog v5.7.0 ( #43469 )
1 year ago
dependabot[bot]
8e2baf4d4d
chore(deps-dev): bump jest-axe from 7.0.1 to 8.0.0 ( #43468 )
Bumps [jest-axe](https://github.com/nickcolley/jest-axe ) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/nickcolley/jest-axe/releases )
- [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nickcolley/jest-axe/compare/v7.0.1...v8.0.0 )
---
updated-dependencies:
- dependency-name: jest-axe
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>
1 year ago
红果汁
e72a7836f4
feat: ColorPicker Implement onChangeComplete API ( #43370 )
* feat: implement onChangeComplete api
* docs: add change completed demo
* perf: optimization code
1 year ago
renovate[bot]
a5bb59c76c
chore(deps): update dependency stylelint-prettier from v3 to v4 ( #43456 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
daisy
1ef07e97ba
feat(Image): modify layout and support closeIcon、PreviewGroup fallback ( #43167 )
* feat(Image): modify layout and support closeIcon、PreviewGroup fallback
* docs: modify text
* style: add skip right
* chore: update snapshot
* fix: disabled hover
* fix: lint error
* style: close icon transition
* docs: # link
* demo: update demo
* demo: add comment
* demo: remove comment
1 year ago
lijianan
3bbe9e7b63
chore(deps): bump prettier from 2.3.2 to 3.0.0 ( #43391 )
1 year ago
dependabot[bot]
84ca0d23ae
chore(deps-dev): bump stylelint-config-standard from 33.0.0 to 34.0.0 ( #43386 )
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 33.0.0 to 34.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/33.0.0...34.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>
1 year ago
JiaQi
e053225154
chore: bump rc-picker ( #43367 )
* chore: bump rc-picker
* chore: update snapshot
1 year ago
lijianan
6552a489a3
chore: upgrade size-limit ( #43344 )
* chore: upgrade size-limit
* fix
* fix
1 year ago
xrkffgg
d5f5998a73
docs: add changelog 5.6.4 ( #43320 )
* docs: add changelog 5.6.4
* docs: update
1 year ago
二货爱吃白萝卜
a39abf7c26
fix: Form should not trigger unnescessary onFieldsChange ( #43290 )
1 year ago
lijianan
6cbf3e102b
chore(dep): remove file-system-cache ( #43242 )
1 year ago
renovate[bot]
435fc6dcfe
chore(deps): update dependency file-system-cache to v2.4.1 ( #43238 )
* chore(deps): update dependency file-system-cache to v2.4.1
* Apply suggestions from code review
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
kiner-tang(文辉)
955126aa95
chore: lock file-system-cache version ( #43220 )
1 year ago
Peach
9b6bec18c3
docs: changelog for 5.6.3 ( #43173 )
* docs: changelog for 5.6.3
* chore: bump version to 5.6.3
* Update CHANGELOG.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
---------
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
afc163
67d0462ca9
refactor: resolve Circular dependency ( #42750 )
* test: detect dependency cycle
* chore: open eslint import/no-cycle rule
close #42804
* chore: Upgrade react-component
* Apply suggestions from code review
* refactor: add getRoundNumber
* chore: Update package.json
1 year ago
MadCcc
2f1ef80d14
fix: Textarea should not have `height: auto` when window resized ( #43169 )
* fix: Textarea border should always with textarea element
* fix: Textarea should not resize when window resized
* chore: code clean
1 year ago
daisy
ab0103f33a
feat(Image): imageRender、toolbarRender、onTransform、items、minScale、max… ( #43075 )
* feat(Image): imageRender、toolbarRender、onTransform、items、minScale、maxScale
* test: update snapshots
* demo: revokeObjectURL url
* docs: update
* docs: update
* docs: update
* fix: revert style
* docs: update md
1 year ago
kiner-tang(文辉)
18ffb0099c
refactor: refactor closeIcon ( #43098 )
1 year ago
二货爱吃白萝卜
c3372d6403
docs: 5.6.2 changelog ( #43078 )
* chore: 5.6.2 changelog
* docs: update desc
1 year ago
daisy
e9bbc588cd
fix: Radio.Button title loss ( #43012 )
1 year ago
muxin
5d62e636a1
refactor: rc-input-number refactored with baseInput ( #42762 ) ( #43000 )
* refactor: refactor with BaseInput
* chore: bump rc-mentions & rc-textarea
* test: update snapshots
* test: update snapshots
* chore: bump rc-input
* fix: bump rc-input
* test: update snapshot
* test: update snapshot penta
* test: update snapshot
* fix: optimize function props
* test: update test
* test: update test
* test: update test
* fix: delete useless className
* feat: let baseInput cal class
* chore: bump rc-input-number
* test: update test
* Revert "test: update test"
This reverts commit a44b35a744
.
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: bump rc-input-number
* chore: bump rc-input-number & rc-mentions
---------
Co-authored-by: MadCcc <1075746765@qq.com>
1 year ago
daisy
f777da867e
fix(Picker): dynamic disabledTime should be correct ( #42991 )
* fix(Picker): dynamic disabledTime should be correct
* fix: version
1 year ago
MadCcc
3eb62fad15
Revert "refactor: rc-input-number refactored with baseInput ( #42762 )"
This reverts commit 3efb68ce6f
.
1 year ago
muxin
3efb68ce6f
refactor: rc-input-number refactored with baseInput ( #42762 )
* refactor: refactor with BaseInput
* chore: bump rc-mentions & rc-textarea
* test: update snapshots
* test: update snapshots
* chore: bump rc-input
* fix: bump rc-input
* test: update snapshot
* test: update snapshot penta
* test: update snapshot
* fix: optimize function props
* test: update test
* test: update test
* test: update test
* fix: delete useless className
* feat: let baseInput cal class
* chore: bump rc-input-number
* test: update test
* Revert "test: update test"
This reverts commit a44b35a744
.
* test: update snapshot
* test: update snapshot
* test: update snapshot
* chore: bump rc-input-number
* chore: bump rc-input-number & rc-mentions
---------
Co-authored-by: MadCcc <1075746765@qq.com>
1 year ago
MadCcc
7322aa6f5f
Revert "chore: migrate to vitest ( #42506 )" ( #42900 )
This reverts commit 6759887c44
.
1 year ago
MadCcc
1a65a9b5cf
docs: changelog 5.6.1 ( #42899 )
1 year ago
Dunqing
b4b6b5c511
chore: update `vitest` related dependencies ( #42892 )
* chore: update `vitest` related dependencies
* chore: replace c8 with v8
1 year ago
renovate[bot]
84e44d16c0
chore(deps): update dependency @vitest/coverage-c8 to ^0.32.0 ( #42889 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Dunqing
6759887c44
chore: migrate to vitest ( #42506 )
* chore: migrate to vitest
* chore: update ci
* fix: test correctly
* test: support puppeteer
* chore: update coverage
* chore: update include/exclude
* chore: update config
* test: update incorrect tests
* chore: update script
* chore: update
* fix: should close browser at the ended
* chore: improve
* fix: test cause tsc error
* fix: eslint error
* chore: exclude correctly
* test: update snap and fix some tests
* chore: update test config
* fix: countup.js
* fix: incorrect test
* chore: update reference
* test: update
* fix: countup.js
* fix: timeout
* chore: update site test
* fix: fixed countup version
* chore: remove unsed code
* test: update
* test: update demo timeout
* test: update timeout
* chore: update image test
* chore: update threads
* fix: image/svg+xml test failed
* chore: limits threads
* test: update test coverage include
* chore: remove jest files
* chore: rename jest to vi
* chore: update document
* chore: fix missing @types/jsdom
* chore: update coverage
* chore: update snap
* fix:watermark test cases are incorrect
* feat: update ignore comment
* test: fix test case
* test: reset body scrollTop
* test: clean up
* test: use vi
* test: update snapshot
* test: update snapshot
* test: fix dropdown test failed
* fix: toHaveStyle cause test fail
* test: improve test case
* test: fix
* fix: color failed, refer to https://github.com/jsdom/jsdom/pull/3560
* test: fix
* test: fix
* test: fix circular import
* test: revert
* ci: coverage failed
* test: fix c8 ignore comment
* chore: incorrect config
* chore: fix ignore ci
* test: revert svg+xml
* test: fix realTimers
* feat: rc-trigger should be remove
* test: fix some failed test
* chore: remove unused deps and configure eslint-plugin-vitest
* test: update snap
* chore: remove jest
* test: fix lint error
---------
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
MadCcc
d36e30384b
docs: changelog 5.6.0 ( #42866 )
* docs: changelog 5.6.0
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
* docs: update
---------
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
MadCcc
596104cc68
feat: static getDesignToken ( #42723 )
* feat: static getDesignToken
* chore: code clean
1 year ago
dependabot[bot]
ac51334a15
chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 ( #42794 )
* chore(deps-dev): bump typescript from 5.0.4 to 5.1.3
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
1 year ago
linxianxi
036ef07013
fix(Imaga): reset transform when switch ( #42793 )
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
1 year ago
linxianxi
88b2b54232
demo: fix the table moves when dragging elements to the right ( #42745 )
* demo: fix the layout/table moves when dragging elements to the right
* fix: package json
2 years ago
kiner-tang(文辉)
64fa8ed962
feat: drawer panel support event listener ( #42718 )
2 years ago
MadCcc
b955a96d62
docs: changelog 5.5.2 ( #42709 )
* docs: changelog 5.5.2
* docs: update
* Update CHANGELOG.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* docs: update
* docs: update
* Update CHANGELOG.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
---------
Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
红果汁
25883ca53a
fix: ColorPicker hover boundary issues ( #42669 )
* fix: fix hover boundary issues
* test: fix test case
* build: modify dependency scope
* Update package.json
Co-authored-by: MadCcc <1075746765@qq.com>
---------
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
afc163
6e52b6f0f9
refactor: use rc-util/lib/pickAttrs and upgrade rc-rate and rc-pagination ( #42688 )
* refactor: use rc-util/lib/pickAttrs
* chore: upgrade rc-pagination
* chore: upgrade rc-rate
* type: fix ref type
* test: update pagination snapshot
* Update package.json
2 years ago
afc163
636eeeb565
feat: Rate support more html attributes ( #42676 )
* feat: upgrade rc-rate
* test: update snapshot
* test: update snapshot
* Update package.json
* Update package.json
2 years ago
MadCcc
61924699ab
fix: submenu align ( #42648 )
2 years ago
二货爱吃白萝卜
1990b8e708
chore: bump rc-field-form ( #42635 )
2 years ago
MadCcc
f09e9cb0c9
refactor: Menu migrate to @rc-component/trigger ( #42554 )
* refactor: Menu migrate to @rc-component/trigger
* chore: remove rc-trigger
* chore: bump version
* chore: bump version
* chore: update size limit
* chore: update snapshot
2 years ago
dependabot[bot]
61d0d05c94
chore(deps-dev): bump jest-puppeteer from 8.0.6 to 9.0.0 ( #42625 )
Bumps [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer ) from 8.0.6 to 9.0.0.
- [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.0/packages/jest-puppeteer )
---
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>
2 years ago
二货爱吃白萝卜
765cafb2cd
refactor: ConfigProvider form dependency inversion ( #42604 )
* refactor: dependency inversion
* chore: use rc-util
2 years ago
Dunqing
c3364cf77e
chore: specify npm as the package manager ( #42611 )
* chore: specify npm as the package manager
* chore: update version
* Update package.json
Co-authored-by: afc163 <afc163@gmail.com>
---------
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago