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

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