New
v0.7.2 - Additional Bug Fixes
Breaking Changes:
The widget.ToolTip variable has changed to an array of ToolTips. If you are referencing this variable you will need to account for it being an array going forward.
What's Changed
- Fix text not working with the custom cursor updater feature. by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/297
- Fix missing text label in button option by @mat007 in https://github.com/ebitenui/ebitenui/pull/296
- Fix button graphic image hover by @mat007 in https://github.com/ebitenui/ebitenui/pull/298
- Adds support for Button pressed disabled image by @mat007 in https://github.com/ebitenui/ebitenui/pull/299
- README: Added the link to 'godoc' by @xescugc in https://github.com/ebitenui/ebitenui/pull/302
- container: add replace method and test by @kazzmir in https://github.com/ebitenui/ebitenui/pull/305
- widget/container: Make the 'RemoveChild/ren' cascade effect by @xescugc in https://github.com/ebitenui/ebitenui/pull/304
- tab book: support images in tabs by @kazzmir in https://github.com/ebitenui/ebitenui/pull/310
- Fix list and button by @mcarpenter622 in https://github.com/ebitenui/ebitenui/pull/311
- ToolTip: Multiple ones possible and KeepOnHover option by @xescugc in https://github.com/ebitenui/ebitenui/pull/301
Full Changelog: https://github.com/ebitenui/ebitenui/compare/v0.7.1...v0.7.2