Skip to content

Releases: view-design/ViewUIPlus

v1.3.19

07 Aug 06:53
Compare
Choose a tag to compare
release 1.3.19

v1.3.18

10 Jul 09:34
Compare
Choose a tag to compare
release 1.3.18

v1.3.17

10 Jul 01:24
Compare
Choose a tag to compare
release 1.3.17

v1.3.1

29 Jun 01:20
Compare
Choose a tag to compare
  • Provide a TypeScript project. view-ui-project-ts
  • Playground's default template supports switching between Composition API and Options API. Playground
  • Fix the problem that the ImagePreview action bar is not displayed completely on the mobile side. #104
  • Fix an issue where the color could not be determined when the ColorPicker was under the transfer mode. #64
  • Fix Login verification, the default error prompt is not displayed. #106
  • Fix the problem that types reported errors in some TS environments. abb1bd5

  • 提供基于 TypeScript 的工程。view-ui-project-ts
  • Playground 默认模板支持切换组合式 API 和选项式 API。Playground
  • 修复 ImagePreview 操作栏在移动端显示不完整的问题。#104
  • 修复 ColorPicker 开启 transfer 时,无法确定颜色的问题。#64
  • 修复 Login 校验,不显示默认错误提示的问题。#106
  • 修复 types 在部分 TS 环境下报错的问题,现在可以更好地使用 TS 了。abb1bd5

v1.3.0

21 Jun 02:06
Compare
Choose a tag to compare
  • Add new component Space. #97
  • ImagePreview adds download function. #101
  • ImagePreview adds a new property toolbar, which allows you to select and sort the enabled shortcut functions. #101
  • ImagePreview supports $ImagePreview instantiation calls.
  • Added drag gesture style to ImagePreview. #100
  • Skeleton adds the last paragraph effect. #87
  • Result property type added warning.
  • Optimized documentation examples.
  • Fix Select remote search problem. #90
  • Fix ImagePreview problem. #93
  • Fix Layout style problem. df1b76a
  • Fix the problem of wrong types of some components. f4cf579

  • 新增间距组件 Space。#97
  • ImagePreview 新增下载图片功能。#101
  • ImagePreview 新增属性 toolbar,可选择开启的快捷功能并排序。#101
  • 图片预览支持 $ImagePreview 实例化调用。
  • ImagePreview 新增拖拽手势样式。#100
  • Skeleton 默认样式,增加最后一个段落效果。#87
  • Result 属性 type 新增 warning。
  • 优化大量文档示例。
  • 修复 Select 远程搜索的问题。#90
  • 修复 ImagePreview 点击控制条关闭预览的问题。#93
  • 修复 Layout 样式问题。df1b76a
  • 修复部分组件 types 错误的问题。f4cf579

v1.2.0

13 Jun 02:05
Compare
Choose a tag to compare
  • Add new component Typography. Typography consists of 5 components:
    • Typography
    • Title
    • Paragraph
    • Text
    • Link
  • Add new component Skeleton. #65
  • Add new component Image. It consists of 2 components: #66
    • Image
    • ImagePreview
  • Fixed some CSS errors. #61
  • Fix Row component type error.
  • Fix the problem that the Alert component icon is not centered.

  • 新增排版组件 Typography,内置丰富的内容排版 UI,支持拷贝、可编辑、省略等功能。Typography 共包含 5 个组件:
    • Typography 内容结构
    • Title 标题
    • Paragraph 段落
    • Text 行内文本
    • Link 链接
  • 新增骨架屏组件 Skeleton。 #65
  • 新增图片组件 Image。包含两个组件:#66
    • Image 图片
    • ImagePreview 图片预览
  • 修复部分 CSS 在部分环境下出错的问题。#61
  • 修复 Row 组件 types 错误的问题。
  • 修复 Alert 组件图标不居中的问题。

v1.1.0

30 May 02:14
Compare
Choose a tag to compare

v1.0.0 SIFU

16 May 00:35
Compare
Choose a tag to compare
  • The first version.