Skip to content

Releases: Surrealism-All/SurrealismUI

SurrealismUI V0.4.5

26 May 06:49
Compare
Choose a tag to compare

SurrealismUI 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

SurrealismUI V0.4.4

13 May 01:51
Compare
Choose a tag to compare

V0.4.4

  • 中文
    • 增加STabbar
    • STag增加hover
  • English
    • Add STabbar
    • Add hover to STag

SurrealismUI V0.4.3

21 Apr 11:57
Compare
Choose a tag to compare

V0.4.3

  • 中文
    • 增加SNumInput数字输入
    • 增加SCalendar日历
    • 修复SAvatarNone异常
    • 修复SMenucallback change
  • English
    • Add SNumInput
    • Add SCalendar
    • Fix SAvatar None Option unwrap
    • Fix SMenucallback change

SNumberInput

### SCalendar

SurrealismUI V0.4.2

07 Apr 18:31
Compare
Choose a tag to compare

V0.4.2

  • 中文
    • 增加SCarousel走马灯
    • 增加STimeLine时间轴
    • 修复SCheckboxSRadio布局异常
  • English
    • Add SCarousel
    • Add STimeLine
    • Fix layout error in SCheckboxandSRadio

SCarousel:The Carousel component is designed to display a sequence of images (or slides) that users can navigate through. It provides a dynamic and visually engaging way to showcase multiple images without occupying too much space on the screen.


STimeLine:The timeline component is mainly used to display the changes of data over time, and it is usually used in data visualization to visually represent time series data

SurrealismUI V0.4.1

23 Mar 11:58
Compare
Choose a tag to compare

V0.4.1 Updates

  • 中文
    • 增加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

SurrealismUI V0.4.0

09 Mar 13:28
Compare
Choose a tag to compare

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)

SurrealismUI V0.3.5

03 Feb 07:22
Compare
Choose a tag to compare

update

  • add SCheckbox

Temporarily stop updating

stop update 1 month

reason1

Although slint has released version 1.4.1, there have been some issues that I feel these day

  • Slint LSP preview can not see change timely
  • widgets unable to accurately locate
  • ...

I plan to wait until some issues are resolved before updating to version 0.4+

reason2

February is China's Spring Festival holiday

SurrealismUI V0.3.4

21 Jan 12:44
Compare
Choose a tag to compare

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

SurrealismUI V0.3.3

11 Jan 16:53
Compare
Choose a tag to compare
  • 中文
    • 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)

SurrealismUI V0.3.2

30 Dec 18:56
Compare
Choose a tag to compare
  • 中文
    • SSwitchSSwitchGroup增加响应式选择(由active属性进行控制)
    • 优化STip文字显示
  • English
    • SSwitch and SSwitchGroup add responsive selection (controlled by the active property)
    • Optimize text display of STip