lijianan
c2d7fe4f0d
chore: delete Enzyme ( #37854 )
* chore: delete Enzyme
* fix: fix
2 years ago
Svyatoslav
bfcf826beb
fix: Fix Russain translation for Transfer.selectInvert ( #37858 )
Co-authored-by: Svyatoslav Solopchenko <svyatoslav@svtslav.com>
2 years ago
Ernest Folch
c5b34e9b77
feat: add missing pt_PT translations ( #37857 )
* Added missing pt_PT translations
* Added eslint-disable no-template-curly-in-string on pt_PT.tsx file
Co-authored-by: Ernest Folch <efolch@ctaima.com>
2 years ago
lijianan
09570f511f
refactor: delete defaultprops ( #37853 )
* refactor: delete defaultprops
* fix: update snap
* fix: update snap
* fix: fix
* fix: fix
* fix: fix
* fix: fix
2 years ago
二货爱吃白萝卜
c436bd6f4f
fix: Textarea blink on first mount ( #37847 )
* fix: Textarea blink on first mount
* chore: Update ts def
* test: Update test case
* chore: bump rc-mentions
* test: Update snapshot
* test: Update test case
2 years ago
尾宿君
b110ff0293
test: replace Calendar part test with testing lib ( #37704 )
2 years ago
尾宿君
80034250b5
test: replace Popconfirm part test with testing lib ( #37703 )
* test: replace Popconfirm part test with testing lib
* test: Update test case
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2 years ago
lijianan
c639b2f2ab
refactor: delete defaultprops ( #37834 )
* refactor: delete defaultprops
* fix: fix
* fix: fix
2 years ago
Zheeeng
ea9b013bb1
refactor(locale): refine signature ( #37824 )
* chore: prefer using @internal annotation over other markups
* fix: typo
* fix: locale types
2 years ago
lijianan
3e2e12e98e
fix: delete defaultprops ( #37827 )
2 years ago
Nikita Dmitrienko
5132acfd7e
Fix a typo ( #37826 )
2 years ago
lijianan
ddaead6777
fix: delete defaultprops ( #37822 )
* fix: delete defaultprops
* fix: delete defaultprops
2 years ago
Zheeeng
c569631f51
chore: fix typo customer ( #37820 )
* chore: prefer using @internal annotation over other markups
* fix: typo
2 years ago
lijianan
480cb3cbc3
fix: remove defaultProps ( #37815 )
* fix: remove defaultProps
* fix: remove defaultProps
* fix: update snap
* fix: fix
* fix: fix
2 years ago
Zheeeng
49206a53c5
chore: prefer using @internal annotation over other markups ( #37816 )
2 years ago
Zheeeng
f5a5077d80
fix: Typography ellipsis percision bug ( #37802 )
* fix:ellopsis默认fontsize调整为12px
* fix: issue 37791
* test: update snapshot
Co-authored-by: zonghao.jiang <1587315093@qq.com>
2 years ago
lijianan
08188f72ce
style: Code optimization ( #37804 )
* style: Code optimization
* style: Code optimization
* style: Code optimization
2 years ago
lijianan
3588ae82c1
type: strong type ( #37805 )
2 years ago
MadCcc
c8f9b31168
fix: password should not have value prop during inputing ( #37801 )
ref #20544
2 years ago
lijianan
e9ba37917b
type: strong type ( #37799 )
2 years ago
huangkairan
96194e7738
docs(Tabs): wrong size type ( #37796 )
2 years ago
二货爱吃白萝卜
6f1e67d9b8
test: Refactor Spin part test case with fakeTimer ( #37759 )
* test: Update test case
* chore: fix lint
2 years ago
二货爱吃白萝卜
356715f4a6
fix: Typography tooltip bug ( #37754 )
* chore: basic
* fix: diff icon logic
* fix: Tooltip logic
* chore: fix lint
2 years ago
lijianan
a8e59e88f5
fix: fix cicd to update snap ( #37748 )
2 years ago
William Bergeron-Drouin
24d165ab9b
feat: [Tree] Custom leaf icon ( #37144 )
* Add ability to customize leafIcon
* Adapt docs
* Update test snapshots
* Update to single prop & adapt demo
* Update tests
* Rename icon type
* Fix docs
* Rename to .tsx and fix types
* Remove useless id properties in test
2 years ago
lijianan
f79f4cf05b
style: code optimization ( #37743 )
2 years ago
lijianan
1885860e30
test: migrate part of form tests ( #37727 )
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: migrate part of form tests
* test: Fix Form test case
* test: clean up
* test: add className describe
* test: add className describe
* test: add className describe
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2 years ago
Wuxh
a70ef1b8da
fix(Badge): fix accidentally rendering an empty element when text props is empty ( #37681 )
* test(badge): add case
* fix(badge): fix accidentally rendering an empty element when text props is empty
* chore(badge): update demo
* test(badge): update snapshot
* docs: beautify docs
Add several supported ways to describe colors
* test(badge): update snapshot
* chore: update snapshot
* test: update snapshots
* Revert "test: update snapshots"
This reverts commit 2bd11650aea3b3a447a891f09708032f9c41cb3d.
* test: update snapshot
2 years ago
afc163
3ae7703303
chore: improve Input Intl.NumberFormat usage ( #37726 )
2 years ago
clean99
04c6d622e9
test: refactor card test with user event and testing lib ( #37116 )
* Card(test): refactor card tab with new lib
* Card(test): refactor card action is number with new lib
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
2 years ago
Zheeeng
e9fd8e3672
fix: Ellipsis row counting ( #37700 )
* fix: Ellipsis row counting
When the base font-size causes measurement elements with floating offsetHeight, we can only get the rounded number, causes the rows counting incorrect.
* fix: Ellipsis row counting
* chore: update snapshot
* chore: update snapshot
2 years ago
lijianan
802ecf6e9e
style: code optimization ( #37718 )
2 years ago
二货爱吃白萝卜
f90296b2b3
test: Refactor Affix related test case ( #37715 )
* test: refactor
* test: Refactor Affix test case
* test: refactor more test case
* test: fix lint
2 years ago
二货机器人
9ff3ba2bd8
test: Clean up useless debug code
2 years ago
Johnny-young
944f69c6a0
fix: Upload image type support heic & heif ( #37651 )
support apple image format: heic, heif
2 years ago
二货爱吃白萝卜
35f2234fc3
test: Refactor Form part test with jest fakeTimer to avoid CI failed ( #37705 )
* test: rename form test file to tsx
* test: All in ts
* test: Use fake timer instead
* test: for react 18
2 years ago
hugobarragon
86865f6013
fix PT typo from last mr on transfer locale ( #37701 )
fix PT typo from last mr on transfer locale
2 years ago
二货爱吃白萝卜
af32d24b5f
chore: warning divider not support text ( #37697 )
2 years ago
TangLL
a6e620c975
docs: defaultExpandedAll is not exist, should be defaultExpandAll ( #37689 )
Co-authored-by: nocodeempire <tioy102@gmail.com>
2 years ago
kiner-tang(文辉)
51e47bdbb4
fix: update FilterSearchType type definition ( #37610 )
* fix: 更新 FilterSearchType 类型描述
* fix: 更新 FilterSearchType 类型描述
* fix: 更新 FilterSearchType 类型描述
* fix: 更新 FilterSearchType 类型描述
* feat: 优化类型
* feat: update snapshots
* feat: add type test case
* feat: remove unused type declared
* feat: lint
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
2 years ago
Dreamcreative
b39130f4f7
feat: Add pt_PT Transfer selectAll/selectInvert ( #37682 )
2 years ago
binyellow
047432c4ea
docs: modify Tooltip document ( #37683 )
2 years ago
二货爱吃白萝卜
d9b6bc7539
fix: In shadow root inject style logic ( #37677 )
2 years ago
二货爱吃白萝卜
c77ae2e4de
docs: Add desc about Text ellipsis ( #37670 )
2 years ago
afc163
a1d86cbd09
fix: Anchor current not changed ( #37644 )
close #37627
2 years ago
二货爱吃白萝卜
f7782a05a9
fix: Animated default set ( #37642 )
* fix: Animated default set
* test: Update test case
2 years ago
MadCcc
c15bdcf1dd
style: set tabpane outline to none ( #37638 )
2 years ago
lijianan
c1ee787c68
fix: eslint error fix ( #37630 )
* fix: eslint error fix
* chore: update rc-input-number
2 years ago
二货爱吃白萝卜
09b6032ec4
fix: Table column.title missing `filters` prop ( #37629 )
* fix: Table title missing filter data
* test: add test case
2 years ago
clean99
82a971a433
test: refactor alert tests ( #36954 )
* add userEvent dependence
* Alert(test): refactor closable test with userEvent and more precise expect api
* Alert(test): remove duplicate test of closable
* Alert(test): remove duplicate test of closable
* Alert(test): refactor attributes setting tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor ErrorBoundary tests
* Alert(test): refactor Popconfirm tests
* Alert(test): refactor icon test
* Alert(test): refactor tooltip test
* Alert(test): remove useless descible for perventing nesting
Co-authored-by: ian.xufeng <ian.xufeng@shopee.com>
2 years ago