v0.2.11
minor bug fix and feature release
added
- adds a
Select
widget (similar to ComboBox, but allows multi-selection). - makes the
show_file_dialog
helper function public - added copy/paste/cut keyboard shortcuts to table widget.
fixed - passing of parameters when decorating a class method
- fixes some issues with
Optional
types and nullable widgets.