Skip to content

Commit cece7f9

Browse files
committed
docs: update changelog for v1.12.0
1 parent a99be61 commit cece7f9

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Defaults for the graph, layouts and UI
33
*/
4-
const VERSION = "1.11.2";
4+
const VERSION = "1.12.0";
55

66
const DEFAULTS = {
77
NODE: {

0 commit comments

Comments
 (0)