From 253d13e84084a71bca67507ab26fe17acf5ce053 Mon Sep 17 00:00:00 2001 From: Daniel Marsh-Patrick Date: Mon, 5 Feb 2024 16:56:08 +1300 Subject: [PATCH] docs: add latest 1.7 alpha build features --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 31d4dc8d..619843d3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,10 @@ description: Deneb Change Log - high-level details of new features and fixes for The change log is updated as features are added to the main development branch. They are available in [alpha builds](/community/early-access) until such a time as the version is ready for beta testing, and eventual submission to AppSource. ::: +### Other Enhancements + +- Signal names in the Debug Pane now have more proportional space and are less likely to truncate when viewing. If a signal name does truncate, you can now hover over it to see the full name in a tooltip (#400). + ### Performance and Stability - Schema validation against the specification is now only performed when the editor is open. This typically improves initial render time in the report canvas view by 400-500ms for Vega-Lite visuals and 200-300ms for Vega visuals.