Commit Graph

4879 Commits

Author SHA1 Message Date
MadCcc
fd15489320
docs: changelog 5.21.3 (#51147)
* docs: changelog 5.21.3

* docs: fix changelog format

* chore: update version

* Update CHANGELOG.en-US.md

Signed-off-by: MadCcc <1075746765@qq.com>

* Apply suggestions from code review

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

* chore: update docs

* docs: update changelog

* docs: update changelog

* docs: update changelog

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: MadCcc <1075746765@qq.com>

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: MadCcc <1075746765@qq.com>

* docs: update changelog

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-09 15:54:05 +08:00
Amumu
c55a675c69
chore: update slider patch to fix warning (#51150)
* chore: update slider patch

* update snap
2024-10-08 15:32:17 +08:00
dependabot[bot]
e130200699
chore(deps-dev): bump @inquirer/prompts from 6.0.1 to 7.0.0 in the dev-dependencies group (#51141)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-08 13:18:47 +08:00
C. T. Lin
6b57e3b281
fix: add peerDependencies back (#51079) 2024-10-01 12:06:30 +08:00
陈帅
0f30e808a2
docs: update changelog for version 5.21.2 release (#51078)
* dcos: update changelog for version 5.21.2 release

* chore: add empty line before version 5.21.2 in changelog

* chore: revert changes to fix Typography `copyable` icon alignment issue

* chore: update version to 5.21.2 in package.json

* fix: update changelog to correct activeBorderColor token description for Select component

* fix: update changelog to specify Input.Search component for alignment issue

* Update CHANGELOG.zh-CN.md

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

* fix: reorganize Splitter section in changelog for clarity and fix formatting issues

# Conflicts:
#	CHANGELOG.zh-CN.md

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# interactive rebase in progress; onto 86489ccab0
# Last command done (1 command done):
#    pick 33c6cfef84 fix: reorganize Splitter section in changelog for clarity and fix formatting issues
# No commands remaining.
# You are currently rebasing branch 'changelog' on '86489ccab0'.
#
# Changes to be committed:
#	modified:   CHANGELOG.en-US.md
#	modified:   CHANGELOG.zh-CN.md
#

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.en-US.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>

* fix: 移除关于 Splitter 在触屏设备上拖拽异常的修复记录

---------

Signed-off-by: 陈帅 <qixian.cs@outlook.com>
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-30 17:41:30 +08:00
afc163
b071cdf60a
fix: upgrade rc-tabs (#51072) 2024-09-29 17:48:35 +08:00
renovate[bot]
80b61572c6
chore(deps): update dependency @npmcli/run-script to v9 (#51064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-29 10:25:13 +08:00
github-actions[bot]
d0bcb188ee
chore: upgrade deps (#51056)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-28 09:15:07 +08:00
dependabot[bot]
ae130578fd
chore(deps-dev): bump the dev-dependencies group with 1 update (#51021)
* chore(deps-dev): bump the dev-dependencies group with 1 update

Bumps the dev-dependencies group with 2 updates: [@antv/g6](https://github.com/antvis/g6) and [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).


Updates `@antv/g6` from 4.8.24 to 5.0.23
- [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 `vanilla-jsoneditor` from 0.23.8 to 1.0.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.23.8...v1.0.0)

---
updated-dependencies:
- dependency-name: "@antv/g6"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: vanilla-jsoneditor
  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>

---------

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-09-26 09:42:40 +08:00
afc163
113d1b9894
docs: release 5.21.1 (#51012) 2024-09-25 11:51:25 +08:00
github-actions[bot]
512fec9727
chore: upgrade deps (#51004)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-25 03:55:46 +08:00
afc163
ecb099d8d1
docs(🔥): release 5.21.0 with Splitter component and variant buttons (#50948)
Co-authored-by: lijianan <574980606@qq.com>
2024-09-22 23:04:51 +08:00
github-actions[bot]
f08de84914
chore: auto merge branches (#50953)
chore: merge feature to master
2024-09-22 14:54:49 +00:00
afc163
36ddb02301
feat: Pagination showSizeChanger accepts SelectProps now (#50952) 2024-09-22 22:22:09 +08:00
dependabot[bot]
cfa47560c5
chore(deps-dev): bump the dev-dependencies with 1 update (#50938)
* chore(deps-dev): bump the dev-dependencies with 1 update

Bumps the dev-dependencies group with 2 updates: [@antv/g6](https://github.com/antvis/g6) and [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js).


Updates `@antv/g6` from 4.8.24 to 5.0.23
- [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 `@inquirer/prompts` from 5.5.0 to 6.0.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@5.5.0...@inquirer/prompts@6.0.1)

---
updated-dependencies:
- dependency-name: "@antv/g6"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@inquirer/prompts"
  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>

---------

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-09-21 05:00:38 +08:00
github-actions[bot]
3f3d3e952f
chore: upgrade deps (#50940)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-21 02:52:24 +08:00
github-actions[bot]
1324b14534
chore: upgrade deps (#50925)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-20 06:06:45 +08:00
afc163
0815f2629e
Revert "fix: remove Icon default fill="currentColor"" (#50918) 2024-09-19 17:47:15 +08:00
afc163
1c4025fc12
fix: remove Icon default fill="currentColor" (#50880) 2024-09-19 03:30:40 +08:00
renovate[bot]
863f61d908
chore(deps): update dependency eslint to v9 (#50690)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-19 03:30:19 +08:00
github-actions[bot]
9d5f73145e
chore: auto merge branches (#50906)
chore: merge feature to master
2024-09-18 16:35:51 +00:00
afc163
edfcc2d885
chore: Update package.json (#50908) 2024-09-18 23:41:16 +08:00
curry
436aa9ad2d
feat: Segmented adds vertical prop (#50708)
Co-authored-by: 梁朝飞 <liangchaofei@guokechuzhi.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com>
2024-09-18 23:22:51 +08:00
github-actions[bot]
7d05bbed48
chore: upgrade deps (#50896)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-09-18 11:02:48 +08:00
github-actions[bot]
91130b715e
chore: upgrade deps (#50890)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-17 15:25:03 +08:00
栗嘉男
5db0ecc0b0 chore: merge master into feature 2024-09-16 17:23:52 +08:00
renovate[bot]
be35e77be1
chore(deps): update dependency @codecov/webpack-plugin to v1 (#50872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-15 11:09:46 +08:00
renovate[bot]
ab72043ad1
chore(deps): update dependency typescript to ~5.6.0 (#50871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-15 10:49:13 +08:00
github-actions[bot]
bd0f0cd51b
chore: upgrade deps (#50868)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-15 03:00:25 +08:00
afc163
b2b0d880fe
chore: fix size-limit (#50858) 2024-09-14 14:39:13 +08:00
𝑾𝒖𝒙𝒉
b6edef3af8
fix(Upload): should support name prop drilling (#50652)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-14 14:38:51 +08:00
栗嘉男
78c1fca2f0 chore: merge master into feature 2024-09-14 11:50:34 +08:00
afc163
884baa1fad
fix: Modal a11y warning issue (#50823)
close #50170
2024-09-12 10:17:33 +08:00
章鱼怪
380cae80bc
feat(Image): add onActive to toolbarRender (#50812)
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-11 23:32:37 +08:00
github-actions[bot]
769331dec4
chore: upgrade deps (#50798)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
2024-09-11 09:52:12 +08:00
二货爱吃白萝卜
4fffbea08f
fix: Sider support ConfigProvider theme (#50780)
* fix: Sider support cp

* fix: css layout

* chore: size limit
2024-09-10 15:43:58 +08:00
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 d247193722.

* 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