File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public static RenderTarget2D RenderTarget
98
98
}
99
99
100
100
/// <summary>Current GeonBit.UI version identifier.</summary>
101
- public const string VERSION = "2.0.2.0 " ;
101
+ public const string VERSION = "2.0.2.1 " ;
102
102
103
103
// root panel that covers the entire screen and everything is added to it
104
104
static RootPanel _root ;
Original file line number Diff line number Diff line change @@ -1665,6 +1665,15 @@ Bug fixes and improvements to API.
1665
1665
- Fixed out-of-screen buttons in tabs panel that's attached to the top of the screen.
1666
1666
- Added option to easily set per-panel skin in tabs panel.
1667
1667
1668
+ ### 2.0.2.1
1669
+
1670
+ - Improved strings usage.
1671
+ - Added project to build GeonBit.UI with MonoGame 3.6.
1672
+ - Fixed DefaultSize static property to work with inheritance.
1673
+ - Added ``` Clear() ``` to UserInterface.
1674
+ - Provided public getter for the root panel.
1675
+ - Fixed DropDown and auto-anchoring while inside tabs panel.
1676
+
1668
1677
## Credits
1669
1678
1670
1679
GeonBit.UI was written by Ronen Ness, but uses some free textures made by awesome people who share their work for free.
You can’t perform that action at this time.
0 commit comments