Release 0.28.0
This commit is contained in:
parent
f7333e6147
commit
f86530aa0e
2 changed files with 49 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -369,6 +369,28 @@ One-time patch to remove a debug print
|
|||
* click events works
|
||||
|
||||
|
||||
## 0.28.0 PySimpleGUIWeb 15-May-2019
|
||||
|
||||
* Menus
|
||||
* Yes, the full Menu Bar across the top of the window!
|
||||
* PLUS, you get more controls to set the colors and fonts
|
||||
* Works with menu keys too
|
||||
* Disabled items are not working however
|
||||
* Correctly returns menu events
|
||||
* Listbox
|
||||
* Correctly handling Update calls that change the list
|
||||
* Correctly returns a LIST of items (even if only 1)
|
||||
* Button Graphics!
|
||||
* Can specify either a filename or image data as the source
|
||||
* Update parameters image_data and image_filename work!
|
||||
* Fix in DrawLine. Wasn't returning the id
|
||||
* DrawRectangle fixes - transparent fill color is default. Correctly draws coordinates now
|
||||
* DrawImage seems to work with both data and files
|
||||
* enable_events parameter for TabGroups
|
||||
* Frame Element
|
||||
* Behaves like a Column element for now since no official Remi Frame
|
||||
* Fix for popups that get data - New dictionary return values messed up popups. Needed to use keys internally
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue