Skip to content

v4.5.0 Carto

Compare
Choose a tag to compare
@icarusion icarusion released this 02 Feb 03:21
· 84 commits to master since this release
  • Row is forced to use flex layout, add new property wrap, and Col add new property flex, which supports Flex filling.
  • InputNumber add new property controls-outside. When it is turned on, the button position will be placed on both sides of the input box.
  • Table add new property tooltip-max-width, column add new property tooltipTheme and tooltipMaxWidth. When opening the tooltip, the column configuration is preferred.
  • A new property border for Input can be set to not display the border.
  • Input method focus supports parameter passing, you can specify the cursor position as the start, end or select all text.
  • Divider adds a new property plain, and the title is displayed in normal text style when it is turned on.
  • RadioGroup has added a new property button-style, which can be set as the bottom button style.
  • Optimize the memory problem of Select component and popper. #589 #590 #592 6ee13b1
  • Fix the problem that when Select uses grouping and search is turned on, the option display is incomplete. #757
  • Fix the problem that the tooltip is always displayed in this column when the tooltip is turned on in the Table column. Now only the omitted content will display the tooltip.
  • Fix the problem that the color input box cannot be activated when ColorPicker is used with Select and other components.
  • Fixed the problem of stacking errors when using Modal in draggable mode. #763
  • Fixed an issue that sometimes caused the page to crash when the Avatar was zoomed on the page. #807
  • Fix the problem that Page sometimes appears as garbled characters.
  • Fix the problem that the eye icon is opposite when the password property is turned on for Input.

  • Row 强制使用 flex 布局,新增属性 wrap,Col 新增属性 flex,支持 Flex 填充。
  • InputNumber 新增属性 controls-outside,开启后,按钮位置会置于输入框两侧。
  • Table 新增属性 tooltip-max-width 属性,column 新增 tooltipThemetooltipMaxWidth 属性。开启 tooltip 时,优先使用 column 的配置。
  • Input 新增属性 border,可以设置为不显示边框。
  • Input 聚焦方法 focus 支持传参,可以指定光标位置为开始、结束或全选文本。
  • Divider 新增属性 plain,开启则标题显示为普通文字样式。
  • RadioGroup 新增属性 button-style,可以设置为填底的按钮样式。
  • 优化 Select 组件、popper 的内存问题。#589 #590 #592 6ee13b1
  • 修复 Select 使用分组,且开启搜索时,选项显示不完整的问题。#757
  • 修复 Table 列开启 tooltip,该列总是显示 tooltip 的问题,现在只有被省略的内容才显示 tooltip。
  • 修复 ColorPicker 在和 Select 等组件共同使用时,颜色输入框无法激活的问题。
  • 修复 Modal 在可拖拽模式下,嵌套使用时层叠出错的问题。#763
  • 修复 Avatar 在页面缩放时,有时导致页面崩溃的问题。#807
  • 修复 Page 有时显示为乱码的问题。
  • 修复 Input 开启 password 属性时,眼睛图标相反的问题。