Commit graph

20 commits

Author SHA1 Message Date
github-actions[bot]
0bf78682c0 chore(release): 1.1.2 2026-07-17 07:37:35 +00:00
github-actions[bot]
96e061407d chore(release): 1.1.1 2026-06-17 19:42:30 +00:00
Sebastien Dubois
4453abd9f3 build(deps): pin patched versions of vulnerable dev transitives
Clear the community-catalog "potentially vulnerable dependency" warnings.
All flagged packages are dev-only transitives (runtime deps are only
force-graph, immer, zod) and never ship in main.js, but the reviewer wants
them out of their advisory ranges.

Add a resolutions block (yarn-style; Bun does not support nested overrides)
pinning each flagged package to a patched version, scoping ajv (eslint needs
v6 / commitlint needs v8) and picomatch (micromatch needs v2 / fdir needs v4)
per parent. Also pin obsidian to 1.10.3 and zod to 4.1.13: applying the
scoped resolutions forces a full re-resolve that would otherwise float
obsidian "latest" to 1.13.1 (removes Bases-view types the plugin imports,
breaking tsc) and bump runtime zod. The resulting tree has no version inside
any flagged advisory range; the shipped bundle is unchanged.
2026-06-17 21:40:16 +02:00
github-actions[bot]
b880cf9a00 chore(release): 1.1.0 2026-06-02 07:33:10 +00:00
Sébastien Dubois
c084dc9aed build(all): pinned bun version 2026-05-14 08:09:37 +02:00
github-actions[bot]
afa3f49fd2 chore(release): 1.0.2 2026-05-14 05:14:58 +00:00
github-actions[bot]
99944b3e0f chore(release): 1.0.1 2026-05-13 20:33:47 +00:00
github-actions[bot]
fe3c4b06a1 chore(release): 1.0.0 2026-05-13 19:56:40 +00:00
Sébastien Dubois
2af49931d1 chore(all): fixed obsidian review issues 2026-05-13 21:55:09 +02:00
Sébastien Dubois
71fb351d01 chore(all): removed husky and started fixing obsidian plugin review issues 2026-05-13 21:06:59 +02:00
github-actions[bot]
f551e3d4d1 chore(release): 0.6.0 2026-04-10 06:51:08 +00:00
github-actions[bot]
7dc0b4124a chore(release): 0.5.0 2026-04-08 05:56:40 +00:00
github-actions[bot]
1620dd0e00 chore(release): 0.4.0 2026-04-08 05:49:45 +00:00
github-actions[bot]
2105394f03 chore(release): 0.3.0 2026-04-07 13:59:58 +00:00
github-actions[bot]
3811c4dc91 chore(release): 0.2.0 2026-04-07 12:49:50 +00:00
github-actions[bot]
34d7cf55da chore(release): 0.1.0 2026-04-07 07:25:58 +00:00
Sébastien Dubois
92fabb94df chore(all): set base version 2026-04-07 09:25:16 +02:00
Sébastien Dubois
f3294adbf6 fix: address code review issues (search highlight, theme reactivity, view option sync, cleanup)
- Issue 1: Restore saved exploredFilter from config on init, save on change
- Issue 2: Store plugin instance, use global settings as fallback for exploredProperty
- Issue 3: Store searchMatchIds in GraphCanvas, apply search dimming in paintNode
- Issue 4: Recalculate isDark in paintNode and getLinkColor for theme reactivity
- Issue 5: Fix package.json metadata and version to match manifest.json
- Issue 6: Show empty state when no nodes to display
- Issue 7: Track setTimeout with zoomTimer field, clear on unload
- Issue 8: Replace O(n) entries.find() with Map lookup in graph-data-builder
- Issue 9: Remove unused containerEl field from GraphSidePanel
2026-04-07 08:47:40 +02:00
Sébastien Dubois
c81c9584f4 chore: update plugin metadata for graph explorer base view 2026-04-07 08:23:07 +02:00
Sebastien Dubois
fdc33fff93
Initial commit 2026-04-07 07:54:24 +02:00