hippo
8e8073d17e
fix: input clear error ( #7523 )
2024-04-25 09:29:38 +08:00
extclp
d6cc262c3a
refactor: replement deprecated fields ( #7519 )
2024-04-25 09:25:29 +08:00
tangjinzhou
9d7c171940
release 4.2.0
2024-04-22 15:51:05 +08:00
extclp
48a3ceb921
chore: remove vetur type generator ( #7517 )
2024-04-22 15:27:58 +08:00
tangjinzhou
23c620ea3a
fix: select customicon error #7377
2024-04-22 15:26:02 +08:00
tangjinzhou
752686e334
fix: input composing error, close #7516
2024-04-22 15:11:10 +08:00
tangjinzhou
9b0f0e71e7
perf: table hover cell, close #7451
2024-04-22 10:37:28 +08:00
24min
42d33e963c
fix: carousel beforeChange current value not correct ( #7419 )
2024-04-22 10:18:19 +08:00
tangjinzhou
ed27700ef4
style: lint code
2024-04-22 10:07:02 +08:00
extclp
eedd7f3302
chore: remove json file type declare ( #7514 )
2024-04-22 10:00:03 +08:00
Carl Chen
c28c38d02e
fix[Select|Cascader]: select multiple error & cascader error in ssr mode ( #7377 )
...
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select
* fix: fix select error in multiple mode
* fix: fix cascader select error in ssr mode
2024-04-19 22:56:07 +08:00
ashu-guo
162d1fcf95
fix(AutoComplete): #7380 and #7276 ( #7391 )
2024-04-19 22:46:19 +08:00
selicens
4815ee6f20
fix(Pagination): block default events for the enter key ( #7368 )
...
* fix(Pagination): block default events for the enter key
* refactor: consider other keyboard events
2024-04-19 22:44:34 +08:00
bqy_fe
2b41e56520
fix(Input): autoSize not work when change value in onMounted ( #7478 )
2024-04-19 22:36:44 +08:00
Sean
ab874ffd4b
docs: update tree-select api description ( #7388 )
2024-04-19 22:07:41 +08:00
tangjinzhou
61ade6b8ec
fix: autoComplete option slot error, close #7396 #7405
2024-04-19 19:27:51 +08:00
selicens
4d35b8caa3
docs(Modal): add simplified descriptions ( #7408 )
...
close #7393
2024-04-19 19:19:33 +08:00
Tang
040af82eb9
docs: update table docs ( #7400 )
...
Co-authored-by: 汤显文 <tang_xianwen@gov-info.cn>
2024-04-19 19:19:01 +08:00
Carl Chen
a8c72fc5e7
fix[Menu]: fix menu-item-group
not rendering in SSR ( #7349 )
...
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select
* fix: `menu-item-group` rendered in ssr
2024-04-19 19:18:30 +08:00
ashu-guo
c25736d57d
chore: merge duplicate property declarations ( #7417 )
2024-04-19 19:16:46 +08:00
SonicKang
4a48bfc66b
fix: a-qrcord component cannot show ts prompt ( #7502 )
2024-04-19 19:15:12 +08:00
tangjinzhou
4138d3c822
fix: tabs size error, close #7491 #7482
2024-04-19 19:14:18 +08:00
tangjinzhou
dec67a6d65
docs: update site
2024-04-19 19:13:06 +08:00
Carl Chen
85c48c0566
feat[tooltip]: add arrow
attribute ( #7459 )
...
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select
* wip: add popover-arrow
* wip: trigger add arrow attr
* fix: remove popupContextKey
* optimize
* perf: optimize
* docs: optimize docs
* docs: add `arrow` attribute in tooltip en-US docs
* fix: fix bug
* perf[demo]: `radio-group` replace with `segmented`
2024-04-19 13:17:15 +08:00
Carl Chen
966bc1004c
fix[layout]: in a dark mode layout, the text color should change. ( #7498 )
...
* docs: updating the `dropdownRender` description and jumps in the FAQ for Select
* fix[layout]: in a dark mode layout, the text color should change
2024-04-19 10:25:23 +08:00
Ordinary
457d0fde0b
fix: remove duplicate style variable ( #7490 )
...
Co-authored-by: p-hehongsheng <p-hehongsheng@xiaomi.com>
2024-04-19 10:21:07 +08:00
Saveliy
ff184b3969
feat: update ru_RU localization ( #7497 )
2024-04-19 10:20:15 +08:00
ashu-guo
75886a8cbf
docs: match dependencies in package.json instead of simply setting 'latest' ( #7381 )
2024-04-19 10:19:50 +08:00
fwd01
2b0c2da232
docs: typo error ( #7505 )
...
Co-authored-by: fuwedong <fuwendong5@outlook.com>
2024-04-19 10:18:59 +08:00
tangjinzhou
ffd4d8fe92
fix: useForm model change validate error
2024-04-19 10:18:04 +08:00
tangjinzhou
49e1323baa
docs: update codesandbox
2024-04-19 09:52:43 +08:00
tangjinzhou
35d1de9ea6
docs: update sandbox
2024-04-19 09:29:05 +08:00
huyikai
fa46999963
Update ja_JP.ts ( #7438 )
2024-03-23 10:40:28 +08:00
tangjinzhou
01300d01da
docs: add eth sponsor
2024-03-22 16:20:10 +08:00
tangjinzhou
9a5f83ed06
chore: update pkg
2024-03-03 14:09:19 +08:00
tangjinzhou
ce6b7f3b4e
chore: update pkg
2024-03-03 14:04:52 +08:00
tangjinzhou
4a2f95fe88
release 4.1.2
2024-01-30 12:19:46 +08:00
Carl Chen
7c73beb309
fix: fixed an error caused by dragging under the headerCell
slot. ( #7291 )
...
* fix: fix headerCell slots
* perf: optimize table columnTitle type
2024-01-30 12:06:45 +08:00
Carl Chen
0cbf3ca354
docs: updating the dropdownRender
description and jumps in the FAQ for Select ( #7313 )
2024-01-30 12:05:20 +08:00
Weite Su
7afb7ce465
fix(segmented): title property in segmented component slot not effective ( #7302 )
...
Co-authored-by: suweite <weite.su@infinigo.cn>
2024-01-30 12:04:24 +08:00
tangjinzhou
9cc73011c5
chore: import error
2024-01-16 21:23:36 +08:00
tangjinzhou
4b21210700
release 4.1.1
2024-01-16 21:10:05 +08:00
Carl Chen
a80ca17461
fix: table slot type optimization ( #7288 )
2024-01-16 20:57:29 +08:00
HaiWei Lian
ad8d32ab09
fix: table filter does not work in header group ( #7233 )
2024-01-16 20:56:47 +08:00
Carl Chen
d870f3f8e0
fix: fixed error with no expected value in expandColumnTitle
slot ( #7265 )
...
* fix: fixed error report with no expected value in `expandColumnTitle` slot
* fix: optimize optional chain
* fix: use default render
* refactor: use `customRenderSlot` replace `renderSlot`
* style: code format
* perf: optimize useColumns code
* fix: fix path
* feat: add customRenderSlot unit test
2024-01-16 20:49:38 +08:00
tangjinzhou
c717473568
fix: hook warning, close #7281 #7273 #7274
2024-01-16 20:34:11 +08:00
selicens
1e07544e74
feat(QRCode): support scanned status ( #7242 )
2024-01-12 11:44:33 +08:00
Light
8ab008d255
typo(table): Supplement FilterDropdown type ( #7226 )
...
* fix(table): Supplement FilterDropdown type
* docs(table): Type format
2024-01-12 11:42:46 +08:00
一堆菠萝
f034a7759e
fix(divider): vertical dashed divider not show ( #7218 )
2024-01-12 10:50:06 +08:00
Konv Suu
3f33cefa81
ci: issue-labeled format error ( #7200 )
2024-01-12 10:45:46 +08:00