October_21_2024
vchelaru
released this
21 Oct 23:34
·
449 commits
to master
since this release
Gum Tool
- Added support for searching for instances
- Added support for searching on instances by their Text property
- First pass at being able to create components from an instance thanks @akaadream
- Added better error reporting when missing a base type for a component
- Added support for hint text when displaying nullable bool values
- Fixed bug where duplicate instances could be created
- Added realtime warnings about duplicate component names thanks @akaadream
- Fixed tabs not properly sizing themselves after being hidden thanks @kaltinril
- Saving new project now shows up in recent files thanks @kaltinril
- Newly-created projects automatically load thanks @kaltinril
- Improved codegen for monogame projects, including new MonoGame dropdown value
Gum Runtimes
- Added new ComboBox Forms control
- Fixed case sensitive issues when loading shaders
- Added FormsUtilities.Cursor
- Added FormsUtilities.Keyboard
- Added sample project for font loading
- Huge improvements to font load times (100x faster) thanks @KallDrexx
- Added FnaGum project
- Added support for loading from a StreamByteDictionary to speed up load times on web projects (Kni)
- Improved error reporting when missing font files
- Added SingleThreadSynchronizationContext sample for async calls
- Added InteractiveGue.HandleRollOver
- RollOverBubbling is only raised when XChange or YChange are non-zero
- Loading .gumx project now pushes Standard values to all standard runtimes making it easier to load existing projects
- FrameworkElement.UpdateState is now public allowing refreshing of visuals anytime
- Added support for assigning BitmapFont through states
- Added new const values for expected instance names in forms
- Improved diagnostics when creating a Slider Forms object with missing references
- Fixed crash when loading fonts with no spaces thanks @mfigueirido
New Contributors
- @akaadream made their first contribution in #177
- @vicdotexe made their first contribution in #181
- @kaltinril made their first contribution in #209
- @mfigueirido made their first contribution in #215
Full Changelog: August_20_2024...October_21_2024