Commit Graph

28641 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
二货爱吃白萝卜
15e1f152e3
fix: ColorPicker gradient slider not draggable (#51161)
* fix: fill should trigger same color

* test: add test case

* chore: add desc

* chore: force CI

* chore: force CI
2024-10-09 11:12:20 +08:00
thinkasany
f83c588b55
type(slider): improve eventName type (#51156) 2024-10-08 17:56:12 +08:00
thinkasany
42a3770e7d
site: fix display of refs (#51153)
* site: fix display of refs

* fix

* fix
2024-10-08 15:52:23 +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
Cameron-Asdf
169661367d
style: Make tall dropdowns have scroll bar (#51112) 2024-10-07 11:47:50 +08:00
NathanLao
eee46a440e
fix: sorter columnkey should be null (#51114) 2024-10-07 11:45:42 +08:00
kiner-tang
1e6e8d8673
docs: remove deprecated props from document (#51138) 2024-10-07 10:04:44 +08:00
kiner-tang
e17d7c9a85
fix: fix the issue about throw a warning when Splitter nested in a hidden tab panel (#51109) 2024-10-04 11:57:15 +08:00
Zt448143356
1a8b252606
docs: fix notification import statement (#51105)
Co-authored-by: chijing.zt <chijing.zt@alibaba-inc.com>
2024-10-03 21:27:21 +08:00
afc163
b81ae1d5dd
docs: add codesandbox sample for findDOMNode is deprecated (#51101) 2024-10-03 15:04:19 +08:00
mshobana
1a9fd440ee
docs: clear description of Collapsible property of Collapse (#51102)
Previously the description was not all understandable until I see the examples.

Signed-off-by: mshobana <51772793+mshobana@users.noreply.github.com>
2024-10-03 14:25:52 +08:00
Akshit Bansal
34cf399e10
chore: Update webpack.config.js (#51098) 2024-10-03 10:47:40 +08:00
kiner-tang
e8b0fc4925
fix(Splitter): fix the issue about Splitter had unexpected gaps in Flex (#51096) 2024-10-02 17:46:22 +08:00
lijianan
d5ef5f3f2c
site: audio icon is not aligned of site (#51094) 2024-10-02 14:19:10 +08:00
github-actions[bot]
2b5dfaa2cf
chore: auto merge branches (#51093)
chore: merge master into feature
2024-10-02 05:33:23 +00:00
栗嘉男
975763de84 chore: merge master into feature 2024-10-02 13:06:30 +08:00
afc163
66222a296b
chore: import rc-util from path (#51087) 2024-10-02 10:43:35 +08:00
lijianan
396d070ef7
site: site style update (#51088) 2024-10-01 12:56:23 +08:00
C. T. Lin
6b57e3b281
fix: add peerDependencies back (#51079) 2024-10-01 12:06:30 +08:00
lijianan
bb75758ae0
chore: update the publish date (#51086) 2024-10-01 10:48:24 +08:00
afc163
0ed8d61ff6
docs: move change-log link to meta part (#51085) 2024-09-30 20:21:18 +08:00
thinkasany
39509d4e85
site: support bold for change doc (#51076) 2024-09-30 17:45:10 +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
fc91464a9a
refactor: refactor components/upload/UploadList/index.tsx (#51074) 2024-09-30 14:08:03 +08:00
thinkasany
d9c778ca5f
site: add version update date for component changedoc (#51070) 2024-09-29 18:02:55 +08:00
afc163
9b779b1cd8
refactor: remove TransButton in Table/Transfer/Typography (#51068) 2024-09-29 18:02:13 +08:00
afc163
b071cdf60a
fix: upgrade rc-tabs (#51072) 2024-09-29 17:48:35 +08:00
afc163
cce261263f
style: tweak lineWidthFocus to 3px (#51069) 2024-09-29 15:55:49 +08:00
afc163
c063168754
fix: Typography copyable icon not aligned (#51066) 2024-09-29 13:54:47 +08:00
lijianan
91754fb160
feat: expandedRowClassName should support string (#51067) 2024-09-29 13:28:53 +08:00
afc163
4303e5e28a
feat: Tree add indentSize token (#51010) 2024-09-29 13:26:05 +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
NathanLao
f6f126b5f5
fix: search component inconsistent height of button and input (#50926)
Co-authored-by: nathanlao11 <nathanl@emonster.ca>
Co-authored-by: afc163 <afc163@gmail.com>
2024-09-28 20:12:24 +08:00
thinkasany
bcdd10b72c
site: improve component change docs (#51040) 2024-09-28 19:56:10 +08:00
sakuraee
05fe556c98
fix: add touch listener to Splitter (#51060)
Co-authored-by: root <root@DESKTOP-CIPQ4R3>
2024-09-28 19:43:46 +08:00
gennadiipel
7d296090db
type: Remove unused className from Tour props (#51059) 2024-09-28 19:43:04 +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
ice
36573e2302
fix(select): Incorrect activeBorderColor token when variant is filled (#51054) 2024-09-27 18:49:49 +08:00
Wanpan
75df10fc07
fix: Splitter.Panel style is invalid (#51032) 2024-09-27 09:33:55 +08:00
超级烦
79f2b635b5
docs:Remove duplicate definitions of attributes icon and disabled (#51030) 2024-09-26 17:26:13 +08:00
thinkasany
34bc447d2f
site: improve pronunciation (#51017) 2024-09-26 14:02:10 +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
afc163
d85d99df5e
Revert "feat: Tree add indentWidth token" (#51009) 2024-09-25 11:14:36 +08:00
afc163
9c3478ed77
feat: Tree add indentWidth token (#50989) 2024-09-25 10:33:01 +08:00
afc163
a172d070c9
site: lazy load g6 (#50991) 2024-09-25 10:32:52 +08:00
afc163
b6adbd718f
chore: fix duplicated action name (#50994) 2024-09-25 10:31:57 +08:00
Roman Letodiani💠
10ad31faf2
docs: Update index.en-US.md (#51006) 2024-09-25 10:13:05 +08:00