v1.7.rst 1.3 KB

12345678910111213141516171819202122232425262728
  1. What's new in PyWebIO 1.7
  2. ==========================
  3. 2022/10/17
  4. -----------
  5. Highlights
  6. ^^^^^^^^^^^
  7. * add session reconnect to aiohttp and fastapi backends (now, all platforms support session reconnect)
  8. Detailed changes
  9. ^^^^^^^^^^^^^^^^^
  10. * auto use local static when CND is not available
  11. * refine :func:`use_scope(clear=True) <pywebio.output.use_scope>` to avoid page flashing
  12. Bug fix
  13. ^^^^^^^^^^^^^^^^^
  14. * fix: :func:`textarea(code=True, required=True) <pywebio.input.textarea>` can't submit
  15. * fix: auto hold don't work on script mode
  16. * fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): ``put_select()`` was hidden by ``put_tabs()``
  17. * fix: `input_update(datalist)` don't work when `datalist` is not provided in ``input()``
  18. * fix (`#459 <https://github.com/pywebio/PyWebIO/issues/459>`_): code textarea onchange fired when set value
  19. * fix (`#453 <https://github.com/pywebio/PyWebIO/issues/453>`_): ``put_table()`` error when table data is empty with rich header
  20. * fix load old static resource after version upgrade
  21. * fix cancel type raise error in single ``action()``
  22. * fix (`#377 <https://github.com/pywebio/PyWebIO/issues/377>`_): error on nested ``onchange`` callback
  23. * fix (`#468 <https://github.com/pywebio/PyWebIO/issues/468>`_): can't reset ``select()``
  24. * fix ``set_env(output_animation=False)`` don't work for image