* so values that are excluded from hashing can still be checked before triggering a workflow
* implemented a default function for the new compare in the interface, so there is no need to implement it, if the hashing is enough
* add support for case insensitive os platform for file system event
* fix case insensitivity for entity name for entity changed bookmark
* #1651: fixed issue when non-HttpRequestModel input would cause exception
* extracted performance/fault popup content in their own components
* #1651: added fault/performance information to activity popup
* ignoring start button click in Test mode
* #1651: added word-break to endpoint URL
* #1651: refresh test panel on workflow execute, if activity is already selected
* removed clipboard permission checks that failed to build
Seems like an old ongoing issue with TypeScript: https://github.com/microsoft/TypeScript/issues/33923
* #1651: fixed flyout panel position
* #1651: flyout panel button position fix
* #1651: fixed javascript evaluation exception being swallowed
* #1651: added copy button to http entry endpoint url
* #1651: test panel refactoring, use schema button for SendHttpRequest
* #1651: add node is not clickable in test mode
* fixed "can't access property "contains", this.contextMenuWidget is undefined"
* added couple safeguard checks to context menu
* reversed incorrect update
* #1651: added z-index to toaster to move it to front
* removed unnecessary empty line
Fixes an issue where message types were registered with their own service bus, instead of these message types becoming part of the same bus configuration.
Fixes#1464
This fixes the issue where a JSON response is sent back to the designer that includes $id fields, which potentially causes roundtrip issues when sent back to the server where the $id fields are then regarded as property keys, potentially conflicting with $id fields generated by Newtonsoft Json to serialize references.
Fixes#1605