* improve visibility of widgets (relevant widgets scale) * add `parent` parameter to create_widget in builder * pass parent to QWidgets to avoid flickering during the initialization
0.1.3
* support `ui:hidden` in ui_schema (hide an unwanted widget; default is False) * support `ui:disabled` in ui_schema (disable an unwanted widget; default is False) * support parent parameter in create_form-function (Issue 6)
0.1.2
* first official release on pypi: https://pypi.org/project/pyqtschema/