Skip to content

v1.2.0

Compare
Choose a tag to compare
@icarusion icarusion released this 13 Jun 02:05
· 119 commits to master since this release
  • 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 组件图标不居中的问题。