thinkasany
893b5285c0
type(Tag): add React.ReactNode ( #43357 )
2023-07-05 13:07:13 +08:00
lijianan
87a4bc882e
site: add install Tabs for Icon ( #43361 )
2023-07-05 00:10:12 +08:00
thinkasany
656ba8de1a
type: add React.ReactNode ( #43351 )
2023-07-04 17:31:13 +08:00
thinkasany
9796351e72
docs: Example titles begin with uppercase ( #43345 )
2023-07-04 17:30:53 +08:00
JiaQi
b46c2d062b
style(progress): support animation in rtl direction ( #43316 )
2023-07-03 17:12:13 +08:00
lijianan
e2907c8ac2
performance: add key for <i /> ( #43317 )
...
* performance: add key for <i />
* Update index.tsx
Signed-off-by: lijianan <574980606@qq.com>
---------
Signed-off-by: lijianan <574980606@qq.com>
2023-07-03 09:55:42 +08:00
afc163
1d2f874150
style: Badge color should be respected ( #43304 )
...
* style: Badge color should be respected
* test: update snapshot
* style: fix Badge color
2023-07-01 01:30:19 +08:00
afc163
6ead5ae5ef
demo: update badge demo ( #43307 )
2023-07-01 01:29:54 +08:00
dong
5c0f632235
fix: fix Select clear icon position with feedback ( #43302 )
...
Co-authored-by: zhiyuandong.dzy <zhiyuandong.dzy@digital-engine.com>
2023-06-30 19:16:24 +08:00
daisy
ab036297b3
demo: fix table drag demo click event not working ( #43291 )
2023-06-30 17:49:25 +08:00
LHH
d9d44195a6
docs: fix dayjs updateLocale usage ( #43250 )
...
* fix:dayjs中没有updateLocale方法,直接使用local("zh-cn")
codesandbox中的示例也报错了。。找不到updateLocale方法
* Apply suggestions from code review
Signed-off-by: afc163 <afc163@gmail.com>
* Update index.en-US.md
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-06-30 17:49:00 +08:00
洋
cb338a2c61
fix: Button disabled style with link or href case ( #43091 )
...
* fix: Button disabled style with link or href case
* chore: update
* fix: update link disable logic
* test: update snapshot
* chore: update
* chore: update code
Co-authored-by: wxh16144 <wxh16144@users.noreply.github.com>
* Update components/button/style/index.ts
Co-authored-by: Wuxh <wxh16144@qq.com>
---------
Co-authored-by: 洋 <hetongyang@bytedance.com>
Co-authored-by: wuxh <wxh1220@gmail.com>
Co-authored-by: wxh16144 <wxh16144@users.noreply.github.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: Wuxh <wxh16144@qq.com>
2023-06-30 14:19:06 +08:00
Zhou Fang
78714e01c4
demo: translate chinese to english ( #43234 )
...
* Updated language in layout-can-wrap.tsx
* Updated language in draggable.tsx
* Updated language in drag-debug.tsx
* Updated language in tree/demo/draggable.tsx
* Updated jest snapshots for form
---------
Co-authored-by: Zhou Fang <zhfaxb@syntronic.com>
2023-06-29 23:57:39 +08:00
Rainey
e985f8e845
fix: mergedAppConfig dependency exception ( #43269 )
...
Signed-off-by: Rainey <xuebing_orz@icloud.com>
2023-06-29 19:27:30 +08:00
lijianan
00f4ed3dc9
type: params type support generic ( #43211 )
...
* type: type optimization
* test: add test case
2023-06-29 13:03:52 +08:00
thinkasany
90a381df2a
type: optimization copyIdRef type ( #43257 )
2023-06-29 10:47:38 +08:00
thinkasany
4a4d276d25
type: correct type & remove useless type ( #43256 )
2023-06-29 01:16:11 +08:00
JiaQi
91be823272
fix(Transfer): Dropdown is hidden & showSizeChanger
not work ( #41906 )
...
* fix: Page size dropdown is hidden
* fix: SizeChange not work
* chore: add test case
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-06-28 19:23:00 +08:00
Lennox Omondi
41fe4ced89
docs: Fix typo in App Component english version ( #43235 )
...
Typo fix for App documentation
2023-06-28 11:37:14 +08:00
daisy
1df65eeef3
docs: update DatePicker、TimePicker cellRender ( #43226 )
2023-06-28 10:34:25 +08:00
JiaQi
c3225c0720
fix: error reported when the name of Form.List is 0 ( #43199 )
...
* fix: error reported when the name of Form.List is 0
* chore: add test case
2023-06-28 09:46:20 +08:00
kang
f0059cebc2
type: pass-through cascader option generic type ( #43231 )
2023-06-27 23:37:24 +08:00
MadCcc
5df309742e
fix: Popcomfirm should support and ( #43212 )
2023-06-27 20:03:43 +08:00
二货爱吃白萝卜
cb1abcfe66
docs: add picker faq ( #43208 )
2023-06-27 15:34:55 +08:00
二货爱吃白萝卜
1765c49cdc
fix: Upload with maxCount not trigger onChange ( #43193 )
...
* test: test driven
* fix: Upload maxCount not trigger onChange
2023-06-26 19:09:17 +08:00
Danial Soheili
84c234ac8d
style: move token color to default props ( #43164 )
2023-06-24 18:19:44 +08:00
Danial Soheili
e1dcfd6820
fix: qrcode fgColor for dark mode ( #43162 )
...
* 👌 IMPROVE: qrcode fgColor for dark mode
* 🧪 TEST: update snapshots
2023-06-24 17:23:37 +08:00
Starpuccino
5c350a80e2
fix: Slider disabled status in form ( #43142 )
...
* fix slider component disabled status in form
* add test case & update demo
* fix related test cases
2023-06-24 14:20:56 +08:00
kiner-tang(文辉)
5728abe94e
fix: solve form label offset not working in vertical layout issue ( #43155 )
2023-06-24 13:59:33 +08:00
kiner-tang(文辉)
cc4277eb55
chore(Button): spelling optimization ( #43157 )
2023-06-24 12:55:06 +08:00
daisy
7a7ee61fd7
fix(Breadcrumb): items dropdownProps loss ( #43151 )
...
* fix(Breadcrumb): items dropdownProps loss
* chore: revert demo
* test: add test
2023-06-23 00:45:47 +08:00
二货爱吃白萝卜
ec29ebf2c9
fix: Table filter throw react warning ( #43139 )
2023-06-21 14:26:30 +08:00
lijianan
209f062131
type: update string type with React.HTMLAttributeAnchorTarget ( #43129 )
2023-06-21 11:44:48 +08:00
JiaQi
8afeb6bbc0
Revert "fix(select): Fix Typography component is not centered in the Select component ( #40422 )" ( #43097 )
...
This reverts commit 2e9d14f282
.
2023-06-21 10:02:26 +08:00
Lansana Diomande
e78e2cb385
refactor(breadcrumb): make title null and undefined causes the same behaviour ( #43099 )
2023-06-21 10:02:06 +08:00
JiaQi
3a67e46b60
docs(ConfigProvider): modify useConfig Api table header ( #43128 )
2023-06-21 09:56:46 +08:00
daisy
78d117f492
docs: table column sorter ( #43130 )
2023-06-21 09:46:01 +08:00
ZhuoYang Wu(阿离)
6b4afc9c3a
fix ts interface error ( #43123 )
...
Co-authored-by: Ali <ali.wu@miotech.com>
2023-06-20 22:08:25 +08:00
二货爱吃白萝卜
5d65881984
fix: Transfer with rowKey will be unselectable ( #43115 )
...
* test: test driven
* fix: keys mapping
* chore: add bug version
2023-06-20 13:41:35 +08:00
lijianan
33fab22b96
type: update unknown with SliderRef ( #43094 )
2023-06-19 17:07:09 +08:00
daisy
feb8c569e1
refactor: Upload ListItem timeout optimization ( #42915 )
2023-06-19 14:36:24 +08:00
daisy
8a4203bec8
fix(Space): modify the priority of the component's size ( #42752 )
...
* fix(Space): modify the priority of the component's size
* chore: snapshot
* chore: snapshot
2023-06-19 14:26:48 +08:00
JiaQi
8cdb76bad6
fix(dropdown): Dropdown menu support transmit ref ( #43002 )
...
* fix(dropdown): Dropdown menu support transmit ref
* chore: add test case
2023-06-18 13:21:39 +08:00
afc163
446e8336dc
style: fix InputNumber prefix style in Form.Item ( #43049 )
...
* style: fix InputNumber prefix style in Form.Item
close #32924
* Update components/input/style/index.ts
2023-06-16 18:56:14 +08:00
lijianan
3b0352178d
type: update unknow with UploadListRef ( #43054 )
2023-06-16 18:34:25 +08:00
KAM
0dcd6e8c22
fix(InputNumber): Fix incorrect disable state style for input box com… ( #42974 )
...
* fix(InputNumber): Fix incorrect disable state style for input box components with front and rear label configuration
* fix(InputNumber): Add case previews for pre and post tags and prefix activation in the disabled state in InputNumber, and add corresponding test cases
* fix(InputNumber): Fix the issue of incorrect inputNumber background color caused by the original prefix icon being disabled
* fix(InputNumber): Remove the toggle disable state interaction in the addon case
* fix(InputNumber): Optimize and merge style processing
* fix(InputNumber): Adjust the addon case and remove irrelevant cases
* fix(InputNumber): Update the snapshot in the InputNumber component unit test
* fix(InputNumber): Fix the issue of incorrect test snapshots caused by adjusting the controls in the disabled state display
* fix(InputNumber): Fix the issue of incorrect test snapshots caused by adjusting the controls in the disabled state display
* fix(InputNumber): Fix the issue of incorrect test snapshots caused by adjusting the controls in the disabled state display
* fix(InputNumber): Fix the issue of incorrect test snapshots caused by adjusting the controls in the disabled state display
* fix(InputNumber): Fix the issue of incorrect test snapshots caused by adjusting the controls in the disabled state display
2023-06-16 14:04:13 +08:00
stefan-ysh
0c76e3f183
docs: The description of API superNextIcon and superPrevIcon made the << and >> reversed ( #43046 )
2023-06-16 12:11:37 +08:00
afc163
167b2bdcf5
docs: remove Option usage from Select documentation ( #43045 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2023-06-16 11:15:38 +08:00
afc163
3f92966715
docs: Update Progress segment.md description ( #43033 )
2023-06-16 10:05:55 +08:00
二货爱吃白萝卜
b037433d2b
fix: upload event should not trigger the file out of maxCount ( #43034 )
...
* fix: upload event should not trigger the file out of maxCount
* chore: opt match logic
* chore: refactor use some
2023-06-16 00:47:55 +08:00