Skip to content

Commit a2f1294

Browse files
authored
chore: Update changelog 2.5.0 (element-plus#15436)
chore: update changelog 2.5.0
1 parent 5844947 commit a2f1294

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

‎CHANGELOG.en-US.md‎

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,63 @@
11
## Changelog
2+
3+
### 2.5.0
4+
5+
_2024-01-10_
6+
7+
#### Features
8+
9+
- Docs add translations for doc search (#15180 by @plainheart)
10+
- I18n add Arabic(ar-eg) translation for Egypt and middle east (#15125 by @HaniOurEdu)
11+
- Components [menu] add `popper-class``subMenuTimeout` props (#15193 by @zhixiaotong)
12+
- Components [autocomplete] add `loading` slot (#15206 by @zhixiaotong)
13+
- Components tour component (#14952 by @Fuphoenixes)
14+
- Components [tree] export TreeInstance (#15293 by @btea)
15+
- Components [form] FormContext adds the getField method (#14930 by @cloudcome)
16+
- Element-plus Support last 2 versions of browsers (#15313 by @kooriookami)
17+
- Components [table] add `filterClassName` props in TableColumn (#15389 by @xiaoxian521)
18+
19+
#### Bug fixes
20+
21+
- Components [tree] filter expand loaded node (#15150 by @btea)
22+
- Docs algolia search (#15173 by @chenxch)
23+
- Components [tree] node drag error when using custom `allowDrop` method (#15005 by @CherishTheYouth)
24+
- Components [input] input-style rendering error (#15174 by @btea)
25+
- Docs fix doc search option doesn't update after switching language (#15181 by @plainheart)
26+
- Docs replace `fonts.loli.net` with original `fonts.googleapis.com` (#15182 by @plainheart)
27+
- Components [input] remove unnecessary properties (#15220 by @ryuhangyeong)
28+
- Components [date-picker] handleFocusPicker delay (#15197 by @chenxch)
29+
- Components [collapse] emit value type check error (#15242 by @btea)
30+
- Style [col] media sm max-wdith 768 to 767 (#15085 by @chenxch)
31+
- Components [date-picker] add first click demo (#15252 by @chenxch)
32+
- Docs fix tip text overflows when no result (#15295 by @plainheart)
33+
- Components [input-number] Displayed values is different from modelValue when use model-value (#15184 by @FrontEndDog)
34+
- Components [select-v2] clear icon invalid when status-icon is set (#15306 by @btea)
35+
- Components [link] add target attribute and relevant docs (#15266 by @yj-liuzepeng)
36+
- Components [message] type is not working after customizing icon (#15233 by @betavs)
37+
- Style [tour] fixed the closebtn's hover style when type is primary (#15309 by @Fuphoenixes)
38+
- Components [input] remove useless contants (#15351 by @pzzyf)
39+
- Build [date-picker] `type` prop error in web-types.json (#15376 by @btea)
40+
- Components [menu] set `teleported`, parent menu popper not closed (#15342 by @xiaoxian521)
41+
- Ci GITHUB_TOKEN is empty in `publish-npm-nightly.yml` (#15382 by @xiaoxian521)
42+
- Components [tree-select] case-insensitive when filterable (#14617 by @hellomrbigshot)
43+
- Build build web-types.json compatible with windows (#15379 by @btea)
44+
- Components [loading] complete destroy vLoading directive unmounted (#15393 by @xiaoxian521)
45+
- Components fixed total column without background color (#15336 by @SeaAster)
46+
- Components [image, image-viewer] Add crossorigin property (#15406 by @wkasunsampath)
47+
- Components [input] the cursor is misplaced when type setting number (#15341 by @yuchiXiong)
48+
- Style(theme-chalk): replace word-break with overflow-wrap (#15190 by @kooriookami)
49+
- Style(components): [menu] Collapse mode active color (#15343 by @chenxch)
50+
- Chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401 by @xiaoxian521)
51+
52+
#### Refactors
53+
54+
- Components [input] get maxlength and minlength from props instead of attrs (#15212 by @FrontEndDog)
55+
- Components [carousel] class optimization in code (#14954 by @wzc520pyfm)
56+
- Docs [tour] use `ButtonInstance` and format code (#15304 by @btea)
57+
- Components [tour] replace rect with path (#15315 by @btea)
58+
- Components [select & select-v2] Refactor components (#15352 by @kooriookami)
59+
- Perf(components): [menu] popper close any levels in `menu-trigger:hover` (#15383 by @xiaoxian521)
60+
261

362
### 2.4.4
463

0 commit comments

Comments
 (0)