Skip to content

Releases: element-plus/element-plus

1.0.2-beta.31

31 Jan 11:05
Compare
Choose a tag to compare

1.0.2-beta.31

2021-01-31

Bug fixes

  • Fix Select can not scroll to default option (#1397)
  • Fix Select tag's text is empty string when multiple with remote (#1393)
  • Fix Tree error cause by child node's data is not reactive (#1396)
  • Update Button change height to min-height (#1402)
  • Fix Tree every node @check-change event fire only once (#1390)
  • Fix Notification remove dom when destoryed (#1378)
  • Fix Message component trigger many times bug #1269 (#1270)
  • Fix ColorPicker compilation errors caused by switch (#1375)
  • Fix Table column insertion disorder (#1329)
  • Fix Popover z-index won't update when popover is shown (#1364)
  • Update Dialog to accept number type (#1373)
  • Fix Pagination jumper style error (#1372)
  • Fix Col style gets affected by invalid value bug (#1370)
  • Fix table remove tooltip when the component destroyed (#1245)
  • Update Scrollbar when scrollbar isn't shown, hide the bar (#1342)
  • Fix MessageBox remove default button text which caused i18n not working (#1357)
  • Fix Popper api consistency (#1354)
  • Fix dropdown/select/picker popper position error when has line-height (#1349)
  • Fix DatePicker modify the judgment logic of startDate and endDate (#1322)
  • Refactor Message and Notification component with VCA (#1387)

Chore updates

  • Update Axure resource v2.1.0 (#1400)

1.0.2-beta.30

25 Jan 15:24
dc43e7e
Compare
Choose a tag to compare
  • Fix dayjs issue in release.

1.0.2-beta.29

25 Jan 09:57
Compare
Choose a tag to compare

1.0.2-beta.29

2021-01-25

New feature

  • Add type 'contextmenu' trigger for Dropdown (#1286)

Bug fixes

  • Fix i18n bundle error (#1346)
  • Fix Drawer error size prop to support Number (#1335)
  • Fix affix to change target.value to props.target in judgement (#1343)
  • Fix carousel don't update the indicator and items when data change(#1244)
  • Fix fixed table height error when no data(#1332)
  • Fix table header checkbox can be triggered when disabled(#1333)
  • Repair table column width calculation abnormal (#1334)
  • Fix image incorrect custom object-fit ratio (#1338)
  • Fix color-picker can't select 8-digit hex color (#1323)

1.0.2-beta.28

20 Jan 07:47
Compare
Choose a tag to compare

1.0.2-beta.28

2021-01-20

New feature

  • Support vue-i18n@next (#1306)

Bug fixes

  • Add tags and attributes completions for Vetur (#1303)
  • Fix table when the data changes, the table does not update the layout (#1315)
  • Fix table bug of table-column property watching (#1309)
  • Fix loading transition invalid (#1321)
  • Fix checkbox migrate error (#1293)
  • Fix notification style when its type set and title not set (#1288)
  • Fix tree node not render in lazy (#1298)
  • Fix slider can't drag in mobile (#1299)
  • Fix table column insertion disorder BUG
  • Fix table checkbox in table header style error (#1292)
  • Fix table migrate error (#1294)

1.0.1-beta.27

15 Jan 11:13
Compare
Choose a tag to compare

1.0.1-beta.27

2021-01-15

Bug fixes

  • Fix overlay overflowing issue (#1282)
  • Fix loading directive cannot dispatch for the second time (#1281)
  • Fix Date picker bind attr to panel error (#1277)

1.0.1-beta.26

14 Jan 09:43
Compare
Choose a tag to compare

1.0.1-beta.26

2021-01-14

New feature

  • New component Affix (#1210)

Bug fixes

  • Fix overlay event triggering issue (#1235)
  • Fix form add missing emits (#1272)
  • Fix switch id of input can't be empty (#1273)
  • Fix table filter icon height of table header (#1233)
  • Fix col lacking props named tag (#1264)
  • Fix input-number increase/decrease button not work (#1259)

1.0.1-beta.25

14 Jan 09:31
Compare
Choose a tag to compare

1.0.1-beta.25

2021-01-14

New feature

  • New component Affix (#1210)

Bug fixes

  • Fix overlay event triggering issue (#1235)
  • Fix form add missing emits (#1272)
  • Fix switch id of input can't be empty (#1273)
  • Fix table filter icon height of table header (#1233)
  • Fix col lacking props named tag (#1264)
  • Fix input-number increase/decrease button not work (#1259)

v1.0.1-beta.24

11 Jan 06:03
Compare
Choose a tag to compare

1.0.1-beta.24

2021-01-11

Bug fixes

  • Fix time picker scroll bug (#1227)
  • Fix tree node don't update after push new node into parent (#1231)
  • Fix loading error show when parent's display is not block (#1250)
  • Fix input-number behavior error (#1252)
  • Fix select emptyText error show (#1213)
  • Fix select to replace symbols to strings to avoid individual importing symbol bug (#1224)

v1.0.1-beta.23

07 Jan 06:28
e844ede
Compare
Choose a tag to compare

v1.0.1-beta.22

06 Jan 15:27
ade9a18
Compare
Choose a tag to compare
  • Fix submenu unable to expand correctly issue. #1006