ViewUI 4.2.0 (formerly iView) released, enterprise-level UI component library

ViewUI 4.2.0 was released. ViewUI is the original iView. It is a set of enterprise-level UI component library based on Vue.js, mainly serving the middle and back-end products of PC interface.

The updated content is as follows:

  • The table has new attributes  show-context-menu. After opening, you can click the right button to pop up the menu. You need contextMenu to use it with the slot  .
  • A @on-contextmenu new return parameter is added to the  Table event  position, and the right key is located at the upper left corner of the Table component.
  • New attributes are added to the Table column  display. When a slot is used to customize a column, the rendering mode of the column. The available values ​​are block, inline, and inline-block. When using tree data, it is recommended to use inline or inline-block.
  • New events are added to Table  @on-cell-click, which is triggered when a cell is clicked.
  • Select adds a new attribute  filter-by-label. After opening, when searching, only search according to the label.
  • Transfer adds a new attribute  reverse-operation. After opening, reverse the order of the two operation buttons.
  • Restore the Split code to fix the problem that px cannot be used.
  • Fix some problems with Select creating new projects. # 404
  • Fix the problem that Tooltip does not automatically wrap when there are long letters and numbers, and solve the problem of turning on the tooltip property in the Table column.
  • Fix the problem that the bottom border disappears when the border of Table is turned on and the header and column are fixed at the same time.
  • Fix the problem that the border of the table is displayed incorrectly when loading is started.
  • Fix the issue that Input is offset by 1px when using append slot. # 380
  • Added Norwegian. # 399

Update instructions: https://github.com/view-design/ViewUI/releases/tag/v4.2.0

Guess you like

Origin www.oschina.net/news/114870/viewui-4-2-0-released