Skip to content

v4.2.0 Vikings: an Archer's Journey

Compare
Choose a tag to compare
@icarusion icarusion released this 13 Apr 09:25
· 200 commits to master since this release
  • Table add new property show-context-menu, after opening, you can right-click to pop up the menu, you need to use it with slot contextMenu.
  • Table event @on-contextmenu return a new parameter position.
  • Table column add new property display, the rendering mode of the column when you use slot. The available values are block, inline, and inline-block. When using tree data, it is recommended to use inline or inline-block.
  • Table add new event @on-cell-click, triggered when a cell is clicked.
  • Select add a new property filter-by-label. After opening, when searching, only search according to label.
  • Transfer add a new property 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.
  • Fixed some problems with Select creating new options. #404
  • Fixed 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.
  • Fixed the problem that the bottom border disappears when the Table opens border property with fixed header and columns.
  • Fixed the problem that the loading of Table is turned on and the border is displayed incorrectly.
  • Fixed the issue that Input is offset by 1px when using append slot. #380
  • Added Norwegian language. #399

  • Table 新增属性 show-context-menu,开启后,可以点击右键弹出菜单,需配合 slot contextMenu 一起使用。
  • Table 事件 @on-contextmenu 新增返回参数 position,右键距离 Table 组件左上角的位置。
  • Table 列新增属性 display,使用 slot 自定义列时,列的渲染模式。可选值为 block、inline、inline-block。当使用树形数据时,建议使用 inline 或 inline-block。
  • Table 新增事件 @on-cell-click,点击单元格时触发。
  • Select 新增属性 filter-by-label,开启后,在搜索时,只按照 label 进行搜索。
  • Transfer 新增属性 reverse-operation,开启后,颠倒两个操作按钮的上下顺序。
  • 还原 Split 部分代码,以修复不能使用 px 的问题。
  • 修复 Select 创建新项目的一些问题。 #404
  • 修复 Tooltip 在长字母、数字时不自动换行的问题,同时解决 Table 列开启 tooltip 属性的问题。
  • 修复 Table 开启 border,且同时固定表头和列时,底部边框消失的问题。
  • 修复 Table 开启 loading,边框显示错误的问题。
  • 修复 Input 在使用 append slot 时,偏移 1px 的问题。 #380
  • 新增挪威语。 #399