Releases: EmptyKeys/UI_Framework
Releases · EmptyKeys/UI_Framework
3.3
- Added simple Radial Panel layout control.
- Added auto scroll to selected item for Datagrid and Listbox.
- Added CTRL-A feature for text input controls.
- Changes to gamepad support for the input controls and focus. You can control the direction of the focus for gamepad (up, down, left, right) and target control (see GamepadHelp class) from XAML.
- Fixed crash for UniformGrid
3.2
UI Library
- Added support for MultiTrigger
- Added check to prevet double click to start drag&drop
- Added mouse wheel support for the Numeric Textbox
- New text wrap method to avoid allocations
- Added AllowRightMouseButton for Drag&Drop
- Added feature to MonoGame engine part so you can turn off gamepad (thanks timesscar)
- Added double click feature to select all text for TextBox controls
- Added keyboard support for ComboBox
- Added scroll to item feature for ComboBox
- Style changes for Slider to be more like WPF style
- Removed LINQ on several places to avoid allocations
- Image Manager is thread safe now
- Effect Manager is thread safe now
- Sound Manager is thread safe now
- Fixed padding issue for Textbox and Numeric Textbox
- Fixed caret size DPI issue
- Fixed copy/paste issue for Numeric Textbox
- Fixed text selection padding issue
- Fixed Is Selected issue for the ListBoxItem
- Fixed column sizing issues for DataGrid
- Fixed Selected Item issue for DataGrid
- Fixed DataGrid column issues with fixed size and star width
- Fixed Border brush issue with zero thickness
- Fixed several issue with alignment and string content in some styles
UI Generator
- Added images_with_extensions to the command line options
- Changed generator to use .NET 4.6.1
- Added data type string feature for reflection generator
- Updated Mono.Options 3rd party library
- Fixed few generator issue with generating in order with different OS cultures settings
- Fixed resource generator issue with the same name of the method
Release 3.1
- Library ported to .NET Standard 2.0
- Removed old FNA and CocosSharp support. You can still use older 3.0 full NuGet package - https://www.nuget.org/packages/EmptyKeysUI/
- Update to MonoGame 3.7 and Xenko 3.0 versions
- Added support for Dispatcher
- Fixed auto layout issue for Grid
- Added auto scroll to selected item feature for ListBox