From fa491325a509fbdb34e0b9cb7c11da130c3cfd53 Mon Sep 17 00:00:00 2001 From: Bryan Robert Tester Date: Thu, 25 Oct 2018 11:43:15 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fbede9..de010cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,23 @@ # Changelog +##1.4.0 (25/10/2018) +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) + ##1.3.1 (15/10/2018) Fixes: - Prevented accidental multi-selecting of links by clicking the middle of a hidden link (the port on a hidden link is no longer clickable). @@ -25,7 +44,7 @@ Features: Fixes: - Block not found warning once again displayed in parent pane - Behaviour when part of url is invalid improved -- No longer errors when establishing initial connection in case where site was openend before malcolm server started +- No longer errors when establishing initial connection in case where site was opened before malcolm server started - textInput state now consistent and preserved between parent and child pane - fixed automated screenshot script - Various style tweaks/fixes