Skip to content

Advanced Graph View 0.5.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 10:16
· 43 commits to main since this release

Changes

  • Node size slider now goes up to 5.0. The off-screen culling margin tracks the largest node radius, so large nodes no longer blink out near the view edge.

Community plugin review fixes

  • authorUrl in the manifest points at the author profile instead of the plugin repository.
  • The settings tab re-renders through update() rather than the deprecated display().
  • The confirmation dialog uses setDestructive().setCta() instead of the deprecated setWarning().
  • Theme color probing builds its element with createDiv().
  • Two redundant type assertions removed.
  • The official Obsidian review lint (eslint-plugin-obsidianmd) now runs as part of npm run lint, so submission issues surface locally. The layout worker opts out of the popout-window timer rule (Web Workers have no window), and benchmarks opt out of the plugin API rules since they never enter main.js.