Skip to content

v4.6.0 It Takes Two

Compare
Choose a tag to compare
@icarusion icarusion released this 11 Jun 02:21
· 58 commits to master since this release
  • Modal add new property sticky and sticky-distance. When enabled, when dragging, it will not be dragged out of the edge of the screen, and will automatically snap to the limit distance.
  • Modal add new property reset-drag-position. After opening, when Modal is opened again, the drag position will be reset.
  • Modal property mask is no longer mandatory to be set to false in draggable mode.
  • Drawer's property placement add top and bottom to support top and bottom directions. At the same time add the property height. The top and bottom do not support dragging currently.
  • AutoComplete add new property capture.
  • Dropdown, Select, DatePicker, TimePicker, Cascader, ColorPicker, Tooltip, Poptip, Page, AutoComplete add new property events-enabled, after enabling it, Popper's eventsEnabled property will be turned on, but some performance may be lost.
  • Fix the problem of invalid CSS class names when the Row component is in version 4.5.0.
  • Fixed the issue that the DatePicker component is in the daterange mode and the start date is the 31st, when the previous month panel is switched, the panel month does not change. #418
  • Fix the problem of errors in the multi-select and searchable state when the Select component uses label-in-value.
  • Fix the problem that when Button and other components set both target: _blank and Object type to property, the jump function is invalid.
  • Fix the problem that the scroll bar sometimes jitters when transfer is turned on for a component with a Dropdown component. #911
  • Fix Divider misalignment in Chrome 91 version. #913
  • Adjust the position where the Table cell click event @on-cell-click is triggered.

  • Modal 新增属性 stickysticky-distance,开启后,在拖拽时,将不会拖出屏幕边缘,并在极限距离时,自动吸附。
  • Modal 新增属性 reset-drag-position,开启后,Modal 再次打开时,将重置拖拽的位置。
  • Modal 的属性 maskdraggable 模式下,不再强制设置为 false。
  • Drawer 的属性 placement 新增值 topbottom,支持顶部和底部方向。同时增加属性 height。顶部、底部暂不支持拖拽。
  • AutoComplete 新增属性 capture
  • Dropdown、Select、DatePicker、TimePicker、Cascader、ColorPicker、Tooltip、Poptip、Page、AutoComplete 新增属性 events-enabled,开启后则会开启 Popper 的 eventsEnabled 属性,但可能会牺牲一定的性能。
  • 修复 Row 组件在 4.5.0 版本时,有时产生无效 CSS 类名的问题。
  • 修复 DatePicker 组件在 daterange 模式下,起始日期为31日时,切换上月面板,面板月份没有变化的问题。 #418
  • 修复 Select 组件使用 label-in-value 时,在多选、可搜索状态下出错的问题。
  • 修复 Button 等组件同时设置 target: _blank 和 Object 类型的 to 属性时,跳转功能失效的问题。
  • 修复带有下拉框的组件开启 transfer 时,有时滚动条抖动的问题。 #911
  • 修复 Divider 在 Chrome 91 版本错位的问题。 #913
  • 调整 Table 点击单元格事件 @on-cell-click 触发的位置。