From 6aef359d5c818d85e88e443ea009434362635dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Wa=C5=9Bko?= Date: Wed, 31 Mar 2021 20:42:19 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ff2d9d15..cbd9adea4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,9 +31,11 @@ `Column` datatypes are properly visualized. Scatter Plot can display points of different color, shape and size, all as defined by the data within the `Table`. -- [`onHide callback for visualizations][1383]. JavaScript visualizations can now - implement a method `onHide()` that will be called whenever the visualization - is hidden or closed on screen. +- [`onHide` callback for visualizations][1383]. JavaScript visualizations can + now implement a method `onHide()` that will be called whenever the + visualization is hidden or closed on screen. +- [Tooltip for SQL Visualization][1414]. The tooltip for SQL Visualization is + now correctly displayed over other nodes.
![Bug Fixes](/docs/assets/tags/bug_fixes.svg)