Wuxh
aa918fc552
fix: fix DatePicker input style error ( #40549 )
2023-02-05 12:23:08 +08:00
lijianan
2ec869132b
docs: update api ( #40544 )
2023-02-05 11:13:38 +08:00
lijianan
0a75cfe9e2
refactoring: use React.createRef replace ref function ( #40538 )
...
* style: use React.createRef replace ref function
* style: use React.createRef replace ref function
* add useRef
* fix
* rename
2023-02-05 10:51:51 +08:00
lijianan
e45a43e6a2
fix: fix site style ( #40539 )
2023-02-04 21:26:12 +08:00
lijianan
e26e34f301
demo: update demo ( #40540 )
2023-02-04 21:25:12 +08:00
Martin Litvaj
ec190c454a
Export Breakpoint, ThemeConfig, GlobalToken types ( #40508 )
2023-02-04 21:12:10 +08:00
JiaQi
121036348a
docs(select): Make size demo check the default value ( #40536 )
...
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2023-02-04 13:12:30 +08:00
Amumu
b84497cae2
feat: slider add support for disable keyboard events ( #40526 )
...
* feat: add support disable keyboard events
* docs: add docs and types
2023-02-03 15:16:27 +08:00
MadCcc
12596a06f2
fix: optimize arrow style ( #40521 )
...
* perf: optimize arrow style
* chore: code clean
* chore: code clean
2023-02-03 14:36:46 +08:00
lijianan
286a42b4e5
site style code optimization ( #40524 )
...
* site style code optimization
* site style code optimization
* del trigger
* revert
2023-02-03 13:39:46 +08:00
MadCcc
421ae105ad
refactor: adjust boxShadow token ( #40516 )
...
* refactor: adjust boxShadow token
* chore: code clean
2023-02-03 11:20:21 +08:00
Roman Soroka
619814c005
fix: Table filter does not work if column has grouped header #40203 ( #40463 )
...
* fix: Table filter does not work if column has grouped header #40203
* fix: Table filter does not work if column has grouped header #40203
* fix: Add test case
* fix: Fix test 18
* fix: Fix tests
2023-02-02 19:52:10 +08:00
afc163
def02d74dc
chore: remove Select hover undefined line width ( #40446 )
...
* fix: Select hover undefined line width
* Apply suggestions from code review
* Update components/select/style/index.tsx
2023-02-02 19:47:08 +08:00
linxianxi
590b084565
demo: add table drag sorting handler demo ( #40346 )
...
* demo: add table drag sorting handler demo
* update snapshot
2023-02-02 10:54:13 +08:00
@linhf2023
83cfad4714
fix: Add ref to Collapse and Panel component ( #40443 )
...
* chore: update rc-collapse to 3.5.x
* feat: Add ref to Collapse and Panel component
* test(collapse): add ref case
* update snapshot
* Revert "update snapshot"
This reverts commit 1d4710a8db4dd2dec552e5b8d0599f3a1c3cc7d0.
* chore(deps): bump rc-collapse
* chore: update
2023-02-01 22:55:41 +08:00
afc163
8f5f7cf814
site: fix 404 page ( #40366 )
2023-02-01 21:55:20 +08:00
MadCcc
0a5e0aa9cc
fix: tabs overflow unexpected height ( #40488 )
...
* fix: tabs overflow unexpected height
* chore: code clean
2023-02-01 15:59:59 +08:00
MadCcc
9b25e1bd15
fix: tabs overflow unexpected height ( #40488 )
...
* fix: tabs overflow unexpected height
* chore: code clean
2023-02-01 15:59:42 +08:00
MadCcc
e060da33fd
fix: Progress success should have animation ( #40487 )
2023-02-01 12:43:18 +08:00
Rinku Chaudhari
8fc56256e7
ts(Tree.tsx): translated chinese ts defintions to english ( #40445 )
2023-02-01 11:22:29 +08:00
MadCcc
79c25f620a
chore: codepen input render on client ( #40478 )
...
* fix: codepen input render on client
* chore: client only
* chore: code clean
2023-02-01 11:16:22 +08:00
Wuxh
218d8f441c
chore: Fix word spelling errors ( #40472 )
...
* chore: Fix word spelling errors
* chore: update
* chore: Argument name of useMessage (#1 )
---------
Co-authored-by: luo3house <96865086+luo3house@users.noreply.github.com>
2023-02-01 10:14:21 +08:00
lyn
0ab8419d6b
docs: update Button/Segmented docs ( #40461 )
2023-02-01 10:11:53 +08:00
Wuxh
d93bf3c544
fix: fix Select component placeholder style issue ( #40477 )
2023-01-31 16:53:49 +08:00
Peach
b328974ad7
docs: changelog for 5.1.7 ( #40468 )
...
* docs: changelog for 5.1.7
* chore: bump version to 5.1.7
* docs: update changelog
* Apply suggestions from code review
Co-authored-by: MadCcc <1075746765@qq.com>
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-01-31 16:18:18 +08:00
Wuxh
926bf87af9
fix: fix Message component icon style ( #40471 )
...
* fix: fix Message component icon style
* chore: update
2023-01-31 14:33:59 +08:00
Danial Soheili
6ff094efba
Feat/upload list shape ( #40134 )
...
* 💄 STYLE: add **picture-circle** to `listType`
* 📖 DOC: update API table
* Update components/upload/index.en-US.md
Co-authored-by: lijianan <574980606@qq.com>
* Update components/upload/index.zh-CN.md
Co-authored-by: lijianan <574980606@qq.com>
* Update components/upload/Upload.tsx
Co-authored-by: Amumu <yoyo837@hotmail.com>
* 👌 IMPROVE: classNames
* 👌 IMPROVE: add missing className
* 📖 DOC: update Upload demo for icons
* 👌 IMPROVE: classNames order
* 🧪 TEST: update snapshots
* 👌 IMPROVE: Upload list classNames & snapshots
* 📖 DOC: add new demo & revert previous ones
* Update components/upload/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update components/upload/index.en-US.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
* Update components/upload/index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
---------
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-01-31 14:31:34 +08:00
MadCcc
0dad66c0fb
feat: recover v4 table style ( #40469 )
...
* Revert "fix: when table filter, the border will be black (#39938 )"
This reverts commit 401ef66111
.
* feat: revert v5 table style
2023-01-31 14:24:12 +08:00
github-actions[bot]
a92bf99fef
chore: auto merge branches ( #40464 )
...
chore: Feature merge master
2023-01-31 03:16:45 +00:00
二货机器人
d2aa0f8b5d
chore: fix lint
2023-01-31 10:33:56 +08:00
二货机器人
b02b7aeadb
chore: merge master
2023-01-31 10:21:17 +08:00
luo3house
bb0f4d02ee
docs(App): translate ( #40460 )
2023-01-31 09:53:11 +08:00
MadCcc
217d1a1e03
fix: Input should hide webkit cancel button ( #40457 )
2023-01-30 17:31:10 +08:00
fish yu
550334ff92
fix(Switch): fixed text layout problem ( #40453 )
...
Co-authored-by: yupengfei <yupengfei@xiaomi.com>
2023-01-30 16:31:54 +08:00
二货爱吃白萝卜
846135216a
chore: adjust Empty default color in dark theme ( #40447 )
...
* chore: adjust color
* chore: adjust color
* test: patch test case
* chore: clean up
2023-01-30 10:09:35 +08:00
Danial Soheili
cac6d5c42f
fix: Table scroll shadow in rtl mode ( #40441 )
...
* 💄 STYLE: fix Table's scroll shadow in rtl mode
* Revert "💄 STYLE: fix Table's scroll shadow in rtl mode"
This reverts commit 06c9249f70
.
* 💄 STYLE: use logical properties
2023-01-29 20:46:13 +08:00
weited
45b65f7991
fix: address mock data city spelling error ( #40431 )
2023-01-29 12:46:00 +08:00
renovate[bot]
a4348f4e38
chore(deps): update dependency react-highlight-words to ^0.20.0 ( #40437 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-29 12:45:11 +08:00
JiaQi
62d6c713df
docs(tabs-en): fix tabPosition description ( #40434 )
...
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2023-01-29 12:31:34 +08:00
lijianan
758a28c93e
test: remove useless branch ( #40367 )
2023-01-29 12:30:46 +08:00
聪小陈
a8f9d1af61
docs: fix mock error ( #40436 )
2023-01-29 12:29:21 +08:00
lijianan
08a457c60e
fix: should not throw error when percent is null ( #40378 )
...
* fix: should not throw error when percent in null
* fix
* fix
* fix
2023-01-29 11:50:30 +08:00
lijianan
cb95c8a3b9
fix: avatar and title are misplaced ( #40395 )
...
* fix: avatar and title are misplaced
* fix
* fix
* fix
2023-01-29 02:26:28 +08:00
lijianan
ba8e646346
docs: adjust the sample code to React 18 ( #40372 )
...
* docs: Adjust the sample code to React 18
* fix
2023-01-29 00:28:59 +08:00
lijianan
d4ad66ba48
docs( 📖 ): update README ( #40388 )
2023-01-29 00:28:41 +08:00
HzLin
0d2b50b639
docs(transition.md): fix the word ( #40399 )
...
* docs(transition.md): fix the word
* docs: fix the word
2023-01-29 00:26:17 +08:00
二货爱吃白萝卜
1898c5b3c7
test: fix test failed ( #40427 )
...
* chore: bump jest
* test: fix table filter test
* test: fix table basic test
2023-01-28 22:44:37 +08:00
Rinku Chaudhari
57d99e0600
docs(resources-en): grammar fix ( #40402 )
...
* docs(resources-en): grammar fix
* revert AUTHORS.txt
2023-01-25 23:04:26 +08:00
HzLin
551d63503d
docs(buttons.md): fix the word ( #40391 )
...
* docs(buttons.md): fix the word
* docs(buttons.md): fix the bold content
2023-01-24 18:18:23 +08:00
Martin Litvaj
ba99c27003
Export GlobalToken type ( #40384 )
2023-01-24 17:42:42 +08:00