Commit Graph

18378 Commits

Author SHA1 Message Date
thinkasany
35d4ab7e4a
chore: remove unused code (#51508) 2024-11-06 16:55:16 +08:00
Зухриддин Камильжанов
efc754c3e9
(enhance): improve translations (#51407)
* (enhance): improve translations

* run tests
2024-11-06 14:55:17 +08:00
二货爱吃白萝卜
6f8726fdce
fix: Tree style mistake (#51492) 2024-11-05 16:18:53 +08:00
二货爱吃白萝卜
4f1e56f31c
docs: fix docs mistake (#51491) 2024-11-05 15:19:03 +08:00
二货爱吃白萝卜
718609102b
fix: TimePanel not scrollable (#51481) 2024-11-04 17:18:03 +08:00
thinkasany
e8f7b0a620
docs(inputNumber): fix focus version to 5.22.0 (#51478) 2024-11-04 15:18:48 +08:00
thinkasany
299c394c81
demo(InputNumber): add version tag (#51466) 2024-11-04 14:54:33 +08:00
Jony J
a03e2024d4
refactor(qr-code): improve a11y attributes handling in QRCode component (#51421)
* refactor(qr-code): improve a11y attributes handling in QRCode component

* test: update snapshot

* feat(qr-code): improve a11y attributes handling in QRCode component

* chore: remove useless code

* test: add test case

* chore: remove data attr and update test cases

* chore: omit a11yProps from props
2024-11-04 14:50:00 +08:00
Jony J
6380fc7a95
feat: improve focus behavior (#51444)
* feat: improve focus behavior

* test: update snapshot

* chore(deps): bump rc-input-number version

* chore: remove useless code

* test: update snapshot
2024-11-01 17:21:02 +08:00
thinkasany
eb219058c1
fix(Typography): fix no change when switching locale (#51453)
* fix(Typography): fix ConfigProvider locale settings

* add demo

* add test case

* Revert "add demo"

This reverts commit cf1d757f31.
2024-11-01 16:53:48 +08:00
Jony J
f73825ba74
feat(cascader): add disabled api for panel (#51272)
* feat: add disabled api for panel

* feat: improve demo

* test: update snapshot

* test: update snapshot

* test: update snapshot
2024-11-01 15:29:48 +08:00
Jony J
08a9325182
feat: add a11y test for components demo (#51414)
* test: add accessibility test utilities

* refactor(tests): replace polling with Promise chain for axe test queue management

* test: add a11y test for components demo

* feat: add a11y test utils

* test: add a11y test for components demo

* test: add a11y test for components demo

* chore: remove unnecessary code

* feat: add polyfill for test environment

* test: add a11y test for components demo

* test: add a11y test for components demo

* chore: adjust code style
2024-11-01 11:30:11 +08:00
𝑾𝒖𝒙𝒉
3f8943e274
chore: fix lint (#51452) 2024-10-31 17:36:25 +08:00
Muhammad Abuzar
49cf576f46
docs: documentation improvement (#51442)
* Update index.en-US.md

Corrected a grammar error in shape prop 

Signed-off-by: Muhammad Abuzar <muhammadabuzar010@gmail.com>

* Update components/button/index.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

* Update components/button/index.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: Muhammad Abuzar <muhammadabuzar010@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-31 08:04:11 +08:00
Amumu
8eee04b20f
fix: event should be optional (#51419)
* event should be optional

* revert ts
2024-10-29 17:22:43 +08:00
Jony J
34c28a6ac1
feat(input-otp): add onInput api for otp (#51289)
* feat(input-otp): add onInput api for otp

* feat(input-otp): add test case

* fix: test case error

* docs: add release  version

* docs: add release  version

* docs: update en-US document release version

* Update components/input/index.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Jony J <82765353+aojunhao123@users.noreply.github.com>

* docs: update docs

* feat: modify onInput parameter type

* test: fix test case

* docs: update docs

* docs: update docs

---------

Signed-off-by: Jony J <82765353+aojunhao123@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-28 18:53:14 +08:00
afc163
1687634565
fix: Collapse a11y issue and cursor style (#51400) 2024-10-28 17:41:28 +08:00
叶枫
7410b536b4
feat: Description item support block (#51365)
* feat: Descriptions support row

* feat: review

* feat: snap

* feat: test

* feat: review

* feat: review

* feat: test

* feat: test

* feat: add calc span

* feat: snap

* feat: block

* feat: test change block

* feat: doc

* feat: doc

* feat: test

* feat: empty text test

* feat: row > block

* feat: remove block

* feat: filled

* feat: fiiled 逻辑修正 最后一个始终补齐

* feat: doc

* feat: review

* feat: review

* feat: review
2024-10-28 15:19:39 +08:00
zmbxy
a8d9aeecbd
feat: Tree component adds nodeHoverColor and nodeSelectedColor tokens (#51367)
Co-authored-by: zmbxy <zhaoqingwei@wangtai-tech.com>
2024-10-27 00:06:02 +08:00
𝑾𝒖𝒙𝒉
c69e943eeb
fix(icon-button): Button icon not vertically centered error (#51381) 2024-10-26 23:54:03 +08:00
ustcfury
55835153e8
fix: add Input cursor disabled (#51387)
Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>
2024-10-26 23:49:24 +08:00
Jony J
5f8a5d2149
fix(Spliter): expand collapse button click area for improved usability (#51383) 2024-10-26 23:47:07 +08:00
二货爱吃白萝卜
e12a76b3ab
enhance: Resolve Splitter ssr render view (#51378)
* chore: ssr fix

* test: add test case

* test: fix test logic

* test: update snapshot
2024-10-25 17:23:12 +08:00
二货爱吃白萝卜
1c7613b27f
fix: use locale of empty img title (#51368) 2024-10-24 20:48:36 +08:00
Guo Yunhe
158b4c7539
Cascader and TreeSelect support prefix props (#51276)
* feat(TreeSelect): TreeSelect supports prefix prop

* feat(Cascader): Cascader supports prefix prop
2024-10-24 10:37:28 +08:00
𝑾𝒖𝒙𝒉
5a5a412a3f
♻️ refactor: Defensive programming (#51360) 2024-10-23 22:18:55 +08:00
Dzmitry Yarmoshkin
ec5e6c4e42
fix(Checkbox): indeterminate state (#51350) 2024-10-23 16:28:03 +08:00
Guo Yunhe
02fc70eb4b
DatePicker and TimePicker support prefix props (#51335)
* feat(DatePicker): DatePicker supports prefix prop

* feat(TimePicker): TimePicker supports prefix prop
2024-10-23 15:00:35 +08:00
𝑾𝒖𝒙𝒉
bb58221893
site(api-table): support show deprecated api (#51342) 2024-10-23 11:25:33 +08:00
afc163
e0e0cc211e
style: fix DirectoryTree style (#51210) 2024-10-22 20:35:45 +08:00
𝑾𝒖𝒙𝒉
badbd80eb4
feat(Table): column filterDropdownProps support (#51297)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2024-10-22 17:50:17 +08:00
thinkasany
4c71116efd
docs(DatePicker): add showWeek version (#51338) 2024-10-22 16:00:58 +08:00
叶枫
53dcfb20a6
docs: week add doc (#51334) 2024-10-22 13:09:00 +08:00
thinkasany
6e12a903c7
demo: improve the use of Segmented (#51324) 2024-10-22 10:09:31 +08:00
lijianan
1776d741ce
type: rm unnecessary button type (#51332) 2024-10-22 09:57:14 +08:00
github-actions[bot]
9f77bc576b
chore: auto merge branches (#51331)
chore: sync master to feature
2024-10-22 01:31:28 +00:00
thinkasany
113c2da734
demo(qrcode): improve errorLevel type (#51321) 2024-10-21 12:03:04 +08:00
ajenkins-mparticle
44d3d2d95d
fix: remove pointer-events: 'none' for disabled items in date-picker panel (#51294)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-21 11:39:08 +08:00
Muhammad Sohaib Raza
4b5cee0b3f
refactor: minor refactoring + optimization (#42037)
Co-authored-by: mac <mac@macs-MacBook-Pro.local>
Co-authored-by: SohaibRaza <sohaib.raza@devcrew.io>
Co-authored-by: lijianan <574980606@qq.com>
2024-10-20 21:12:53 +08:00
kiner-tang
f4d8a8df0c
fix: The onRefresh method is missing from the QRCode component's statusRender (#51315) 2024-10-20 10:39:38 +08:00
栗嘉男
59ef0dc0a3 chore: merge master into feature 2024-10-20 09:51:14 +08:00
Jony J
00a4e2d3c4
fix(Layout): Fix Layout collapse trigger missing style (#51313) 2024-10-19 23:11:38 +08:00
lijianan
706c0009a5
site: improve scrollbar style of site (#51220) 2024-10-16 21:25:14 +08:00
Jony J
b2cbae293e
fix(FloatButton): fix FloatButton menu mode to allow interaction inside the menu on hover (#51208) 2024-10-16 21:24:16 +08:00
afc163
f724fcdc01
chore: upgrade rc-tree and rc-tree-select and rc-cascader (#51251) 2024-10-16 21:17:56 +08:00
Guo Yunhe
015740d1eb
feat(Select): Select supports prefix prop (#51186) 2024-10-16 18:04:38 +08:00
𝑾𝒖𝒙𝒉
18416bc8c3
style(badge): fix text style error (#51252) 2024-10-15 17:32:05 +08:00
NathanLao
1d76fe94fa
feat: focus on the first field with error in form validation (#51231)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-15 16:24:27 +08:00
afc163
7e5c67e69f chore: update snapshot 2024-10-15 13:51:42 +08:00
afc163
dde4c9ca55 Merge branch 'master' into master-merge-feature 2024-10-15 13:44:53 +08:00
thinkasany
0ec7bad5cb
fix(Typography): Link can be selected by the user (#51243) 2024-10-15 11:32:29 +08:00
Wanpan
fcea6b6691
fix: Splitter token rename (#51223)
Co-authored-by: afc163 <afc163@gmail.com>
2024-10-15 09:51:19 +08:00
afc163
2d2a7c9da3 merge feature 2024-10-14 18:05:41 +08:00
qingting
46c29020a4
fix(input.search): ensure borderColor inherits from theme token (#51226) 2024-10-14 14:25:45 +08:00
ice
a15d9a3e4b
style(button): modify the text suspension bgColor (#51187) 2024-10-13 13:15:46 +08:00
BKou
3e4135b0c0
docs: the default value of textAlign in watermark-cn (#51212)
Co-authored-by: aojunhao123 <aojunhao123@users.noreply.github.com>
2024-10-12 15:45:27 +08:00
Meowu
b8478e7e82
fix(Tree): align switcher icon of tree component. (#51181) 2024-10-12 11:35:37 +08:00
thinkasany
d74500b34c
type(switch): improve eventHandler type (#51165) 2024-10-12 10:53:22 +08:00
二货爱吃白萝卜
9a4e554abe
fix: mix usage should not scroll (#51169) 2024-10-09 19:20:30 +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
Amumu
c55a675c69
chore: update slider patch to fix warning (#51150)
* chore: update slider patch

* update snap
2024-10-08 15:32:17 +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
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
kiner-tang
e8b0fc4925
fix(Splitter): fix the issue about Splitter had unexpected gaps in Flex (#51096) 2024-10-02 17:46:22 +08: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
afc163
fc91464a9a
refactor: refactor components/upload/UploadList/index.tsx (#51074) 2024-09-30 14:08:03 +08:00
afc163
9b779b1cd8
refactor: remove TransButton in Table/Transfer/Typography (#51068) 2024-09-29 18:02:13 +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
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
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
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
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
Roman Letodiani💠
10ad31faf2
docs: Update index.en-US.md (#51006) 2024-09-25 10:13:05 +08:00
ice
696c9dde02
fix(button): type=link error token & add prefix cls (color/variant) & specificity too high (#50962) 2024-09-24 23:52:50 +08:00
Yaşar Tahir Köse
8537f73e3d
fix: tr value added on filterCheckall keyword (#51000)
Co-authored-by: ytahirkose <yasar.kose@elsitel.com.tr>
2024-09-24 22:50:00 +08:00
二货爱吃白萝卜
6a48219d00
fix: Table in Transfer (#50974) 2024-09-23 19:08:41 +08:00
二货爱吃白萝卜
96e5dfae2f
docs: add desc (#50967) 2024-09-23 14:47:15 +08:00
二货爱吃白萝卜
e3063f244d
docs: blog picker (#50936)
* chore: blog picker

* docs: trigger update

* docs: add ref faq

* docs: update
2024-09-23 11:09: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
kiner-tang
aa70d29d30
fix(Tour): solve the Tour title will cover the close button at a certain length issue (#50942) 2024-09-22 22:03:33 +08:00
kiner-tang
ff4989ccca
feat: Add some token for Select to customize hover/focus style (#50951)
* feat: add some token in select

* feat: add some token in select
2024-09-22 18:36:05 +08:00
thinkasany
0401475eb4
fix(select): background color appears when allowClear and filled (#50916) 2024-09-22 13:58:56 +08:00
lijianan
14d00df048
chore: fix the Warning of Alert demo (#50946) 2024-09-21 22:46:29 +08:00
github-actions[bot]
119eef9075
chore: auto merge branches (#50945)
chore: merge feature into master
2024-09-21 14:07:01 +00:00
kiner-tang
13530a0ba6
docs: optimize demo style of lunar (#50944) 2024-09-21 20:09:37 +08:00