Release of anyui-v0.20.0
· 阅读需 3 分钟
Release Notes
- Add Higher Order Components (HoC)
- State Button: provide multiple states when clicking, with images & labels changed in different state
- Label Slider: provide a slider with for each slide tick, and multiple images & labels changed when slider value changed
- Value Slider: provide a slider with a value attached, and multiple image & labels changed when value changed
- Support HoC editing
- Detect non-existed images reference and highlight referred widget if they are not found
- Support copy & paste screen
- Support
*.otf
fonts import - Add
type
andcategory
in widget's attribute - Add
visible
in widget & screen's attribute, and able to hide widget or screen from code generation & build & run - Distinguish between no image selected and selected image not found in image attribute
- Fix paste screen into another screen accidentally
- Fix widget tree scroll issue
- Remove generated files before code generation & build run
- Other fixes and improvements
版本说明
- 添加高阶组件(HoC)
- 状态按钮:点击时提供多种状态,在不同状态下图像和标签会发生变化
- 标签滑块:提供一个滑块,每个刻度都有对应的设置,并且当滑块值改变时,多个图像和标签会随之改变
- 数值滑块:提供一个带有数值的滑块,当数值改变时,多个图像和标签会相应改 变
- 支持高阶组件编辑
- 检测不存在的图像引用,如果未找到相关图像则突出显示所引用的组件
- 支持复制和粘贴屏幕,以及修复意外将屏幕粘贴到另一个屏幕的问题
- 支持
*.otf
- 字体导入 - 在组件的属性中添加
类型
和 -类别
- 在组件和屏幕的属性中添加 -
可见性
,并且能够在代码生成、构建及运行时隐藏组件或屏幕 - 图片属性中区分未选择图像和所选图像未找到这两种情况
- 修复组件树滚动问题
- 在代码生成、构建及运行之前删除生成的文件
- 其他修复和改进