What's new in PyWebIO 1.3 ========================== 2021/6/12 ----------- Highlights ^^^^^^^^^^^ * New module :doc:`pin ` to provide persistent input support. * Add a remote access service to `start_server()`. See :ref:`server mode - User Guide ` for detail. * Add `input_update() `, add ``onchange`` callback in input functions. * Add support for FastAPI and Starlette. Detailed changes ^^^^^^^^^^^^^^^^^ * :doc:`input ` module * Add `input_update() `, add ``onchange`` callback in input functions. * Add `pywebio.input.slider()` to get range input. * :doc:`output ` module * Mark `style() ` as deprecated, see :ref:`style - User Guide