Skip to content

3.0.0rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Xiaokang2022 Xiaokang2022 released this 23 Oct 17:02
· 208 commits to main since this release
997a5a4

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

✨ Highlights / 更新亮点

  • New widget, tooltip (Tooltip)
    新增控件,工具提示框(Tooltip

  • All widgets have a new initialization parameter, anchor, to specify the anchor location
    所有控件都新增了初始化参数 anchor 来指定锚点位置

  • New methods bind, unbind, bind_on_update and unbind_on_update for all widgets
    所有控件新增方法 bindunbindbind_on_updateunbind_on_update

  • Some code outputs an error message in stderr when it causes a problem, rather than no output at all (e.g., when a function in a theme switching thread throws an error)
    部分代码产生问题时会在标准错误输出中输出错信息,而不是不产生任何输出(如主题切换线程中的函数引发错误时)

💥 Breaking Changes / 破坏性更改

  • Parameter names for some functions have been changed (the original name violates lint)
    部分函数的参数名称发生的改变(原名称违背了 lint)

    • SegmentedButton
    • Text
    • TkMessage
    • set_theme_map
    • hsl_to_rgb
    • rgb_to_hsl
    • rgb_to_str