What's Changed
- fix a panic on non-latin1 symbols in textinput by @quasilyte in #319
- Fix text area crash by @mat007 in #316
- widget: Add 'Widget.SetVisibility' by @xescugc in #322
- widget: Added Debug mode by @xescugc in #323
- widget/gridlayout: Flexible columns when widgets are less than the cols by @xescugc in #324
- widget/button: Added check for rect(0,0) on TranparentPixels by @xescugc in #326
- widget: Make it so if no visible no 'Update' by @xescugc in #327
- widget/window: Added 'Dynamic' option by @xescugc in #329
- list: set the List field of the selected event by @kazzmir in #332
- list: add option to keep entries sorted by @kazzmir in #334
- list: add UpdateEntry function when an entry is mutated by @kazzmir in #333
Full Changelog: v0.7.2...v0.7.3