Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 730 Bytes

v0.3.0.rst

File metadata and controls

executable file
·
30 lines (19 loc) · 730 Bytes

What's new in PyWebIO 0.3

2020 5/13

Highlights

  • 支持输出 bokeh 数据可视化图表, 文档 <visualization>
  • 添加 session.get_info() <pywebio.session.get_info> 获取会话相关信息
  • 前端js代码迁移typescript
  • output.put_table() <pywebio.output.put_table> 支持跨行/列单元格, 单元格内容支持使用 put_xxx 类输出函数

Detailed changes by module

UI

  • 当与服务器连接断开时,点击前端的交互式按钮会报错提示。

pywebio.output

  • 锚点名字支持使用空格
  • 弃用 table_cell_buttons() <pywebio.output.table_cell_buttons>