Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/split-edge-toolbar-and-fatter-hitbox.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @visimer/codemirror

## 1.1.0

### Patch Changes

- Updated dependencies [784f461]
- @visimer/core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visimer/codemirror",
"version": "1.0.2",
"version": "1.1.0",
"description": "CodeMirror 6 binding for visimer: two-way code sync, entity highlight decorations, shared undo authority.",
"type": "module",
"main": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @visimer/core

## 1.1.0

### Minor Changes

- 784f461: Split the flowchart edge popover into focused pickers — Arrow (heads only, including a double-headed option), Stroke, Edge color, Animate edge (None/Slow/Fast), and Edge curve (Default/Natural/Linear, diagram-wide) — instead of the prior single "Edge type" panel that mixed line and head style. Adds `arrowStart` to `setEdgeStyle`, plus new `setEdgeAnimation` and `setFlowCurve` ops.

Edges are also easier to click on the canvas: each rendered edge now carries a transparent 14px-stroke hit overlay, so selecting a flowchart / state / class / ER edge no longer requires pixel-precise aim.

## 1.0.2

## 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visimer/core",
"version": "1.0.2",
"version": "1.1.0",
"description": "Headless bidirectional editing engine for Mermaid diagrams: lossless CST, semantic graph, ops compiled to minimal text edits.",
"type": "module",
"main": "./src/index.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @visimer/dom

## 1.1.0

### Minor Changes

- 784f461: Split the flowchart edge popover into focused pickers — Arrow (heads only, including a double-headed option), Stroke, Edge color, Animate edge (None/Slow/Fast), and Edge curve (Default/Natural/Linear, diagram-wide) — instead of the prior single "Edge type" panel that mixed line and head style. Adds `arrowStart` to `setEdgeStyle`, plus new `setEdgeAnimation` and `setFlowCurve` ops.

Edges are also easier to click on the canvas: each rendered edge now carries a transparent 14px-stroke hit overlay, so selecting a flowchart / state / class / ER edge no longer requires pixel-precise aim.

### Patch Changes

- Updated dependencies [784f461]
- @visimer/core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visimer/dom",
"version": "1.0.2",
"version": "1.1.0",
"description": "Interactive WYSIWYG canvas for Mermaid: renders through mermaid itself and overlays selection, drag-to-connect, inline label editing, and code sync.",
"type": "module",
"main": "./src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/monaco/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @visimer/monaco

## 1.1.0

### Patch Changes

- Updated dependencies [784f461]
- @visimer/core@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visimer/monaco",
"version": "1.0.2",
"version": "1.1.0",
"description": "Monaco binding for visimer: two-way code sync, entity highlight decorations, shared undo authority. No monaco-editor dependency; bring your own instance.",
"type": "module",
"main": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @visimer/react

## 1.1.0

### Patch Changes

- Updated dependencies [784f461]
- @visimer/core@1.1.0
- @visimer/dom@1.1.0

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visimer/react",
"version": "1.0.2",
"version": "1.1.0",
"description": "React bindings for visimer: a drop-in visual Mermaid editor component and hooks.",
"type": "module",
"main": "./src/index.tsx",
Expand Down