MadCcc
6776bb8916
docs: demo support react18 ( #34843 )
* docs: update demo
* chore: add script
* test: fix demo test
* docs: convert demos
* chore: move script
* test: remove react-dom import
* chore: update deps
* docs: update riddle js
* test: fix image test
* docs: fix riddle demo
3 years ago
miracles1919
550f60ff76
docs: update draggable demo with rtl mode ( #34785 )
* docs: update draggable demo with rtl mode
* test: update tabs demo snapshot
3 years ago
Yunwoo Ji
f5c6379bba
fix: correct className ( #34791 )
3 years ago
afc163
c0304cca55
fix: Pagination should display middle size Select when ConfigProvider componentSize is large ( #34756 )
* fix: Pagination should display middle size Select
when ConfigProvider componentSize is large
close #34744
* fix snapshot
3 years ago
二货机器人
2733977245
chore: React 18 test case ( #34781 )
* chore: add 18 test
* chore: update test flow
* chore: fail fast
* chore: foce ci
* chore: more if
* chore: test it
* chore: back of it
* chore: master only
* chore: fix spell
* chore: force install
* test: comment 16 tmp
* chore: use react 17
* chore: install 18
* chore: back of 16 & 17
3 years ago
zombiej
c89e33d0b6
test: update snapshot
3 years ago
MadCcc
ff02a4e265
docs: replace grid design img ( #34771 )
* chore: replace grid design img
* fix: code error
3 years ago
shuaijiumei
0c4281f875
test: Update snapshot ( #34758 )
* fix: ci fail rollback
* fix: ci fail rollback
3 years ago
dengqing
0299966291
fix: skeleton cannot display children ( #34751 )
* fix: skeleton cannot display children
* fix: type error
* fix: add test case
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
3 years ago
二货机器人
96ddf2e452
chore: more less variables ( #34746 )
3 years ago
二货机器人
9c7c424590
fix: tag-border-radius not work ( #34741 )
3 years ago
二货机器人
8a3ee71006
chore: add control-radius ( #34727 )
3 years ago
黑雨
9af935f7d3
refactor: use useContext in skeleton ( #34699 )
* feat: use useContext in skeleton
* feat: use useContext in skeleton
* feat: update for lint
3 years ago
afc163
1935ece582
fix: notification prevent interaction on elements which under it ( #34716 )
* fix: notification prevent interaction on elements which under it
close #34700
* fix test case
3 years ago
Yunwoo Ji
c7553c2ba5
docs: fix type of style in tabs component ( #34706 )
3 years ago
zhao-huo-long
5588dae212
fix: Descriptions number 0 can't render span ( #34696 )
* fix: number 0 can't render span
* Update Cell.tsx
* chore: add test case
3 years ago
Zack Chang
be18ea659b
chore: update test cases of Spin ( #34695 )
3 years ago
Zack Chang
5e0c232077
chore: update Item component test case ( #34686 )
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
3 years ago
黑雨
087b65c3b9
feat: delete drawer wrap ( #34673 )
3 years ago
huangkairan
d0be21ed8f
fix(table) filterSearch TypeScript declaration ( #34671 )
* fix: types declaration
* fix(table): filterSearch TypeScript declaration
3 years ago
Yunwoo Ji
76cc520efe
docs: fix type of style in drawer component ( #34665 )
3 years ago
afc163
10e7337081
chore: fix moment snapshot change
3 years ago
zhao-huo-long
2282b1c580
chore: refactor message types implementation ( #34654 )
3 years ago
dengqing
8cab1883af
fix: support Layout, Header and Footer given ref ( #34650 )
* feat: support layout components given refs
* test: add ensure given ref test case
* fix: update test
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
3 years ago
MadCcc
67bfdacca0
fix: fix small steps dot positon ( #34651 )
* fix: fix small steps dot positon
* chore: code clean
* docs: add demo
3 years ago
afc163
d207ba65b8
chore: update Space vertical demo ( #34647 )
* chore: update Space vertical demo
close #34609
* fix snapshot
3 years ago
Yunwoo Ji
2709c5f747
docs: fix default value of height in drawer component ( #34652 )
3 years ago
Long Hao (龙濠)
7c182926bc
fix: wrong word and cancel export inner interface ( #34643 )
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
3 years ago
Hamed Mohammadzadeh
0fe8bb9c37
fix: Badge Animation enter and leave in RTL ( #34641 )
* fix: Badge Animation enter and leave in RTL
* [CodeFactor] Apply fixes to commit 87f1866
[ci skip] [skip ci]
Co-authored-by: codefactor-io <support@codefactor.io>
3 years ago
Hamed Mohammadzadeh
0a90ac34c7
fix: BackTop responsive in RTL ( #34626 )
3 years ago
章鱼
4debb88f24
fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive ( #34614 )
* fix: when fullscreen is false, the element returned by dateFullCellRender cannot be interactive
* test: add test for Calendar
3 years ago
MadCcc
47282f73bf
fix: clear icon style ( #34610 )
3 years ago
Gianmarco Rengucci
4c46aeb265
fix: Update it_IT locales ( #34566 )
3 years ago
Anizcus
183dec11f6
fix: lt_LT locale for typeTemplate ( #34567 )
3 years ago
afc163
86b045e12c
test: add type test for Input
3 years ago
Yunwoo Ji
310c7775d9
fix: apply scale transform to disabled star ( #34547 )
3 years ago
MadCcc
10c090a993
fix: tooltip preset color ( #34548 )
* fix: tooltip preset color
* chore: code clean
3 years ago
xrkffgg
66bad24413
fix: Badge RTL wrong placement ( #34545 )
3 years ago
afc163
bf6dfaa315
docs: move treeLoadedKeys to TreeSelect
close #34538
3 years ago
vagusX
fcbae92f5a
docs: update Input docs for default size in Form ( #34537 )
3 years ago
mic-web
7f7b3a59dc
fix: col-x class names in css when using custom prefix ( #34494 )
* fix: col-x class names of Row and Col components when using custom prefix
* refactor: reuse @col-prefix-cls and @row-prefix-cls
* refactor: move @col-prefix-cls and @row-prefix-cls to mixin.less
3 years ago
vagusX
4eb097cef9
fix: typos in Input.tsx ( #34534 )
3 years ago
afc163
f3c5c17474
fix: Typography ediable style ( #34518 )
- [x] Fix Editable Textarea height jump in Firefox
- [x] Fix Editable Typography.Title confirm icon position
3 years ago
MadCcc
ed651f450d
fix: missing status style for RangePicker ( #34509 )
* fix: range picker should has status style
* chore: code clean
* chore: code clean
* chore: code clean
3 years ago
zombiej
4f2b53ad26
docs: fix alert docs escape
3 years ago
zombiej
ac121e887c
test: Update snapshot
3 years ago
CommanderRoot
7c34addf57
refactor: replace deprecated String.prototype.substr() ( #34498 )
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with functions which aren't.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
3 years ago
afc163
ad946f9671
docs: dropdownRender usage
2de1a15da9
3 years ago
Long Hao (龙濠)
bef910b9bc
refactor: move prefixCls to wrapper ( #34482 )
* refactor: move prefixCls to wrapper
* fix: name change
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
3 years ago
MadCcc
c9b6a24978
chore: add focus warning for Input ( #34475 )
* chore: add focus warning for Input
* chore: code clean
* chore: remove duplicate variables
3 years ago