v1.6.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. What's new in PyWebIO 1.6
  2. ==========================
  3. 2022/3/23
  4. -----------
  5. Highlights
  6. ^^^^^^^^^^^
  7. * add :func:`pywebio.pin.pin_on_change() <pywebio.pin.pin_on_change>`
  8. Detailed changes
  9. ^^^^^^^^^^^^^^^^^
  10. * use `bootstrap-select <https://github.com/snapappointments/bootstrap-select/>`_ to provide more user-friendly select input
  11. * add `pin.pin.use_strict()` to enable strict mode for getting pin widget value
  12. * Persian language support for default labels, thanks to `Pikhosh <https://github.com/pikhosh>`_
  13. * add color input type (`#310 <https://github.com/pywebio/PyWebIO/discussions/310>`_)
  14. * add input check on number and float type input
  15. Bug fix
  16. ^^^^^^^^^^^^^^^^^
  17. * fix: uncaught `SessionClosedException` in callback of thread-based session
  18. * fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313>`_): slider value label don't sync when set value
  19. v1.6.1 (2022/5/22)
  20. ---------------------
  21. * fix (`#380 <https://github.com/pywebio/PyWebIO/issues/380>`_): `put_processbar()` don't work when name contains space
  22. * fix (`#385 <https://github.com/pywebio/PyWebIO/issues/385>`_): bootstrap-select issue
  23. * fix (`#389 <https://github.com/pywebio/PyWebIO/issues/389>`_): `put_select()` was hidden by `put_tabs()`
  24. * fix auto hold don't work on script mode
  25. * provide a fallback way when CDN is not available
  26. v1.6.2 (2022/7/16)
  27. ---------------------
  28. * fix: plotly.js version error due to outdated CDN link