Nightly Changelog: 8.1.12-b20211012
Visualization
3286: Perspective Map Component: props.layers.ui.markers get redrawn every time another props.layers property is modified
An individual marker is only redrawn when the layers.ui.marker [ x ].icon component property of that marker is modified.
2343: Perspective session logging error “Unable To Send Updates To Client” repeatedly
Listening for WebSocket errors and trapping two error types that will render the WebSocket unrecoverable. In those cases, the session will be disconnected. All other WebSocket errors are now logged for easy visibility in case this first effort doesn’t solve the problem.
3844: Power Chart - The “showSettingsButton” visibility toggle needs to apply to the “Settings” menu item when in responsive mode
The config.visibility.buttons.showSettingsButton component property now hides the “Settings” menu item when set to true and the chart is in responsive mode.
4480: Designer - Tab Container Design Delegate add tab button missing/non-functional
Fixed an issue where in the Designer the Tab Container’s “+” add tab button was missing when nested within a coordinate container, or non-functional in all other instances. Also Fixed an issue where in the Designer, the Tab Container’s delete tab confirmation would remain active even when switching tabs or deep selecting other components.