Skip to content

3.0.0rc5

Latest
Compare
Choose a tag to compare
@Xiaokang2022 Xiaokang2022 released this 19 Dec 12:57
· 70 commits to main since this release
72ccf5c

Important

根据社区投票结果,本项目将在正式版的时候重命名
According to the results of the community vote, this project will be RENAMED when it is released!

✨ Highlights / 更新亮点

  • New widget: OptionButton
    新增控件:选项按钮(OptionButton

  • New widget: ComboBox
    新增控件:下拉框(ComboBox

  • New widget: Spinner
    新增控件:旋转条(Spinner

  • Invisible widgets are no longer handled by the event handling mechanism
    不可见的控件现在不会被事件处理机制处理了

💥 Breaking Changes / 破坏性更改

  • The default value of the through and animation parameters of the class virtual.Widget has been changed to None
    virtual.Widget 的参数 throughanimation 的默认值更改为了 None

Full Changelog / 完整更新日志: CHANGELOG.md#-300rc5
Full Commits / 完整提交记录: 3.0.0rc4...3.0.0rc5