Releases: view-design/ViewUIPlus
Releases · view-design/ViewUIPlus
v1.3.19
v1.3.18
v1.3.17
v1.3.1
- 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
- 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
- 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.
v1.1.0
- 支持了 SSR。#48 #49 #50
- 支持了 Nuxt。https://github.com/view-design/view-ui-project-nuxt
- 增加了 TS 声明文件。 #56
- Playground 现已支持 Vue.js 3 及 View UI Plus。https://run.iviewui.com
- SSR is supported. #48 #49 #50
- Nuxt is supported. https://github.com/view-design/view-ui-project-nuxt
- Added TS declaration file. #56
- Playground now supports Vue.js 3 and View UI Plus. https://run.iviewui.com
v1.0.0 SIFU
- The first version.