Release 0.19.0

This commit is contained in:
MikeTheWatchGuy 2019-03-23 17:04:48 -04:00
parent 36cb34a3ad
commit 920cecd897
2 changed files with 8 additions and 2 deletions

View File

@ -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),

View File

@ -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