What's new in PyWebIO 1.4 ========================== 2021/10/4 ----------- Highlights ^^^^^^^^^^^ * automatically hold session when needed * support for binding onclick callback on any output widget Detailed changes ^^^^^^^^^^^^^^^^^ * migrate to a `open-source `_ remote access service * add ``output_max_width`` parameter to `set_env() ` * can use ``Esc``/``F11`` to toggle fullscreen of codemirror textarea * `pin_wait_change() ` support `timeout` parameter * add `pywebio.config() ` * add `pywebio.output.put_button() ` * add `pywebio.pin.put_actions() ` * rearrange document Bug fix ^^^^^^^^^^^^^^^^^ * fix(#148): form can't be submit after validation failed - `e262ea43 `_ * fix some codemirror issues: codemirror refresh and mode auto load - `b7957891 `_, `50cc41a9 `_ * fix: `run_js()` return `None` when empty-value - `89ce352d `_ * fix: whole output crash when a sub output fail - `31b26d09 `_