Closed jdranczewski closed 7 months ago
New shortcuts:
puzzle["piece"]["param_name"]
# is now equivalent to
puzzle["piece"].params["param_name"]
New features:
extra
submodule - DataGrid
s allow for storing and interacting with data using the param
abstractions in a table format. Can be added to a Piece's custom_layout
to enable new data manipulation tasks.Fixes and enhancements:
v_step
argument when creating spinboxes changes the step of the box's buttons.puzzle.process_events()
is called in the cell that creates the Puzzle.
Tracking changes for release here