From b10a69c824b951560ca384a26ffc3bbd5a909d00 Mon Sep 17 00:00:00 2001 From: Masha_Rudenko Date: Wed, 5 Aug 2026 14:29:42 +0300 Subject: [PATCH] [add] what's new for v6.1.7 - new Fixes entry covering Diagram Editor connection lines, connector snapping on rotated shapes, dhx_slide sliders, line preview placeholder alignment, and Shapebar section collapse behavior - Diagram fixes for custom shape property defaults and scrollbar click clearing selection --- docs/whats_new.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/whats_new.md b/docs/whats_new.md index 1c4bfac3..96187d81 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -8,6 +8,22 @@ description: You can learn new information about DHTMLX JavaScript Diagram libra If you are updating Diagram from an older version, check [Migration to Newer Version](migration.md) for details. +## Version 6.1.7 + +Released on August 5, 2026 + +### Fixes + +- Diagram Editor. Fixed the issue where connection lines lost their visual controls after moving a shape into a group or a swimlane +- Diagram Editor. Fixed the snapping of new connectors to connection points on rotated shapes +- Diagram Editor. Fixed the issue where connection lines would break or displace when rotating a shape inside a group +- Diagram Editor. Fixed the behavior of `dhx_slide` sliders to ensure they work correctly when both horizontal and vertical sliders are displayed +- Diagram Editor. Fixed the visibility of `dhx_slide` elements at zoom levels other than 100% +- Diagram Editor. Fixed the positioning of the line preview placeholder to correctly align with the connection point +- Diagram Editor. Fixed the issue where collapsed Shapebar sections would automatically expand upon clicking the diagram area +- Diagram. Fixed the issue where a default `true` value in a custom shape's property would override an explicit `false` value +- Diagram. Fixed the issue where clicking the scrollbar would clear the current selection of elements + ## Version 6.1.6 Released on July 1, 2026