Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.45 KB

v1.4.rst

File metadata and controls

28 lines (24 loc) · 1.45 KB

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() <pywebio.session.set_env>
  • can use Esc/F11 to toggle fullscreen of codemirror textarea
  • pin_wait_change() <pywebio.pin.pin_wait_change> support timeout parameter
  • add pywebio.config() <pywebio.config>
  • add pywebio.output.put_button() <pywebio.output.put_button>
  • add pywebio.pin.put_actions() <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