Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.38 KB

v1.6.rst

File metadata and controls

35 lines (28 loc) · 1.38 KB

What's new in PyWebIO 1.6

2022/3/23

Highlights

  • add pywebio.pin.pin_on_change() <pywebio.pin.pin_on_change>

Detailed changes

  • use bootstrap-select to provide more user-friendly select input
  • add pin.pin.use_strict() to enable strict mode for getting pin widget value
  • Persian language support for default labels, thanks to Pikhosh
  • add color input type (#310)
  • add input check on number and float type input

Bug fix

  • fix: uncaught SessionClosedException in callback of thread-based session
  • fix(#313): slider value label don't sync when set value

v1.6.1 (2022/5/22)

  • fix (#380): put_processbar() don't work when name contains space
  • fix (#385): bootstrap-select issue
  • fix (#389): put_select() was hidden by put_tabs()
  • fix auto hold don't work on script mode
  • provide a fallback way when CDN is not available

v1.6.2 (2022/7/16)

  • fix: plotly.js version error due to outdated CDN link