Skip to content

Commit

Permalink
perf: use panelDelay in the options to control the delay time of th…
Browse files Browse the repository at this point in the history
…e display panel.
  • Loading branch information
CorvusYe committed Mar 30, 2024
1 parent f0e1476 commit 07e001e
Show file tree
Hide file tree
Showing 7 changed files with 15,441 additions and 15,416 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.0
- perf: use `panelDelay` in the options to control the delay time of the display panel.
* fix: hover testing of edges, multiple edges and self loops
* fix: edge overlap, when there are even numbers of edges between two points
* fix: let the self loop follow the scaling law.
* feat: self loop support
* refac: adjusting the file structure of the VertexTextRenderer interface
* fix: graph crash, when there is no panelBuilder.

## 0.2.4+1
- fix: graph crash, when there is no panelBuilder.

Expand Down
6 changes: 3 additions & 3 deletions docs/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const RESOURCES = {"assets/AssetManifest.bin": "693635b5258fe5f1cda720cf224f158c
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "42d4b2ada97cc3ecb22104324408cd81",
"/": "42d4b2ada97cc3ecb22104324408cd81",
"main.dart.js": "8007d77d66bcb017ca21d1163335df72",
"index.html": "8fc1b99776f7c822e37bfdeed6fd7957",
"/": "8fc1b99776f7c822e37bfdeed6fd7957",
"main.dart.js": "9dd7d04635e1077e0f4750d0cab2e6b4",
"manifest.json": "9a0de1ff26661cd281cb9deb3db33b02",
"version.json": "ff966ab969ba381b900e61629bfb9789"};
// The application shell files that are downloaded before a service worker can
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1796401181";
const serviceWorkerVersion = "1972001613";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 07e001e

Please sign in to comment.