Wanpan
742ce37887
feat: 🔥 New Component: Splitter ( #50038 )
...
* feat: SplitPanel init
* feat: SplitPanel update
* feat: SplitPanel update
* feat: splitPanel update useResize
* feat: SplitPanel update
* feat: splitPanel update useResize
* feat: SplitPanel update
* feat: splitPanel demo
* feat: splitPanel update
* feat: splitPanel support complicated combination
* feat: SplitPanel rename to Splitter
* feat: Splitter support onRize
* feat: support collapsible
* feat: support token and collapsible
* feat: update docs
* feat: size defaultSize support string
* feat: min max support string
* feat: update
* feat: support DOM structure
* feat: Optimize UI
* feat: Optimize Code
* fix: Add a default size during initialization to prevent failure to obtain container size
* feat: optimized code
* feat: optimized code
* feat: Optimize Code
* Update components/splitter/demo/layout.tsx
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Wanpan <wanpan96@163.com>
* Update components/splitter/demo/multiple.tsx
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Wanpan <wanpan96@163.com>
* docs: update
* feat: Modify the style and optimize the interface
* feat: use PropsWithChildren
* feat: support rtl
* feat: collapsible supports object types
* fix: when collapsible is boolean not work
* feat: Splitter add test
* feat: update
* test: update snapshots
* docs: update
* test: update snapshots
* test: update
* test: update
* test: update
* test: update
* fix: Removed invalid min and max restrictions when collapsible exists
* test: update
* test: update
* test: update
* test: test coverage
* Revert "test: test coverage"
This reverts commit d247193722b5736df92b3f33d93b475eb1df9eff.
* test: test coverage
* feat: rename
* feat: optimized code
* ci: lint
* feat: optimized code
* feat: add useag tips
* feat: optimized code
* feat: Modify splitbar layout
* feat: optimized code
* feat: numerical precision
* feat: optimized code
* feat: Optimized trigger region
* feat: Support configuration animation
* fix: Fix Collapsible exception when using multiple panels
* fix: Fixed the issue of drag area overlapping when multiple panels are folded
* feat: optimized code
* feat: annotation
* feAt: optimized code
* fix: bgcolor
* fix: Modify the initial value calculation method
* test: update
* feat: add cover image
* chore: adjust logic
* chore: use items size
* chore: rtl
* chore: limit
* chore: controlled
* docs: update demo
* docs: adjust style
* chore: add split style
* chore: hor collapisble style
* chore: collapse icon
* chore: update warning
* chore: clean up
* chore: collapse logic
* chore: adjust demo
* chore: clean up
* test: adjust logic
* docs: update demo
* docs: rm useless demo
* docs: demo
* test: add demo test
* test: test of them
* test: 100% coverage
* chore: fix lint
* docs: update demo
* refactor: unique resize config
* docs: add demo
* fix: support virtual resiable
* chore: add cursor mask
* test: update snapshot
* test: add test case
* test: update snapshot
* chore: use px base
* chore: rm useless code
---------
Signed-off-by: Wanpan <wanpan96@163.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com>
2024-09-09 19:23:25 +08:00
Peach
5cb88bceb4
docs: changelog for 5.20.6 ( #50763 )
...
* docs: changelog for 5.20.6
* chore: bump version to 5.20.6
* docs: remove line break
* docs: combine log
* docs: update combine
2024-09-09 14:47:59 +08:00
二货机器人
9d0e67de28
chore: merge master
2024-09-04 14:11:23 +08:00
github-actions[bot]
389626a789
chore: upgrade deps ( #50705 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-04 09:06:54 +08:00
叶枫
340cbc9ca0
chore: bump rc-cascader ( #50695 )
2024-09-03 22:07:59 +08:00
二货爱吃白萝卜
962b6d5224
docs: bump 5.20.5 ( #50701 )
2024-09-03 21:09:57 +08:00
二货爱吃白萝卜
e91244f893
enhance: tree perf of large data ( #50689 )
...
* enhance: tree perf of large data
* test: update test case
* test: update test case
* test: update test case
* test: update test case
2024-09-03 19:30:44 +08:00
ice
badfbe3cfe
feat(Button): support variant and color ( #50051 )
...
* feat(button): variant & color types
* feat: type -> color/variant
* feat: type -> color/variant
* feat: add variant filled
* test: snap
* refactor(button): rename type -> variant
* docs: add demo
* feat: add danger ghost style
* refactor: remove deprecated
* refactor: eslint
* docs: change color&variant
* test: updated snap
* docs: color-variant
* docs: add debug color&variant
* feat: global token
* refactor: remove comment
* docs: add color&variant docs
* docs: remove default
* docs: add space
* docs: code
* test: update snap
* test: fix snap
* test: btn querySelect
* feat: change filled hoverStyle
* test: fix
* feat: support grey wave
* refactor: enhance
* docs: color/variant -> v 5.21
* test: snap
* feat: add token
* test: to do
* test: fix test
* ci: rebuild
* style: remove
* style: space
* docs: add note & FQA
* feat: add componentsToken
* refactor: remove isNotGrey
* test: add case
* docs: tile button
* test: snap
* docs: site & snap
* Update components/button/index.en-US.md
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* fix: token color & undef
* docs: site
* docs: responsive
* docs: enhance FAQ
* docs: gap middle
* test: snap
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* refactor: rename
* docs: prettier
* chore: eslint
* refactor: cls
* test: add solidTextColor case
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* fix: rename
* docs: text
* fix: remove border
* feat: add token colorErrorBgFilledHover
* chore: add size-limit
* refactor: rename
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2024-09-03 17:39:02 +08:00
renovate[bot]
38e3cc6edc
chore(deps): update dependency puppeteer to v23 ( #50354 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-03 17:35:29 +08:00
github-actions[bot]
b66ca04828
chore: upgrade deps ( #50680 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-03 07:15:53 +08:00
ice
eac5b6893d
feat(menu): support extra prop ( #50431 )
...
* feat(dropdown): support extra prop
* text: fix items
* Update components/menu/style/index.ts
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update package.json
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* style: css
* chore: bump rc-menu from 9.15.1 to 9.15.0
* style: classname
* test: clsname
* chore: rc-menu to ^9.15.1
* chore: rc-menu version from ^ to ~
* chore: update deps
* feat: full width
* fix: children is array
* fix: default array
* fix: label
* test: update snap
* test: case
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-09-03 07:15:18 +08:00
二货爱吃白萝卜
bdb2cd2192
docs: changelog of 5.20.4 ( #50674 )
2024-09-02 11:29:30 +08:00
afc163
9570ae03a4
chore: upgrade deps ( #50667 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-31 11:31:01 +08:00
github-actions[bot]
16f9543ba0
chore: auto merge branches ( #50641 )
...
chore: sync master to feature
2024-08-29 15:00:27 +00:00
github-actions[bot]
06738b8e1e
chore: upgrade deps ( #50631 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-29 07:50:30 +08:00
lijianan
911ea14ec0
Revert "chore(deps-dev): bump tsx from 4.11.2 to 4.19.0" ( #50614 )
2024-08-28 17:38:20 +08:00
dependabot[bot]
2945441bbe
chore(deps-dev): bump tsx from 4.11.2 to 4.19.0 ( #50598 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-28 12:02:17 +08:00
dependabot[bot]
288a96d491
chore(deps-dev): bump the dev-dependencies group with 1 update ( #50597 )
...
* chore(deps-dev): bump the dev-dependencies group with 1 update
Bumps the dev-dependencies group with 4 updates: [@antv/g6](https://github.com/antvis/g6 ), [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash ), [jsdom](https://github.com/jsdom/jsdom ) and [puppeteer](https://github.com/puppeteer/puppeteer ).
Updates `@antv/g6` from 4.8.24 to 5.0.17
- [Release notes](https://github.com/antvis/g6/releases )
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md )
- [Commits](https://github.com/antvis/g6/commits/5.0.17 )
Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0
- [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md )
- [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0 )
Updates `jsdom` from 24.1.3 to 25.0.0
- [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/24.1.3...25.0.0 )
Updates `puppeteer` from 22.15.0 to 23.2.0
- [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-v22.15.0...puppeteer-v23.2.0 )
---
updated-dependencies:
- dependency-name: "@antv/g6"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-lodash
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package.json
Signed-off-by: lijianan <574980606@qq.com>
* Update package.json
Signed-off-by: lijianan <574980606@qq.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>
2024-08-28 08:00:25 +08:00
Wanpan
730a37f0bd
feat[Collapse]: support classNames and styles ( #50557 )
...
* feat[Collapse]: support classNames and styles
* fix: update
* fix: update
* feat[Collapse]: update
* Empty-Commit
* docs: update
* docs: update
* docs: update
* docs: update
* docs: update
---------
Co-authored-by: afc163 <afc163@gmail.com>
2024-08-27 14:07:25 +08:00
afc163
cab753c52c
chore: fix webpack config of dist bundle ( #50575 )
2024-08-27 09:55:59 +08:00
github-actions[bot]
6176d3cefe
chore: auto merge branches ( #50582 )
...
chore: merge master into feature
2024-08-26 21:56:33 +00:00
MadCcc
d72255f0ae
docs: changelog 5.20.3 ( #50568 )
...
* docs: changelog 5.20.3
* chore: update docs
* docs: update date
* chore: add runtimePublicPath
* chore: update runtimePublicPath value
2024-08-26 16:11:52 +08:00
afc163
269964a707
chore: enable gzip instead of brotli for size-limit ( #50562 )
2024-08-26 12:17:06 +08:00
栗嘉男
dee90b2509
chore: merge master into feature
2024-08-21 00:00:02 +08:00
陈帅
5888e6a4b1
docs: add 5.20.2 changelogs ( #50492 )
...
* docs: add 5.20.2 changelogs
* remove typo
* v5.20.2
* fix typo
2024-08-19 23:01:06 +08:00
github-actions[bot]
a33a09ee23
chore: auto merge branches ( #50476 )
...
chore: sync master to feature
2024-08-19 03:33:28 +00:00
afc163
fa3fddb0ed
test: use bun in github action ( #50466 )
2024-08-18 00:23:19 +08:00
github-actions[bot]
af11acf1b4
chore: auto merge branches ( #50459 )
...
chore: merge master into feature
2024-08-16 14:22:08 +00:00
daisy
7bcb6ca49a
fix(Table): fixed empty and shadow issues when virtual mode ( #50416 )
2024-08-16 10:07:52 +08:00
二货爱吃白萝卜
3b9a1b1123
docs: update form escape ( #50412 )
2024-08-14 13:47:49 +08:00
github-actions[bot]
e229523073
chore: upgrade deps ( #50406 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-14 02:39:26 +08:00
huiliangShen
097a4a146a
fix: Upload.Dragger drag-and-drop upload directory issue ( #50394 )
2024-08-13 18:17:23 +08:00
afc163
2f64ecf7a8
test: enable codecov bundle analysis ( #50384 )
2024-08-13 13:32:17 +08:00
afc163
e1e0c0bcd8
docs( ✨ ): release 5.20.1 ( #50363 )
...
* docs: release 5.20.1
* docs: release 5.20.1
* docs: release 5.20.1
* update changelog
* update changelog
* update changelog
* fix surge preview
* Update scripts/print-changelog.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-11 22:53:01 +08:00
renovate[bot]
d6be2b22af
chore(deps): update dependency cheerio to v1.0.0 ( #50352 )
...
* chore(deps): update dependency cheerio to v1.0.0
* Update check-site.ts
Signed-off-by: afc163 <afc163@gmail.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* Update scripts/check-site.ts
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-08-11 13:10:28 +08:00
github-actions[bot]
b3930bf864
chore: upgrade deps ( #50342 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-10 10:29:39 +08:00
github-actions[bot]
10bff9cfa2
chore: upgrade deps ( #50321 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-09 03:17:00 +08:00
二货机器人
eda6c4dce4
fix: form should update
2024-08-08 15:15:03 +08:00
github-actions[bot]
de7676ad58
chore: upgrade deps ( #50294 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-08 02:23:55 +08:00
afc163
ef489fcb05
fix: fast-color compile error by upgrade color-picker ( #50293 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-08-08 00:27:47 +08:00
renovate[bot]
7fdfb299eb
chore(deps): update dependency @typescript-eslint/parser to v8 ( #50228 )
...
* chore(deps): update dependency @typescript-eslint/parser to v8
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* fix eslint errors
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-08-04 12:24:35 +08:00
github-actions[bot]
1ed1814483
chore: upgrade deps ( #50225 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-04 09:20:57 +08:00
vagusX
997650ec4f
docs: v5.20.0 ( #50218 )
...
* docs: v5.20.0
* docs: fix changelog lint
* chore: update
* chore: update
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: vagusX <vagusxl@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: vagusX <vagusxl@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: vagusX <vagusxl@gmail.com>
* chore: update
* docs: update
---------
Signed-off-by: vagusX <vagusxl@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-08-03 21:30:01 +08:00
vagusX
cbdbed3013
test: set maxWorkers for test:visual-regression ( #50219 )
...
* test: set maxWorkers for test:visual-regression
* chore: print args
* chore: set max-workers to 4
* test: use move instead of copy
* chore: set max-workers to 2
2024-08-03 20:24:15 +08:00
github-actions[bot]
249c94fb50
chore: auto merge branches ( #50198 )
...
chore: merge master into feature
2024-08-02 03:58:13 +00:00
DDDDD12138
03c5332e47
fix: update script for cross-platform compatibility ( #50184 )
2024-08-01 16:07:09 +08:00
github-actions[bot]
791c27b134
chore: upgrade deps ( #50180 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-08-01 03:02:29 +08:00
二货爱吃白萝卜
aebc23fea8
enhance: color picker click ( #50148 )
2024-07-30 17:39:13 +08:00
github-actions[bot]
8751e0dbbb
chore: auto merge branches ( #50149 )
...
chore: feature merge master
2024-07-30 09:07:57 +00:00
dependabot[bot]
fd6b3f14f8
chore: bump the dev-dependencies group with 1 update ( #50133 )
...
* chore: bump the dev-dependencies group with 1 update
Bumps the dev-dependencies group with 3 updates: [@antv/g6](https://github.com/antvis/g6 ), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) and [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash ).
Updates `@antv/g6` from 4.8.24 to 5.0.10
- [Release notes](https://github.com/antvis/g6/releases )
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md )
- [Commits](https://github.com/antvis/g6/commits )
Updates `@types/node` from 20.14.13 to 22.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0
- [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md )
- [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0 )
---
updated-dependencies:
- dependency-name: "@antv/g6"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-lodash
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package.json
Signed-off-by: lijianan <574980606@qq.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>
2024-07-30 16:38:10 +08:00
github-actions[bot]
e43b1a278e
chore: upgrade deps ( #50141 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-30 11:04:32 +08:00
xrkffgg
c7d24e28a7
docs: add changelog 5.19.4 ( #50129 )
...
* docs: add changelog 5.19.4
* docs: update
* 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>
* docs: update
---------
Signed-off-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-07-29 18:00:22 +08:00
二货爱吃白萝卜
832cffcdf9
feat: ColorPicker support gradient color ( #50050 )
...
* refactor: support type update
* chore: update clear style
* chore: bump color picker
* chore: use slider
* chore: bump color picker
* chore: range slider
* chore: layout
* chore: useModeColor
* chore: simplify
* chore: bump color picker
* refactor: event
* chore: tmp lock check
* chore: of it
* chore: update ts def
* chore: update ts def
* chore: remove useless ts
* chore: linear
* chore: adjust style
* chore: rm useless code
* chore: fill color
* chore: basic linear
* chore: support toStr
* chore: limit minCount
* chore: use cache
* chore: drag support:
* chore: yes
* chore: update demo
* chore: useLayoutEffect instead
* chore: fix click to add point
* chore: add smmoth
* chore: support of locale
* chore: add locale
* chore: fix lint
* chore: adjust style
* chore: fix lint
* chore: fix style
* test: fix test case
* chore: fix popover
* test: fix test case
* chore: fix test
* test: clean up
* chore: fix lint
* chore: fix lint
* chore: fix lint
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* chore: fix docs
* docs: update demo desc
* chore: enhance hover range
* fix: delete not working
* chore: fix lint
* test: coverage
* test: coverage
* chore: clean up
* chore: adjust
* chore: highlight
* chore: adjust style
* chore: fix lint
* chore: update demo
* chore: memo perf
* refactor: up to down colors
* test: update snapshot
2024-07-29 16:38:50 +08:00
lijianan
65496b5845
Merge pull request #50103 from ant-design/master
...
chore: merge master into feature
2024-07-26 23:21:05 +08:00
thinkasany
5604fccbfc
chore(deps-dev): bump husky from 9.0.11 to 9.1.2 ( #50092 )
2024-07-26 16:16:10 +08:00
dependabot[bot]
b80d564704
chore: bump the dev-dependencies group with 1 update ( #50077 )
...
* chore: bump the dev-dependencies group with 1 update
Bumps the dev-dependencies group with 3 updates: [@antv/g6](https://github.com/antvis/g6 ), [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash ) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ).
Updates `@antv/g6` from 4.8.24 to 5.0.10
- [Release notes](https://github.com/antvis/g6/releases )
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md )
- [Commits](https://github.com/antvis/g6/commits )
Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0
- [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md )
- [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0 )
Updates `eslint-plugin-unicorn` from 54.0.0 to 55.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v54.0.0...v55.0.0 )
---
updated-dependencies:
- dependency-name: "@antv/g6"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-lodash
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package.json
Signed-off-by: lijianan <574980606@qq.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>
2024-07-26 12:00:48 +08:00
栗嘉男
d5207c1e23
Merge branch 'master' into feature-merge-master
2024-07-26 10:18:06 +08:00
🏎️ Yumo
012dc7f03e
chore: update dependencies
2024-07-23 19:23:46 +08:00
🏎️ Yumo
6840adb3c6
chore: add dependencies @ant-design/cssinjs-utils
2024-07-23 16:40:34 +08:00
github-actions[bot]
0681d6c7a2
chore: auto merge branches ( #50005 )
...
chore: merge master into feature
2024-07-22 08:39:11 +00:00
afc163
e906a805fb
chore: upgrade @ant-design/icons to 5.4.0 ( #49993 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-07-22 15:46:25 +08:00
afc163
21946036a0
chore: sideEffects could be false now ( #49991 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2024-07-20 19:43:55 +08:00
二货爱吃白萝卜
8c3090938f
feat: Slider range.editable support minCount
& maxCount
( #49987 )
...
* docs: update docs
* docs: update demo
2024-07-20 17:51:26 +08:00
栗嘉男
7e74c4fa64
chore: merge master into feature
2024-07-19 20:53:26 +08:00
Peach
92a5973442
docs: changelog for 5.19.3 ( #49962 )
...
* docs: changelog for 5.19.3
* chore: bump version to 5.19.3
* docs: update changelog
* docs: add i18n emoji for changelog lint
* docs: add changelog
* docs: update
2024-07-19 16:30:14 +08:00
叶枫
def8925577
feat: Select prevent long press of enter ( #49963 )
2024-07-19 11:24:52 +08:00
lijianan
a134dbb07c
feat: Input
、TextArea
、Mentions
support onClear prop ( #49905 )
...
* feat: Input support onClear
* chore: lint
* chore: lint
* Update package.json
Signed-off-by: lijianan <574980606@qq.com>
* docs: update docs
* fix: fix
* Update package.json
Signed-off-by: lijianan <574980606@qq.com>
* Update package.json
Signed-off-by: lijianan <574980606@qq.com>
* chore: fix
* chore: fix
* chore: fix
* feat: test
* feat: 1.6.2
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 叶枫 <645381995@qq.com>
2024-07-19 10:10:48 +08:00
二货爱吃白萝卜
21194da96a
feat: Slider support editable ( #49923 )
...
* feat: Slider support editable
* test: update snapshot
* test: update snapshot
* docs: update docs
* chore: fix lint
* test: update snapshot
* test: coverage
2024-07-18 19:19:02 +08:00
github-actions[bot]
105bd19614
chore: auto merge branches ( #49893 )
...
chore: merge master into feature
2024-07-15 22:24:34 +00:00
dependabot[bot]
0e9de2e070
chore: upgrade deps ( #49672 )
...
* chore(deps-dev): bump tsx from 4.11.2 to 4.16.0
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.11.2 to 4.16.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.11.2...v4.16.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: fix
---------
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>
2024-07-16 05:55:10 +08:00
二货爱吃白萝卜
5dd072d3a0
refactor: Use @ant-design/fast-color
instead ( #49846 )
...
* chore: use fast
* chore: tmp of it
* test: update snapshot
* fix: demo
* chore: fix warning
* fix: test
* chore: fix ts
* chore: fix lint
* test: update snapshot
* chore: use proxy
* test: coverage
2024-07-15 17:33:47 +08:00
二货爱吃白萝卜
cc56db669f
docs: changelog of 5.19.2 ( #49878 )
2024-07-15 15:27:51 +08:00
renovate[bot]
7346f922e8
chore(deps): update dependency glob to v11 ( #49857 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-14 21:41:13 +08:00
renovate[bot]
fc56192643
chore(deps): update dependency eslint-plugin-compat to v6 ( #49856 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-14 09:14:20 +08:00
github-actions[bot]
ebdbc57c9b
chore: upgrade deps ( #49851 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-13 04:23:23 +08:00
Rubu Jam
1d84cca4e3
fix: issues in imageTest.tsx
( #49826 )
...
* chore(deps): removed deprecated `crypto@1.0.1`
* fix: issues in `imageTest.tsx`
2024-07-12 10:28:58 +08:00
zhw
cd2dc302b2
fix: delay folder upload until all children files are parsed when drag ( #49832 )
2024-07-12 05:37:54 +08:00
Rubu Jam
b182b13721
chore(deps): add dependency @emotion/css
( #49823 )
2024-07-11 15:33:26 +08:00
github-actions[bot]
e666f50878
chore: upgrade deps ( #49794 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-10 08:32:41 +08:00
lijianan
2cf4984b81
chore(deps-dev): bump inquirer from 9 to 10 ( #49764 )
2024-07-08 10:02:17 +08:00
MadCcc
6a9af3379e
chore: add dotenv
2024-07-05 17:35:31 +08:00
MadCcc
8e3151e66c
docs: changelog 5.19.1 ( #49735 )
...
* docs: changelog 5.19.1
* chore: fix typo
2024-07-05 17:11:17 +08:00
github-actions[bot]
dad01bf2c0
chore: upgrade deps ( #49711 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-04 10:58:47 +08:00
MadCcc
1a496ee6d8
docs: use react 18 ( #49686 )
2024-07-03 10:43:18 +08:00
github-actions[bot]
a9ad092ef5
chore: upgrade deps ( #49696 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-03 06:57:21 +08:00
陈帅
8c957d01d9
docs: add 5.19.0 changelogs ( #49660 )
...
* docs: add 5.18.4 changelogs
* docs: add 5.19.0 changelogs
* docs: add 5.19.0 changelogs
* docs: add 5.19.0 changelogs
* fix
* Update CHANGELOG.zh-CN.md
Co-authored-by: kiner-tang <1127031143@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* Update CHANGELOG.en-US.md
Co-authored-by: kiner-tang <1127031143@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* update docs
* update docs
* update docs
* update docs
* 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.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.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* update docs
* 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.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* update docs
* update docs
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
* docs: update changelog
---------
Signed-off-by: 陈帅 <qixian.cs@outlook.com>
Co-authored-by: kiner-tang <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2024-07-01 04:17:56 -07:00
github-actions[bot]
fc09ac8e70
chore: upgrade deps ( #49661 )
...
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-07-01 12:13:24 +08:00
陈帅
b243d1d3e2
Merge branch 'feature' into master
2024-06-30 08:56:53 -07:00
renovate[bot]
5021b4181f
chore(deps): update dependency pixelmatch to v6 ( #49656 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 14:25:21 +08:00
afc163
e71b223523
chore: remove @types/ora ( #49650 )
...
This is a stub types definition. ora provides its own type definitions, so you do not need this installed.
Signed-off-by: afc163 <afc163@gmail.com>
2024-06-29 13:13:50 +08:00
github-actions[bot]
dccb38d747
chore: auto merge branches ( #49639 )
...
chore: sync master to feature
2024-06-28 08:17:32 +00:00
afc163
8e3cbfe018
chore: ignore generate-token-meta warning ( #49637 )
2024-06-28 15:02:59 +08:00
Jinbao1001
3952fd8312
fix: dom crash with ssr hydrate error ( #49576 )
...
* fix: ssr hydrate error
* deps: lock react and react-dom
* chore: script react/react-dom --nosave
* chore(deps): update dumi version
* chore: back #49595
* chore(deps): update dumi
2024-06-28 10:26:05 +08:00
ice
e76e386966
feat(Pagination): simple prop extend to object & add align prop ( #49562 )
...
* feat(pagination): simple prop extend to object
* feat(pagination): add align prop
* Update components/pagination/Pagination.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* refactor: remove useless types
* refactor(List): align prop
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-06-25 21:27:11 +08:00
github-actions[bot]
ee40b3d44b
chore: auto merge branches ( #49564 )
...
chore: merge master into feature
2024-06-23 07:51:56 +00:00
renovate[bot]
1a5308a826
chore(deps): update dependency typescript to ~5.5.0 ( #49559 )
...
* chore(deps): update dependency typescript to ~5.5.0
* fix: fix lint error
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
2024-06-23 14:57:41 +08:00
renovate[bot]
2af11fa862
chore(deps): update dependency typedoc to ^0.26.0 ( #49558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-23 12:24:17 +08:00
github-actions[bot]
05d107ce4d
chore: auto merge branches ( #49556 )
...
chore: sync master to feature
2024-06-22 15:30:17 +00:00
afc163
59ad48476b
refactor: add boime lint and fix lint errrors ( #49536 )
...
* chore: add boime lint
* fix lint
* use files ignore
* revert change
* ignore clarity.js
* fix some errors
* fix some errors
* fix some errors
* fix some errors
* add yml file
* Update clarity.js
Signed-off-by: afc163 <afc163@gmail.com>
* add npm run lint:biome
* add npm run lint:biome
* fix test case
* fix ts errors
* fix ts errors
* fix lint and add .lintstagedrc
* shorten prop name
* chore: update package.json
* update biome.json
* chore: remove stylelint
* chore: useOptionalChain
* fix lint
* biome format
* prettier all code
* prettier all code
* fix site test
---------
Signed-off-by: afc163 <afc163@gmail.com>
2024-06-22 21:59:12 +08:00
dependabot[bot]
7e74c79bdd
chore(deps-dev): bump @octokit/rest ( #49545 )
...
* chore(deps-dev): bump the dev-dependencies group with 4 updates
Bumps the dev-dependencies group with 4 updates: [@antv/g6](https://github.com/antvis/g6 ), [@octokit/rest](https://github.com/octokit/rest.js ), [eslint-plugin-lodash](https://github.com/idok/eslint-plugin-lodash ) and [typescript](https://github.com/Microsoft/TypeScript ).
Updates `@antv/g6` from 4.8.24 to 5.0.2
- [Release notes](https://github.com/antvis/g6/releases )
- [Changelog](https://github.com/antvis/G6/blob/v5/CHANGELOG.md )
- [Commits](https://github.com/antvis/g6/commits )
Updates `@octokit/rest` from 20.1.1 to 21.0.0
- [Release notes](https://github.com/octokit/rest.js/releases )
- [Commits](https://github.com/octokit/rest.js/compare/v20.1.1...v21.0.0 )
Updates `eslint-plugin-lodash` from 7.4.0 to 8.0.0
- [Changelog](https://github.com/idok/eslint-plugin-lodash/blob/master/CHANGELOG.md )
- [Commits](https://github.com/idok/eslint-plugin-lodash/commits/v8.0.0 )
Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2 )
---
updated-dependencies:
- dependency-name: "@antv/g6"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: "@octokit/rest"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-lodash
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* 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>
Co-authored-by: afc163 <afc163@gmail.com>
2024-06-22 16:26:37 +08:00