Fixes and updates. Also a few breaking changes, see below for details...
[0.31.0] - 2023-08-01
Added
- Added App.begin_capture_print, App.end_capture_print, Widget.begin_capture_print, Widget.end_capture_print #2952
- Added the ability to run async methods as thread workers #2938
- Added
App.stop_animation
#2786 - Added
Widget.stop_animation
#2786
Changed
- Breaking change: Creating a thread worker now requires that a
thread=True
keyword argument is passed #2938 - Breaking change:
Markdown.load
no longer captures all errors and returns abool
, errors now propagate #2956 - Breaking change: the default style of a
DataTable
now hasmax-height: 100%
#2959