File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.12.0
4+
5+ ### Features
6+
7+ * Added toggle button for hover highlight effect with hotkey (H) and auto-clear of highlight/dim states on disable
8+ * Added fine-grained bubble-set label controls with tabbed UI
9+ * Show data source label in header and improve export filenames
10+
11+ ### Fixes
12+
13+ * Fixed edges rendering on top of nodes after dragging a node and then hovering — reset zIndex elevated by G6's ` frontElement ` after drag ends
14+ * Fixed group-contiguous column order in Excel export
15+ * Fixed new columns being inserted at end instead of next to their group
16+ * Fixed apply button not enabling after row deletion in data editor
17+
318## 1.11.0
419
520### Features
Original file line number Diff line number Diff line change 11/**
22 * Defaults for the graph, layouts and UI
33 */
4- const VERSION = "1.11.2 " ;
4+ const VERSION = "1.12.0 " ;
55
66const DEFAULTS = {
77 NODE : {
You can’t perform that action at this time.
0 commit comments