Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.31 KB

v1.7.rst

File metadata and controls

28 lines (24 loc) · 1.31 KB

What's new in PyWebIO 1.7

2022/10/17

Highlights

  • add session reconnect to aiohttp and fastapi backends (now, all platforms support session reconnect)

Detailed changes

  • auto use local static when CND is not available
  • refine use_scope(clear=True) <pywebio.output.use_scope> to avoid page flashing

Bug fix

  • fix: textarea(code=True, required=True) <pywebio.input.textarea> can't submit
  • fix: auto hold don't work on script mode
  • fix (#389): put_select() was hidden by put_tabs()
  • fix: input_update(datalist) don't work when datalist is not provided in input()
  • fix (#459): code textarea onchange fired when set value
  • fix (#453): put_table() error when table data is empty with rich header
  • fix load old static resource after version upgrade
  • fix cancel type raise error in single action()
  • fix (#377): error on nested onchange callback
  • fix (#468): can't reset select()
  • fix set_env(output_animation=False) don't work for image