Updates

  • 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