1.8.3
Most relevant changes:
- Added a test scene and the NotoEmoji icon font for testing rendering icons with minimal app size footprint
- Added optional parameters for xUnit Fact
- Found a few useful new links for the material icon font
- Bugfix to prevent singleton from being destroyed on app start (which would reset singleton config otherwise)
- Added Button extension method to set the normal color tinting value
- Changed potential error in datetime automatic parsing from server values to a warning
- Added another icon example from the material font
- Added sidebar example that uses toggles to indicate which tab is currently active in the UI
- Added more components around radio button groups (groups of xor toggles)
- Added example usage of OpenAI API
- AppSecrets concept added which allows to use secrets like API keys, default implementation for local dev testing included
- Removed restriction of type parameter for GetComponent methods to allow also requesting interfaces
- Introduced IToggleGroupListener interface and using it in ToggleListener now to allow different ToggleGroupListener implementations
- Added a countdown timer that uses a task and a stopwatch and can be connected to a IProgress and created a few usage examples in the tests
All changes can be seen here:
v1.8.2...v1.8.3