Commit Graph

25499 Commits

Author SHA1 Message Date
二货爱吃白萝卜
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
MadCcc
78923c541a
docs: Link support open in new tab or window (#43398)
* docs: Link support open in new tab or window

* docs: apply more Linki

* Revert "docs: apply more Linki"

This reverts commit e19ddd7479.
2023-07-06 13:45:40 +08:00
thinkasany
749aea08d4
type: use React.ReactElement<any> replace any (#43397) 2023-07-06 11:01:14 +08:00
lijianan
3bbe9e7b63
chore(deps): bump prettier from 2.3.2 to 3.0.0 (#43391) 2023-07-06 09:45:16 +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
dependabot[bot]
84ca0d23ae
chore(deps-dev): bump stylelint-config-standard from 33.0.0 to 34.0.0 (#43386)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 33.0.0 to 34.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/33.0.0...34.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-05 20:46:49 +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
1d01a1f681
chore: use the same camelCase (#43371) 2023-07-05 15:13:56 +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
kiner-tang(文辉)
873afe1e0b
docs: update faq about strictNullChecks (#43332)
* docs: update faq about strictNullChecks

* docs: update faq about strictNullChecks
2023-07-03 21:22:22 +08:00
JiaQi
b46c2d062b
style(progress): support animation in rtl direction (#43316) 2023-07-03 17:12:13 +08:00
那里好脏不可以
c583d3217b
Update data-format.zh-CN.md (#43324)
Signed-off-by: 那里好脏不可以 <gaosheng@kuaishou.com>
2023-07-03 15:50:30 +08:00
xrkffgg
d5f5998a73
docs: add changelog 5.6.4 (#43320)
* docs: add changelog 5.6.4

* docs: update
2023-07-03 11:37:03 +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
Quincy Qiu
02646cdf17
docs: Auto-modify theme editing content (#43287) 2023-06-30 13:53:20 +08:00
二货爱吃白萝卜
a39abf7c26
fix: Form should not trigger unnescessary onFieldsChange (#43290) 2023-06-30 11:32:09 +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
kang
24e0347a55
docs: transition docs lose content (#43273) 2023-06-29 18:52:00 +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
lijianan
6cbf3e102b
chore(dep): remove file-system-cache (#43242) 2023-06-28 13:54:49 +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
renovate[bot]
435fc6dcfe
chore(deps): update dependency file-system-cache to v2.4.1 (#43238)
* chore(deps): update dependency file-system-cache to v2.4.1

* Apply suggestions from code review

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-06-28 11:34:57 +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
kiner-tang(文辉)
955126aa95
chore: lock file-system-cache version (#43220) 2023-06-27 15:26:29 +08:00
kiner-tang(文辉)
aa98891607
docs: update docs about faq (#43213) 2023-06-27 15:01:48 +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
lijianan
643a94afbe
site: add yuque blog link (#43185) 2023-06-26 18:50:33 +08:00
lijianan
8d2512be2f
site: remove github-actions[bot] (#43182) 2023-06-26 12:11:31 +08:00