-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
acd4367
commit 97f8df3
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
v0.9.0 | ||
========== | ||
[Stats] Added GetStats and CalculateStats. See fixed #91 (@flamendless) | ||
[Window]: Added minimize/maximize button in title bar to hide/show contents #100 (@flamendless) | ||
[Slab Logo]: Added Slab logo. Credits to [email protected] | ||
[Window]: Allow horizontal scrolling when there is no vertical scrolling possible #87 (@flamendless) | ||
[Dock]: Dock now follows Window's option for W and H #92 (@flamendless) | ||
[Dock]: Allow to programmatically set a window to a dock #92 (@flamendless) | ||
[Input]: Added NeedDrag option to InputNumberSlider | ||
[Button]: Added VLines option for multiline button label #81 (@flamendless) | ||
[Layout]: Added GetCurrentColumnIndex #89 (@flamendless) | ||
[Properties]: Improved Properties to use ordered table #93 (@flamendless) | ||
[Mouse]: Read mouse arguments out of Args table #94 (@idbrii) | ||
|
||
BUGFIXES | ||
========== | ||
[Dialog]: MessageBox expands if there are multiple buttons #99 (@flamendless) | ||
[Image]: Cache not updating correctly when Image object is passed #98 (@flamendless) | ||
[ContextMenu]: Context Menu now works with void spaces again #96 (@flamendless) | ||
[Tree]: Not returning IsOpen flag correctly #90 (@flamendless) | ||
|
||
v0.8.0 | ||
========== | ||
[API]: Make Update and Draw functions private. | ||
|