Version 0.6.11
pip install pygame-gui --upgrade
This release is mostly bug fixes for things that got reported as broken in the 0.6.10 release. If you find any more issues please let us know and we'll try to get them straightened out.
Big changes
- New UIForm element by @GimLala - This new element is intended to let you create Forms (Like Google Forms) for gathering user data. It didn't quite make the 0.6.10 release but its ready for experimentation now, please let us know how you get on with it
What's Changed
- fix scrolling_container scrollbar dimensions by @MyreMylar in #583
- fix spelling errors by @MyreMylar in #584
- add options to disable copy & paste by @MyreMylar in #585
- fix tool tip position bug by @MyreMylar in #593
- Set blocking move to front by @MyreMylar in #594
- add set_anchors to containers with shared anchor subcontainers by @MyreMylar in #596
- use premul_alpha everywhere by @MyreMylar in #597
- Add UIForm Element by @GimLala in #494
- Fix line spacing issues by @MyreMylar in #599
Full Changelog: v_0610...v_0611