Peach
9b6bec18c3
docs: changelog for 5.6.3 ( #43173 )
* docs: changelog for 5.6.3
* chore: bump version to 5.6.3
* Update CHANGELOG.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
---------
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
lijianan
285753c67f
site: add juejin column card ( #43171 )
1 year ago
二货爱吃白萝卜
f4caa2d9df
docs: blog of bundle size ( #43165 )
1 year ago
Danial Soheili
84c234ac8d
style: move token color to default props ( #43164 )
1 year ago
afc163
84773f7098
chore: fix rtl style of demos ( #43163 )
1 year ago
Danial Soheili
e1dcfd6820
fix: qrcode fgColor for dark mode ( #43162 )
* 👌 IMPROVE: qrcode fgColor for dark mode
* 🧪 TEST: update snapshots
1 year ago
afc163
5f1230b27a
docs: fix prev and next style missing in ssr ( #43158 )
1 year ago
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
1 year ago
kiner-tang(文辉)
5728abe94e
fix: solve form label offset not working in vertical layout issue ( #43155 )
1 year ago
kiner-tang(文辉)
cc4277eb55
chore(Button): spelling optimization ( #43157 )
1 year ago
daisy
7a7ee61fd7
fix(Breadcrumb): items dropdownProps loss ( #43151 )
* fix(Breadcrumb): items dropdownProps loss
* chore: revert demo
* test: add test
1 year ago
lijianan
c01972edb2
site: add zhihu & yuque column card ( #43122 )
* site: add zhihu card
* fix
* fix
* fix
* Update .dumi/theme/slots/Content/ZhihuCard.tsx
Co-authored-by: afc163 <afc163@gmail.com>
* fix
* fix
* fix
* Update basic.tsx
* Update .dumi/theme/slots/Content/ZhihuCard.tsx
Co-authored-by: afc163 <afc163@gmail.com>
* fix
* update style
* fix
* fix
* fix: rename
* update
* update
* update url
---------
Co-authored-by: afc163 <afc163@gmail.com>
1 year ago
洋
fb28fd2e15
docs: update version href logic ( #43144 )
* docs: update version href logic
* chore: format
---------
Co-authored-by: 洋 <hetongyang@bytedance.com>
1 year ago
二货爱吃白萝卜
ec29ebf2c9
fix: Table filter throw react warning ( #43139 )
1 year ago
lijianan
209f062131
type: update string type with React.HTMLAttributeAnchorTarget ( #43129 )
1 year ago
白飞飞
480e8ae603
docs: Update docs ( #43132 )
Co-authored-by: yeyulin <miraiwhite27@gmail.com>
1 year ago
JiaQi
8afeb6bbc0
Revert "fix(select): Fix Typography component is not centered in the Select component ( #40422 )" ( #43097 )
This reverts commit 2e9d14f282
.
1 year ago
Lansana Diomande
e78e2cb385
refactor(breadcrumb): make title null and undefined causes the same behaviour ( #43099 )
1 year ago
JiaQi
3a67e46b60
docs(ConfigProvider): modify useConfig Api table header ( #43128 )
1 year ago
daisy
78d117f492
docs: table column sorter ( #43130 )
1 year ago
ZhuoYang Wu(阿离)
6b4afc9c3a
fix ts interface error ( #43123 )
Co-authored-by: Ali <ali.wu@miotech.com>
1 year ago
afc163
88ad66015b
docs: Update README.md ( #43125 )
1 year ago
afc163
4ef820fc49
chore: remove warnings from site code ( #43118 )
* chore: remove / from old version url
* chore: remove dev warning
1 year ago
afc163
9c4b20d5eb
chore: remove / from old version url ( #43117 )
1 year ago
二货爱吃白萝卜
5d65881984
fix: Transfer with rowKey will be unselectable ( #43115 )
* test: test driven
* fix: keys mapping
* chore: add bug version
1 year ago
MadCcc
8d15644159
chore: sync to gitee after push gh-pages ( #43089 )
1 year ago
lijianan
33fab22b96
type: update unknown with SliderRef ( #43094 )
1 year ago
daisy
feb8c569e1
refactor: Upload ListItem timeout optimization ( #42915 )
1 year ago
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
1 year ago
二货爱吃白萝卜
c3372d6403
docs: 5.6.2 changelog ( #43078 )
* chore: 5.6.2 changelog
* docs: update desc
1 year ago
JiaQi
8cdb76bad6
fix(dropdown): Dropdown menu support transmit ref ( #43002 )
* fix(dropdown): Dropdown menu support transmit ref
* chore: add test case
1 year ago
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
1 year ago
lijianan
3b0352178d
type: update unknow with UploadListRef ( #43054 )
1 year ago
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
1 year ago
stefan-ysh
0c76e3f183
docs: The description of API superNextIcon and superPrevIcon made the << and >> reversed ( #43046 )
1 year ago
afc163
167b2bdcf5
docs: remove Option usage from Select documentation ( #43045 )
* Update index.zh-CN.md
* Update index.en-US.md
1 year ago
afc163
3f92966715
docs: Update Progress segment.md description ( #43033 )
1 year ago
kiner-tang(文辉)
96ff8b946e
docs: update development workflow in the document about contributing ( #43037 )
* docs: update development workflow in the document about contributing
* docs: update docs
* docs: update docs
---------
Co-authored-by: lijianan <574980606@qq.com>
1 year ago
二货爱吃白萝卜
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
1 year ago
kiner-tang(文辉)
3c979eb84b
site: hide package manager tab which command is empty ( #43032 )
* site: hide pkgManager tab when the command is empty
* feat: optimize code
* feat: optimize code
1 year ago
afc163
d16f97fc70
docs: update App component usage ( #43030 )
1 year ago
afc163
37b85e06f2
docs: fix comma usage ( #43029 )
1 year ago
MadCcc
0bfecb16b5
chore: update script ( #43027 )
1 year ago
lijianan
828ff5efb3
docs: update docs use-with-create-react-app ( #43018 )
* docs: update docs
* Update use-with-umi.en-US.md
* Update use-with-umi.zh-CN.md
1 year ago
二货爱吃白萝卜
96a93260d3
refactor: split form context ( #43023 )
1 year ago
daisy
e9bbc588cd
fix: Radio.Button title loss ( #43012 )
1 year ago
afc163
b72d313448
docs: update getting-started documentation ( #43015 )
1 year ago
erhu
f2344a269b
site: site style optimization ( #43010 )
1 year ago
lijianan
4a6c09ca2a
site: site optimization ( #43007 )
* site: site optimization
* Update practical-projects.zh-CN.md
1 year ago
Dunqing
02d03ba4ca
docs: replace vite with Vite ( #43004 )
1 year ago