Skip to content

Commit

Permalink
perf: optimize the performance of combo graph first rendering; (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang authored Jun 29, 2022
1 parent 4fc7ad5 commit 27d980e
Show file tree
Hide file tree
Showing 10 changed files with 143 additions and 236 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

#### 4.6.12

- perf: optimize the performance of combo graph first rendering;

#### 4.6.11

- fix: star node with leftBottom linkPoint show and hide problem;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/g6-core",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Graph Visualization Framework in JavaScript",
"keywords": [
"antv",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const colorSet = {
};

export default {
version: '0.6.11',
version: '0.6.12',
rootContainerClassName: 'root-container',
nodeContainerClassName: 'node-container',
edgeContainerClassName: 'edge-container',
Expand Down
Loading

0 comments on commit 27d980e

Please sign in to comment.