File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release notes
44.. toctree ::
55 :maxdepth: 2
66
7+ releases/v1.6
78 releases/v1.5
89 releases/v1.4
910 releases/v1.3.0
Original file line number Diff line number Diff line change 1+ What's new in PyWebIO 1.6
2+ ==========================
3+
4+ 2022/3/23
5+ -----------
6+
7+ Highlights
8+ ^^^^^^^^^^^
9+ * add :func: `pywebio.pin.pin_on_change() <pywebio.pin.pin_on_change> `
10+
11+ Detailed changes
12+ ^^^^^^^^^^^^^^^^^
13+ * use `bootstrap-select <https://github.com/snapappointments/bootstrap-select/ >`_ to provide more user-friendly select input
14+ * add `pin.pin.use_strict() ` to enable strict mode for getting pin widget value
15+ * Persian language support for default labels, thanks to `Pikhosh <https://github.com/pikhosh >`_
16+ * add color input type (`#310 <https://github.com/pywebio/PyWebIO/discussions/310 >`_)
17+ * add input check on number and float type input
18+
19+ Bug fix
20+ ^^^^^^^^^^^^^^^^^
21+ * fix: uncaught `SessionClosedException ` in callback of thread-based session
22+ * fix(`#313 <https://github.com/pywebio/PyWebIO/discussions/313 >`_): slider value label don't sync when set value
23+
Original file line number Diff line number Diff line change 11__package__ = 'pywebio'
22__description__ = 'Write interactive web app in script way.'
33__url__ = 'https://pywebio.readthedocs.io'
4- __version__ = "1.5.2 "
5- __version_info__ = (1 , 5 , 2 , 0 )
4+ __version__ = "1.6.0 "
5+ __version_info__ = (1 , 6 , 0 , 0 )
66__author__ = 'WangWeimin'
77__author_email__ = 'wang0.618@qq.com'
88__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments