What’s new in PyWebIO 1.6

2022/3/23

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