MadCcc
e3974850fa
fix: Radio.Group focus and blur should work ( #36041 )
2022-06-14 14:00:33 +08:00
afc163
c72c70024e
docs: fix menu API table ( #36043 )
...
* docs: fix menu API table
* Update index.en-US.md
2022-06-14 11:08:16 +08:00
csr632
29565273cb
docs: title is no loger supported by SubMenuType ( #36037 )
2022-06-14 11:04:18 +08:00
dingkang
52b049d170
test: replace Table part test with test lib ( #35989 )
...
* test: replace Table part test with test lib
* test: replace table test with test library
* test: update snapshot
* test: replace last mount
* test: fix 18 testing
Co-authored-by: zombiej <smith3816@gmail.com>
2022-06-13 11:26:16 +08:00
Yuki Zhang
3f822ac43f
test: move test cases to testing lib for Statistic ( #36019 )
...
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-13 09:05:49 +08:00
Taisuke Hinata
f93480a61d
docs: fix onChange description repeated twice ( #36013 )
2022-06-12 18:29:40 +08:00
苯苯
961383fa0c
fix: missing semicolon ( #36008 )
2022-06-11 15:10:03 +08:00
苯苯
c7638a9294
fix: Fixed the getContainer property in Image not reading the settings in ConfigProvider ( #36002 )
...
* fix: 35942
* test: 添加测试用例
* fix:
* fix:
2022-06-11 13:54:50 +08:00
二货机器人
c7aa754efe
chore: update ts config ( #36000 )
2022-06-10 20:35:28 +08:00
苯苯
a86feb702e
fix: DropdownProps
definition ( #35990 )
...
Co-authored-by: jhonebee <zhangjin19960908@gamil.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2022-06-10 17:59:26 +08:00
muxin
f2a5d2f881
fix: Button has no disabled style when link type ( #35975 )
...
Co-authored-by: MadCcc <1075746765@qq.com>
2022-06-10 17:58:58 +08:00
二货机器人
66c3639ed4
chore: bump rc-dialog version ( #35969 )
...
* chore: bump rc-dialog version
* chore: trigger
* chore: trigger
* docs: RM peer conflict demo
* chore: bump deps version
* chore: bump ver
* chore: bump
* chore: bump
* chore: test
* chore: rm peer
* chore: clean all peer
* chor: bump rc-image
2022-06-10 17:06:07 +08:00
afc163
74287acd0a
chore: fix typo
2022-06-10 13:35:42 +08:00
XIN HU
4fd49a8f7f
docs: Segmented API type ( #35974 )
...
* Update index.en-US.md
* Update index.zh-CN.md
2022-06-09 21:39:35 +08:00
Umberto Gariggio
4c0ac91f48
chore: Update it_IT.tsx ( #35970 )
...
Fix italian translation for Table.cancelSort key
2022-06-09 19:15:51 +08:00
yykoypj
cfc790d6fe
test: move test cases to @testing/library for Typography ( #35955 )
...
* test: move test cases to @testing/library for Typography
* fix: waitFor for tooltip test
* fix: sleep to wait copy hide
* test: refactor focus test
2022-06-09 18:09:43 +08:00
Christian Lechner
da9324fe63
Fix color generation for grey colors ( #35954 )
...
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-09 15:11:15 +08:00
龙风
e5ed96d6d4
chore: fix code ( #35949 )
2022-06-09 11:47:02 +08:00
MadCcc
c56bb2bb0f
fix: cubic-bezier should be animation-timing-function ( #35943 )
2022-06-08 11:06:50 +08:00
MasaoBlue
d099dea28b
fix: menu items typings ( #35790 )
...
* Fix menu items typings
* add test case for menu item type checking
2022-06-08 10:25:49 +08:00
Yuki Zhang
c0389d200a
test: move test cases to testing lib ( #35900 )
2022-06-08 09:57:09 +08:00
Yuki Zhang
08a9c0b7f8
test: move test cases to testing lib ( #35909 )
2022-06-08 09:56:50 +08:00
二货机器人
771836cbc0
test: refactor tree with testing lib ( #35937 )
...
* test: tree test
* test: clean up
* chore: bump rc-tree
* test: Update snapshot
* test: Update for react 18
2022-06-07 21:04:47 +08:00
dingkang
dfd1897063
test: replace test case with test library ( #35925 )
...
* test: replace test case with test library
* test: replace test case with test library
* test: update snapshots
2022-06-07 10:14:32 +08:00
MadCcc
1f080c299e
fix: Form.Item noStyle should not be affected by parent Form.Item ( #35849 )
...
* fix: Form.Item noStyle should not be affected by parent Form.Item
* test: update snapshot
* fix: status
* chore: code clean
* fix: modal and drawer
* test: fix lint
* chore: code clean
* refactor: noFormStyle
* chore: code clean
* revert: revert change in Form.Item
* chore: code clean
2022-06-06 23:39:00 +08:00
MadCcc
6e04120265
docs: fix tree demo ( #35927 )
2022-06-06 23:23:11 +08:00
zombiej
d56ba7062f
chore: bump bundle size of babel runtime
2022-06-06 18:57:00 +08:00
zombiej
2d7122ce8e
Merge remote-tracking branch 'origin/feature' into master-merge-feature
2022-06-06 18:55:54 +08:00
Heaven
4dd6fcaf99
Feat: support 'treeExpandAction' prop for TreeSelect ( #35618 )
...
* Feat: support 'treeExpandAction' prop for TreeSelect
* chore: bump rc-tree
* chore: fix lint
* fix: fix directory tree duplicate expandAction
* fix: fix directory tree duplicate expandAction
* fix: fix directory tree duplicate expandAction
* chore: add docs
Co-authored-by: zombiej <smith3816@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-06 18:44:58 +08:00
Shang Song
22c8bc4c7a
test: migrate part of Affix tests ( #35860 )
2022-06-06 17:49:55 +08:00
Luobo Zhang
b29d749a71
test: migrate part of Button tests ( #35869 )
2022-06-06 17:33:42 +08:00
kalykun
7bb5a7a563
docs: correct types ( #35919 )
...
* docs: correct types
* ++
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-06 16:28:00 +08:00
MadCcc
d1de6d9a40
fix: remove important in radio style ( #35920 )
...
* fix: remove important in radio style
* chore: code clean
2022-06-06 15:44:23 +08:00
元凛
ebe9c3c7f3
docs: add typography format version
2022-06-06 14:35:53 +08:00
chenxiang
c9145d7051
fix: 类型“FormListFieldData”上不存在属性“fieldKey”。( #35883 ) ( #35884 )
...
* fix: 类型“FormListFieldData”上不存在属性“fieldKey”。(#35883 )
* add deprecated tag to fieldKey
* add changelog
* Revert "add changelog"
This reverts commit 2cc174f633
.
2022-06-06 14:26:16 +08:00
github-actions[bot]
2c1d5120b5
chore: auto merge branchs ( #35910 )
...
branch: merge master into feature
2022-06-06 03:37:12 +00:00
yykoypj
1bae50c6be
fix:border-style for inputNumber addon when rtl ( #35876 )
2022-06-02 19:36:10 +08:00
MadCcc
77823c5932
feat: tabs support popupClassName ( #35892 )
...
* feat: tabs support popupClassName
* docs: update
2022-06-02 19:31:27 +08:00
Luobo Zhang
a5074efcb0
refactor: Wave in React 18 StrictMode ( #35889 )
2022-06-02 18:39:32 +08:00
MadCcc
a5d8db0368
refactor: pagination mini className ( #35881 )
...
* refactor: pagination mini cls
* test: update snapshot
* test: update snapshot
* chore: code clean
* chore: code clean
* test: update snapshot
* test: update snapshot
2022-06-02 17:26:41 +08:00
郑国庆
6e55310fca
test: replace Input part test with test lib ( #35754 )
...
* test: replace Input part test with test lib
* test: test input case
* test: update textarea case
Co-authored-by: z1399 <zhenggq@dtdream.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-02 16:28:22 +08:00
二货机器人
8b27d06eaa
chore: stlye patch of statistic ( #35874 )
...
* chore: stlye patch of statistic
* test: Udpate snapshot
2022-06-02 11:36:03 +08:00
afc163
2113c25664
feat: Progress steps support custom strokeColor for each step ( #35855 )
...
* feat: <Progress steps /> could accept string[] as strokeColor
close #35852
close #26858
* fix: tsx demo
* docs: add version column
2022-06-01 23:00:03 +08:00
afc163
792d23036c
test: update snapshot
2022-06-01 19:24:56 +08:00
afc163
6423e22f78
chore: merge feature
2022-06-01 18:28:31 +08:00
叶枫
c3fc5db788
fix: drawer close twice children is undefined ( #35853 )
...
* fix: drawer close twice children is undefined
* fix: drawer close twice children is undefined
* chore: code
* fix: test
2022-06-01 16:46:55 +08:00
zombiej
81a2b2dd06
chore: bump rc-dialog & update snapshot
2022-06-01 15:02:36 +08:00
yykoypj
7dc56e3f00
test: move test cases to @testing/library for List ( #35850 )
2022-06-01 13:45:51 +08:00
afc163
d13f02a89f
style: tweak Skeleton margin top style ( #35848 )
2022-06-01 13:14:05 +08:00
slotDumpling
1251a4e775
perf: active skeleton animated with transform ( #35836 )
...
* active skeleton animated with transform
* properties order fixed
* properties order fixed
* properties order fixed
Co-authored-by: afc163 <afc163@gmail.com>
2022-06-01 12:13:09 +08:00