Updates
-
V0.5.2
- 中文
- 优化
SSelect层级结构
- 优化
- English
- Optimize structure level for
SSelect
- Optimize structure level for
- 中文
-
V0.5.1
- 中文
- 去除重复的
close-one图标 SSelect增加触摸区域
- 去除重复的
- English
- remove redundant icon
close-one - Add TouchArea into
SSelect
- remove redundant icon
- 中文
-
V0.5.0
- 中文
- 优化
SSwitchGroup文字 - 增加
STabbar点击回调事件 - 修复
SCollapse宽度超出 - 优化
SCollapse图标旋转代替图标替换 - 去除
SCollapseinit callback - 优化
SIcon旋转动画 - 增加
SRadio点击效果 - 增加
SCheckbox点击效果
- 优化
- English
- Optimize text in
SSwitchGroup - Add
STabbarclicked callback - Fix
SCollapsewidth overflow - Optimize
SCollapserotation icon - remove
SCollapseinit callback - Optimize
SIconrotation animation - Add
SRadioclick effect - Add
SCheckboxclick effect
- Optimize text in
- 中文
-
V0.4.5
- 中文
- 增加
SCatalog目录 - 优化
SSwitch动画 - 增加
SSelectactive - 增加
SSlider滑块 - 增加
STabbar文档 - 修改
SAlert中Info主题文字颜色 - 优化
SNumberInput严格模式 - 修复
SSlider, SInputinit回调崩溃
- 增加
- English
- Add
SCatalog - Optimize
SSwitchanimation - Add
SSelectpropertyactive - Add
SSliderwidget - Add
STabbardocument - fix
SAlertinfotheme font color - Optimize
SNumberInputstrict mode - Fix
SSlider, SInputinitcallback crash
- Add
- 中文
-
V0.4.4
- 中文
- 增加
STabbar STag增加hover
- 增加
- English
- Add
STabbar - Add hover to
STag
- Add
- 中文
-
V0.4.3
- 中文
- 增加
SNumInput数字输入 - 增加
SCalendar时间日期 - 修复
SAvatarNone异常 - 修复
SMenucallback change
- 增加
- English
- Add
SNumInput - Add
SCalendar - Fix
SAvatarNone Option unwrap - Fix
SMenucallback change
- Add
- 中文
-
V0.4.2
- 中文
- 增加
SCarousel走马灯 - 增加
STimeLine时间轴 - 修复
SCheckbox和SRadio布局异常
- 增加
- English
- Add
SCarousel - Add
STimeLine - Fix layout error in
SCheckboxandSRadio
- Add
- 中文
-
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
SPaginationpaginator component - Add
SKeyBoardvirtual keyboard (it can be expanded with any sub components) - Add disable options for
SButton,SCheckbox, andSRadio - Add
SDialognon touch position close control option:mask close - Remove the default initialization callback for
SLoading
- Increase the color effect of the progress pointing line in
- 中文
-
V0.4.0
- 中文
SCheckbox内部选择区添加 border,优化显示SProgress样式优化,增加圆形进度条- 修复
SButton在STableColumnFlex中的异常 - 增加
SPopover组件(气泡卡片无模态效果) - 增加
SStep组件(按步骤执行)
- English
- Add a border to the internal selection area of
SCheckboxto optimize display - Style optimization for
SProgress, adding a circular progress bar - Fix exceptions in
SButtoninSTableColumnFlex - Add the
SPopovercomponent (bubble card has no modal effect) - Add the
SStepcomponent (do something step by step)
- Add a border to the internal selection area of
- 中文
-
V0.3.5
- 中文
- 增加
SCheckbox(当用户需要多选时)
- 增加
- English
- Add
SCheckbox(when people want to select multi items)
- Add
- 中文
-
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
-
V0.3.2
- 中文
SSwitch和SSwitchGroup增加响应式选择(由 active 属性进行控制)- 优化
STip文字显示
- English
SSwitchandSSwitchGroupadd 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.NoneandBorderType.Nonein the component Compilation conflict with RustOption - fix None conflict and flicker causes by colorize property in
SIcon SIConRemedial solution:self.get-colorize()
- 中文
-
V0.3.0 (Slint 1.3.2)
- 中文
- 所有组件更名
SUR为S - 默认文字采用
Arial - 重写所有组件 (
SMenu除外) - 重构
themes/index.slint(用于导出内置 Schema,内置 Global) - 增加 use 方式导出内置方法,内置结构体,内置枚举等
- 使用 use 方式对组件进行插槽预备
- 修改内置主题色
- 重构项目结构
- 所有组件更名
- English
- Renaming all components from
SURtoS - 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
- Renaming all components from
- 中文