Commit graph

8 commits

Author SHA1 Message Date
Andre482
748100523f 1.0.9 2026-06-27 20:18:40 +03:00
Andre482
1f07328a29 Sync esbuild to 0.28 so npm ci resolves a single deduped version
vitest@4 pulls in vite@8, which requires esbuild ^0.27 || ^0.28, while the
project pinned esbuild ^0.20. Under npm 10 (CI) this left npm ci expecting a
deduped esbuild@0.28.1 that the lock did not provide, failing the install.

Bump the esbuild devDependency to ^0.28.0 and regenerate the lock so one
esbuild@0.28.1 satisfies both the plugin build and vite. This also clears the
moderate esbuild dev-server advisory (npm audit: 0 vulnerabilities). The build
output (main.js) is unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:55:21 +03:00
Andre482
8a376a87a8 Release 1.0.8: Pan from anywhere on touch, keyboard selection, and quality audit.
- Single-finger touch panning now works even when starting on a node; a tap still selects.

- Add keyboard node selection (Tab/Enter/Space/Escape) and validated settings input.

- Guard against overwriting malformed .bowtie files; show a notice and keep original data.

- Add Vitest tests (model/layout/panZoom) and a GitHub Actions CI workflow.

- Split bowtieView into history/panZoom/stackRows/externalSync modules; refresh README, examples, and contributor docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:26:42 +03:00
Andre482
a0abb2f177 Release 1.0.3: Mobile touch support, sync hardening, and circular add buttons.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:26:53 +03:00
Andre482
6e4de6938f Release 1.0.2: Obsidian plugin review lint fixes. 2026-06-19 10:12:32 +03:00
Andre482
5e95cc696a Add local Obsidian lint tooling and trim README.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 22:58:56 +03:00
Andre482
2f379a623f Release v1.0.1: fix lane add button placement on bowtie connectors.
Align + controls with bezier edge geometry, keep them behind nodes when paths cross, and document the release in CHANGELOG.md.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-18 22:18:37 +03:00
Andre482
14241b0423 Initial release v1.0.0: O-Tie bowtie diagram plugin for Obsidian.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-12 14:59:23 +03:00