Skip to content

Commit

Permalink
chore: Update changelog 2.8.0 (element-plus#17821)
Browse files Browse the repository at this point in the history
chore: update changelog 2.8.0
  • Loading branch information
element-bot authored Aug 9, 2024
1 parent 7994306 commit 6d77391
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,66 @@
## Changelog

### 2.8.0

_2024-08-09_

#### Features

- Components [color-picker] alpha-slider a11y (#14245 by @tolking)
- Add mention component (#17586 by @Fuphoenixes)
- Components [tree-v2] add scrollTo method (#14050 by @kaine0923)
- Components [drawer] add append-to (#17761 by @tolking)
- Components [table] tree children add check strictly (#13519 by @tiandaoyi)
- Hooks use-draggable support resetPostion (#17699 by @donga-gao)
- Components [upload] added index parameter to default slot (#17143 by @zhuchaoling)
- Components [date-picker] add type yearrange for DatePicker (#14804 by @CherishTheYouth)
- Components [date-picker] add icon slots (#17453 by @zhixiaotong)

#### Bug fixes

- Build-utils ignore the effects of directories when exclude files (#17654 by @tolking)
- Components [select] exceeding the limit will still trigger update (#17685 by @btea)
- Components [slider] set slider precision (#15328 by @heappynd)
- Components [table] cover more edge cases for `show-overflow-tooltip` (#17629 by @makedopamine)
- Components [table] fix sorting issue in table-column (#17608 by @xixiIBN5100)
- Components [scrollbar] restore scroll position in onActivated hook (#11363 by @makedopamine)
- Components [table] inaccurate type of `toggleRowSelection` (#17687 by @makedopamine)
- Components [slider] data anomaly when the input value is undefined (#15402 by @betavs)
- Components [tabs] optimize SSR (#15183 by @makedopamine)
- Style [radio] marginRight 30px same as checkbox (#15260 by @taojunnan)
- Components [select-v2] corrent focus to input when select clicked (#17362 by @wzc520pyfm)
- Components[tabs] reactive objects may lose reactivity in label slot (#14135 by @makedopamine)
- Theme-chalk [tabs] padding is incorrect while hovering on `border-card`-shaped tab (#17694 by @makedopamine)
- Components [image] cannot trigger event when image is loaded error (#17692 by @zhixiaotong)
- Components [abort popper] fix effect type error (#17758 by @wzc520pyfm)
- Components [date-picker] fix user input error in monthrange (#12943 by @mdoi2)
- Components [slider] click on marks is inaccurately positioned (#15332 by @heappynd)
- Components [date-picker] clear button repeatedly triggers update:model-value (#17274 by @CherishTheYouth)
- Components SSR hydration error caused by disabled prop of teleport (#17551 by @tolking)
- Components [drawer] fix low animation fps without graphics acceleration (#17696 by @qianjiachun)
- I18n Compared with traditional Chinese, add simplified Chinese … (#17737 by @WangYJEE)
- I18n zh-cn lang typo (#17768 by @warmthsea)
- Components [tree] check isLeaf using lazy and default-expand-all (#17585 by @gaoxuan-haxibiao)
- Components add class name and disable style when disabling upload (#17753 by @ma-shuo)
- Components [select] with teleported="false" dropdown closes abnormally (#17548 by @Aaron-zon)
- Components [select] equal objects cannot destroy instances (#17214 by @dddssw)
- Components [radio] change not trigger (#17047 by @VENI-VIDIVICI)
- Components [upload] remove file when fileList does not use v-model (#16715 by @Liao-js)
- Components [statistic] fix excessive decimals when value is NAN (#17798 by @dadaguai-git)
- Components fixed add listeners not remove on beforeunmount (#17344 by @myronliu347)
- Components [date-picker] slot not take effect when type is month (#17748 by @btea)
- Components [date-picker] Return to normal when reopened (#11802 by @lyric-zemin)
- Components [dialog] appendTo type error (#17814 by @zhixiaotong)

#### Refactors

- Hooks rewrite composition as a composable function (#14240 by @tolking)
- Components [slider]optimize ts types (#17292 by @tyj-321)
- Components [image-viewer] optimise translate calc method (#13157 by @zwgwf)
- Components [select] cancel type conversion at initialization (#17606 by @tolking)
- Hooks determine the focus by event listening (#17719 by @tolking)
- Improvement(components): @touchstart @touchmove @wheel add passive (#16741 by @warmthsea)
- Perf(hooks): replace the ref object with a plain object (#15061 by @Polaris-tl)

### 2.7.8

Expand Down

0 comments on commit 6d77391

Please sign in to comment.