github iview/iview v3.3.1

latest releases: 3.5.4, V3.5.3, V3.5.2...
5 years ago
  • Tabs adds new property name, TabPane adds new property tab. If you want to nest Tabs above version 3.3.0, you need to set the name for Tabs and set the tab to the corresponding child TabPane to point to the name of Tabs. view example #5377
  • TabPane adds new property index. When TabPane uses v-if, it does not render in the order in which it is. You can set index property to sort from small to large (note: TabPane does not support v-show). view example #5401
  • Fix Grid's new xl, xxl breakpoints in version 3.3.0 sometimes fail to work properly. #5393
  • Added number and tel to the type property of Input. #5381 #5422
  • Fixed an issue where the draggable property was not valid when Drawer closed the mask layer.
  • Fixed an issue where FormItem set the error property to be invalid. #5352
  • Fixed an issue where Affix was not scrolling when it was initialized. #5440
  • Fixed some issues with TS. #5406

  • Tabs 新增属性 name,TabPane 新增属性 tab,如果要在 3.3.0 版本以上嵌套使用 Tabs,需要给 Tabs 设置 name,并给对应的子 TabPane 设置 tab 指向 Tabs 的 name。查看示例 #5377
  • TabPane 新增属性 index,当 TabPane 使用 v-if 时,并不会按照预先的顺序渲染,这时可设置 index,并从小到大排序(注意:TabPane 不支持 v-show)。 查看示例 #5401
  • 修复 Grid 在 3.3.0 版本新增的 xl、xxl 断点有时无法正常使用的问题。 #5393
  • Input 的 type 属性新增 numbertel#5381 #5422
  • 修复 Drawer 关闭遮罩层时,使用 draggable 属性无效的问题。
  • 修复 FormItem 设置 error 属性无效的问题。 #5352
  • 修复 Affix 初始化时未滚动的问题。 #5440
  • 修复 TS 的一些问题。 #5406

Don't miss a new iview release

NewReleases is sending notifications on new releases.