Release 0.19.0
This commit is contained in:
parent
36cb34a3ad
commit
920cecd897
|
@ -2622,7 +2622,7 @@ class Window:
|
|||
stdout_location = None
|
||||
port_number = 6900
|
||||
active_windows = [ ] # type: Window []
|
||||
App = None
|
||||
App = None # type: remi.App
|
||||
|
||||
def __init__(self, title, default_element_size=DEFAULT_ELEMENT_SIZE, default_button_element_size=(None, None),
|
||||
auto_size_text=None, auto_size_buttons=None, location=(None, None), size=(None, None),
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.18.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIWeb_-0.19.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
|
||||
|
||||
|
@ -269,6 +269,12 @@ New features
|
|||
* Hotfix for bug that causes Popups / secondary windows to crash
|
||||
* Table gets `starting_row_num` parameter
|
||||
|
||||
## 0.19.0 23-Mar-2019 PySimpleGUIWeb
|
||||
|
||||
* do_not_clear defaults to TRUE! for Input and Multiline Input/output
|
||||
* a few type hints
|
||||
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
|
|
Loading…
Reference in New Issue