Skip to content

Releases: Surrealism-All/surrealism-ui-template

SurrealismUI-template V0.5.0

14 Jun 13:41
Compare
Choose a tag to compare

SurrealismUI-template 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

SurrealismUI-template V0.4.5

26 May 06:51
Compare
Choose a tag to compare

SurrealismUI-template 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-template V0.4.4

17 May 12:44
Compare
Choose a tag to compare

V0.4.4

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

SurrealismUI-template V0.4.3

23 Apr 15:53
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-template V0.4.2

07 Apr 18:35
Compare
Choose a tag to compare

V0.4.2

  • 中文
    • 增加SCarousel走马灯
    • 增加STimeLine时间轴
  • English
    • Add SCarousel
    • Add STimeLine

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-template V0.4.1

23 Mar 12:07
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-template V0.4.0

09 Mar 13:34
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-template V0.3.5

09 Mar 13:25
Compare
Choose a tag to compare

Update

  • 中文
    • 增加SCheckbox(当用户需要多选时)
  • English
    • Add SCheckbox(when people want to select multi items)

SurrealismUI-template V0.3.4

21 Jan 13:04
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-template

17 Jan 16:21
Compare
Choose a tag to compare
SurrealismUI-template Pre-release
Pre-release

dependencies version

name version
slint 1.3.2
rust after 2021
SurrealismUI 0.3.3

QuickStart

1. Install cargo-generate

you can use the following command to install cargo-generate

cargo install cargo-generate

2. generate your own project

input your project name to replace {project_name}

cargo generate --git https://github.com/Surrealism-All/surrealism-ui-template.git --name {project_name}
🔧   Destination: E:\Rust\test-surrealism ...
🔧   project-name: test-surrealism ...
🔧   Generating template ...
🔧   Moving generated files into: `E:\Rust\test-surrealism`...
🔧   Initializing a fresh Git repository
✨   Done! New project created E:\Rust\test-surrealism

3. run project

cargo run