Thanks for following along! This is a tagged release (2022.1118.0).
What's Changed
- Fix possible NRE in
GetAsync
betweenDllResourceStore
andResourceStore
by @Flutterish in #5514 - Fix
Dropdown
callingGenerateItemText
before it's loaded by @Susko3 in #5516 - Load genuine font for text builder test in favour of hardcoded glyph numbers by @frenzibyte in #5518
- Make
IBindable : IFormattable
to allow formatting its value withInvariantCulture
by @Susko3 in #5515 - Refactor
SpriteIcon
tests to allow slowly adding new icons by @peppy in #5517 - Apply NRT to all zero-refactor cases by @peppy in #5519
- Small code quality pass on
SDL2DesktopWindow
by @Susko3 in #5522 - Initialise BufferedDrawNode FBOs as late as possible by @smoogipoo in #5525
- Refactor and simplify text builder bounds calculation by @frenzibyte in #5520
Full Changelog: 2022.1113.0...2022.1118.0