Skip to content

Latest commit

 

History

History
181 lines (178 loc) · 6.41 KB

CHANGELOG.md

File metadata and controls

181 lines (178 loc) · 6.41 KB

CHANGELOG

V0.5.4

中文

  • 修复SNumberInput并没有在更改input的text时联动更改value值

English

  • fix SNumberInput can not change value when input text has been changed

V0.5.3

中文

  • 优化SDialog
  • 修复警告
  • Slint更新1.9.1

English

  • Optimize SDialog
  • fix warning
  • update slint to 1.9.1

V0.5.2

中文

  • 优化SSelect层级结构

English

  • Optimize structure level for SSelect

V0.5.1

中文

  • 去除重复的close-one图标
  • SSelect增加触摸区域

English

  • remove redundant icon close-one
  • Add TouchArea into SSelect

V0.5.0

中文

  • 优化SSwitchGroup文字
  • 增加STabbar点击回调事件
  • 修复SCollapse宽度超出
  • 优化SCollapse图标旋转代替图标替换
  • 去除SCollapse init callback
  • 优化SIcon旋转动画
  • 增加SRadio点击效果
  • 增加SCheckbox点击效果

English

  • Optimize text in SSwitchGroup
  • Add STabbar clicked callback
  • Fix SCollapse width overflow
  • Optimize SCollapse rotation icon
  • remove SCollapse init callback
  • Optimize SIcon rotation animation
  • Add SRadio click effect
  • Add SCheckbox click effect

V0.4.5

中文

  • 增加SCatalog目录
  • 优化SSwitch动画
  • 增加SSelect active
  • 增加SSlider滑块
  • 增加STabbar文档
  • 修改SAlertInfo主题文字颜色
  • 优化SNumberInput严格模式
  • 修复SSlider, SInput init 回调崩溃

English

  • Add SCatalog
  • Optimize SSwitch animation
  • Add SSelect property active
  • Add SSlider widget
  • Add STabbar document
  • fix SAlert info theme font color
  • Optimize SNumberInput strict mode
  • Fix SSlider, SInput init callback crash

V0.4.4

中文

  • 增加STabbar
  • STag增加hover

English

  • Add STabbar
  • Add hover to STag

V0.4.3

中文

  • 增加SNumInput数字输入
  • 增加SCalendar时间日期
  • 修复SAvatarNone异常
  • 修复SMenucallback change

English

  • Add SNumInput
  • Add SCalendar
  • Fix SAvatar None Option unwrap
  • Fix SMenucallback change

V0.4.2

中文

  • 增加SCarousel走马灯
  • 增加STimeLine时间轴
  • 修复SCheckboxSRadio布局异常

English

  • Add SCarousel
  • Add STimeLine
  • Fix layout error in SCheckboxandSRadio

V0.4.1

中文

  • 增加SStep进度指向线颜色效果
  • 增加SPagination分页器组件
  • 增加SKeyBoard虚拟键盘 (可使用子组件任意扩展)
  • 增加SButton,SCheckbox,SRadio禁用选项
  • 增加SDialog非触摸位置关闭控制选项:mask-close
  • 去除SLoading的默认初始化回调

English

  • Increase the color effect of the progress pointing line in SStep
  • Add the SPagination paginator component
  • Add SKeyBoard virtual keyboard (it can be expanded with any sub components)
  • Add disable options for SButton, SCheckbox, and SRadio
  • Add SDialog non touch position close control option: mask close
  • Remove the default initialization callback for SLoading

V0.4.0

中文

  • SCheckbox内部选择区添加 border,优化显示
  • SProgress样式优化,增加圆形进度条
  • 修复SButtonSTableColumnFlex中的异常
  • 增加SPopover组件(气泡卡片无模态效果)
  • 增加SStep组件(按步骤执行)

English

  • Add a border to the internal selection area of SCheckbox to optimize display
  • Style optimization for SProgress, adding a circular progress bar
  • Fix exceptions in SButton in STableColumnFlex
  • Add the SPopover component (bubble card has no modal effect)
  • Add the SStep component (do something step by step)

V0.3.5

中文

  • 增加SCheckbox(当用户需要多选时)

English

  • Add SCheckbox(when people want to select multi items)

V0.3.4

中文

  • 修复SSelect组件 icon、文字使用主题色变化
  • 增加STab组件提供选项卡功能,以便用户可以在不同的内容板块之间切换

English

  • Fix changes in the theme color of the 'SSelect' component icon and text usage
  • Add the 'STab' component to provide tab functionality, so that users can switch between different content sections

V0.3.3

中文

  • SIcon增加 state,hover 颜色效果
  • 重写SMenu
  • 优化STable,增加表格列自定义组件 (see wiki STable)

English

  • Add state and hover color effects to SIcon
  • Rewrite SMenu
  • Optimize STable , Add Self DefineComponent (see wiki STable)

V0.3.2

中文

  • SSwitchSSwitchGroup增加响应式选择(由 active 属性进行控制)
  • 优化STip文字显示

English

  • SSwitch and SSwitchGroup add responsive selection (controlled by the active property)
  • Optimize text display of STip

V0.3.1

中文

  • 补充丢失的 SVG 图片
  • 修复组件中PaddingType.None以及BorderType.None产生的与 Rust 的Option 的编译冲突
  • 修复SIcon中 colorize 属性导致的闪烁和 None 冲突
  • SIcon弥补方案:self.get-colorize()

English

  • add missing SVG images
  • fix the PaddingType.None and BorderType.None in the component Compilation conflict with Rust Option
  • fix None conflict and flicker causes by colorize property in SIcon
  • SICon Remedial solution:self.get-colorize()

V0.3.0 (Slint 1.3.2)

中文

  • 所有组件更名SURS
  • 默认文字采用Arial
  • 重写所有组件 (SMenu 除外)
  • 重构themes/index.slint(用于导出内置 Schema,内置 Global)
  • 增加 use 方式导出内置方法,内置结构体,内置枚举等
  • 使用 use 方式对组件进行插槽预备
  • 修改内置主题色
  • 重构项目结构

English

  • Renaming all components from SUR to S
  • Default text adopts Arial
  • Rewrite all components(except SMenu
  • Refactoring themes/index. slint (used to export built-in schemas, built-in Global)
  • Add use mode to export built-in functions, built-in struct, built-in enum, etc
  • Prepare slots for components using the use method
  • Modify built-in theme colors
  • Refactoring project structure