daisy
266e60aa95
fix(Card): should show tab when tabList is empty ( #43416 )
...
* fix(Card): should show tab when tabList is empty
* test: add case
* test: adjust case
2023-07-07 17:29:01 +08:00
thinkasany
a4d01a5a17
type(select): supplementary mode type ( #43413 )
2023-07-07 15:00:15 +08:00
lijianan
890316fc35
type: replace unknown with CheckboxRef ( #43424 )
2023-07-07 13:34:51 +08:00
thinkasany
f566e3b24b
type: supplementary React.FC type ( #43410 )
...
* type: supplementary React.FC type
* fix: remove useless code
* revert: remove useStyle
* revert: card-top
* Update card-top.tsx
2023-07-06 23:54:03 +08:00
黄庄妮
fd8a9884f0
docs: fix Table api description ( #43407 )
2023-07-06 19:02:02 +08:00
二货爱吃白萝卜
9fdf12ea47
docs: add getFieldsValue faq ( #43405 )
2023-07-06 17:51:38 +08:00
二货爱吃白萝卜
588ee4cac2
docs: Add motion & dropdown faq ( #43403 )
...
* docs: motion usage case
* docs: faq
* docs: update
2023-07-06 16:14:11 +08:00
Wuxh
70abc90afd
fix: ConfigProvider
merge form validateMessages not inheriting from parent bug ( #43239 )
...
* test(CP): add Form unit case
* fix: `ConfigProvider ` merge form validateMessages not inheriting from parent bug
2023-07-06 15:33:33 +08:00
二货爱吃白萝卜
a7f14e7190
fix: tag position of wave ( #43402 )
2023-07-06 14:30:18 +08:00
thinkasany
749aea08d4
type: use React.ReactElement<any> replace any ( #43397 )
2023-07-06 11:01:14 +08:00
azro352
7ba53e1a0e
docs: patch descrption missing type for column ( #43388 )
...
* Update index.en-US.md
* Update index.zh-CN.md
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: azro352 <35503478+azro352@users.noreply.github.com>
---------
Signed-off-by: azro352 <35503478+azro352@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-07-06 09:44:11 +08:00
thinkasany
97735dd903
docs: fix desc text ( #43393 )
2023-07-06 01:31:17 +08:00
MadCcc
b64a57d5d0
docs: component token meta ( #43337 )
...
* docs: component token meta
* docs: more
* docs: complete
2023-07-05 17:49:59 +08:00
thinkasany
a640139c03
test: add blogList test case ( #43375 )
2023-07-05 17:47:58 +08:00
lijianan
67900a7aad
type: optimization AnyObject type ( #43366 )
...
* type: optimization AnyObject type
* fix lint
* rerun
2023-07-05 16:54:04 +08:00
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