Skip to content

Commit 07e001e

Browse files
committed
perf: use panelDelay in the options to control the delay time of the display panel.
1 parent f0e1476 commit 07e001e

File tree

7 files changed

+15441
-15416
lines changed

7 files changed

+15441
-15416
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.3.0
2+
- perf: use `panelDelay` in the options to control the delay time of the display panel.
3+
* fix: hover testing of edges, multiple edges and self loops
4+
* fix: edge overlap, when there are even numbers of edges between two points
5+
* fix: let the self loop follow the scaling law.
6+
* feat: self loop support
7+
* refac: adjusting the file structure of the VertexTextRenderer interface
8+
* fix: graph crash, when there is no panelBuilder.
9+
110
## 0.2.4+1
211
- fix: graph crash, when there is no panelBuilder.
312

docs/flutter_service_worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const RESOURCES = {"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c
2424
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
2525
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
2626
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
27-
"index.html": "42d4b2ada97cc3ecb22104324408cd81",
28-
"/": "42d4b2ada97cc3ecb22104324408cd81",
29-
"main.dart.js": "8007d77d66bcb017ca21d1163335df72",
27+
"index.html": "8fc1b99776f7c822e37bfdeed6fd7957",
28+
"/": "8fc1b99776f7c822e37bfdeed6fd7957",
29+
"main.dart.js": "9dd7d04635e1077e0f4750d0cab2e6b4",
3030
"manifest.json": "9a0de1ff26661cd281cb9deb3db33b02",
3131
"version.json": "ff966ab969ba381b900e61629bfb9789"};
3232
// The application shell files that are downloaded before a service worker can

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<script>
3636
// The value below is injected by flutter build, do not touch.
37-
const serviceWorkerVersion = "1796401181";
37+
const serviceWorkerVersion = "1972001613";
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
4040
<script src="flutter.js" defer></script>

0 commit comments

Comments
 (0)