-
Notifications
You must be signed in to change notification settings - Fork 28
Updates
syf20020816@outlook.com edited this page Dec 25, 2023
·
4 revisions
- 中文
- 所有组件更名
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
- 中文:
- 优化内置Global:
- 修复标准内置方法:
get-padding() - 增加
PaddingType Enum类型PaddingType.Tag - 增加标准内置方法
get-color() - 增加标准内置枚举
ColorLevel
- 修复标准内置方法:
- 优化
SText- 修改属性名
content -> text
- 修改属性名
- 优化
STag:- 修复
STag样式异常 -
STagremove content property , please use text (as BuiltinText) -
callback clicked(string)增加返回参数(tag text)
- 修复
- 优化
SIcon- 修改属性名
icon -> source - 移除
get-icon()
- 修改属性名
- 优化
SButton- 增加
show-icon属性控制是否加载图片 - 修复按钮异常
- 修改属性名
content -> text
- 增加
- 优化
SLink- 修改属性名
content -> text -
callback clicked(string)增加返回参数(link text) - 增加hover控制下划线触发效果
- 增加
underline属性控制下划线显示
- 修改属性名
- 修复
SURAvatar默认Icon消失问题
- 优化内置Global:
- English
- Optimize built-in Global:
- Fix standard built-in methods:
get padding () - Add
PaddingType EnumtypePaddingType.Tag - Add Standard Built-in Method
get color() - Add Standard Built-in Enumeration
ColorLevel
- Fix standard built-in methods:
- Optimize
SText- Modify Attribute Name
content ->text
- Modify Attribute Name
- Optimize
STag:- Fix
STagstyle anomalies -
STagremove content property, please use text (as Built inText) -
callback clicked (string)Add return parameter (tag text)
- Fix
- Optimize
SIcon- Modify Attribute Name
icon ->source - Remove
get icon ()
- Modify Attribute Name
- Optimize
SButton- Add the
show iconattribute to control whether to load images - Fix button error
- Modify Attribute Name
content ->text
- Add the
- Optimize
SLink- Modify Attribute Name
content ->text -
callback clicked (string)Add return parameters (link text) - Add hover control underline trigger effect
- Add the
underlineattribute to control the display of underscores
- Modify Attribute Name
- Fix the issue of
SURAvatardefault Icon disappearing
- Optimize built-in Global:
- add
SURTree - add
SURFile
- add
SURSwitchOption - add
SURSwitchGroup - optimize
SURInput
- add
SURSwitch - add
SURDrawer - add
SURAlert
- solve
SURLoadinganimation!
- add
SURMenu - enhance
SURTip(the location of the tip can be changed now and you can show it with hover ! )
- add
SURTip - add
SURLoading - add
SURDialog
- add
SURBadge - add
Progress - add
Persona
- rebuild components (have
SURIcon) - rebuild
SURIcon - rebuild file structure
- solve memery overflow issue
- use minimize import principle (remove inner loop to judge component show!)❗
- test use Rust✅
- add
SURRadio - add
SURDivider - add
SURCollection - add
SURPopup
- Adopting Fluent2's component design style
- Multiple default methods are provided for consumers to call (see index.slint which on the outermost side)
- Decoupling functions and components
- Fix some style errors
- add
SURLinkandSURAvatar