Skip to content

1.4.0

Compare
Choose a tag to compare
released this 25 Oct 10:57
Features:

- Method input behaviour improved: non-required params only initialised and sent when user enters a value and required params are intialised to their default.
- Added button to info pane to discard values for method input params
- Added validation of required params to method (will not post and flag missing params with warning icon when the user tries to run)
- Added relevant messages in middle panel when nothing is displayed
- Added handling for array type attributes
- Changed combobox behaviour (now defaults to first value in choices if none specified, also will display non-selectable value if provided one is not in choices)
- Navigating to new route from popout pane now launches new full size window
- Added animation for transitioning child panel to parent
- Added acknowledge error button to info pane for attributes
- Various style tweaks
- Changed block list subscription mechanism (NOTE: this change is not backwards compatible with older versions of pymalcolm)

Fixes:
- Fixed selected item theming in firefox
- Fixed tooltip messages (now displays description or error message only if non-zero error state)
- Re-applied fix for layout drag and drop issue (this did not actually make it into 1.3.0 due to merge issue)