mirror of
https://github.com/dsebastien/obsidian-graph-explorer-base-view.git
synced 2026-07-22 06:56:14 +00:00
1.5 KiB
1.5 KiB
Release Notes
0.1.0 (2026-04-07)
Features
- add frontmatter utilities for explored property
- add graph canvas component with force-graph rendering
- add graph controls and zoom controls components
- add graph data builder to transform base entries into graph nodes/links
- add graph explorer BasesView implementation
- add graph explorer CSS styles
- add graph explorer view constants and options
- add graph side panel with embedded note rendering
- add graph type definitions and update plugin settings
- register graph explorer base view and update plugin
Bug Fixes
- address code review issues (search highlight, theme reactivity, view option sync, cleanup)
2.4.0 (2026-04-07)
Features
- all: updated
- all: updated workflows
2.3.0 (2026-02-11)
Features
- all: added docs template
- all: added Obsidian skills (including obsidian cli)
- all: updated scripts
2.2.0 (2026-01-30)
Features
- all: updated scripts
2.0.4 (2026-01-04)
Bug Fixes
- all: use console.debug instead of console.log
2.0.3 (2025-12-16)
Bug Fixes
- all: adapt the build.ts to be generic
2.0.2 (2025-12-12)
Bug Fixes
- all: fix image url
2.0.1 (2025-12-12)
Bug Fixes
- all: fied the release workflow to name the tags correctly