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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.15.0](https://github.com/noormdev/ignatius/compare/v0.14.0...v0.15.0) (2026-07-15)


### Features

* **app:** arrow-key canvas panning on Graph and Flows ([9370139](https://github.com/noormdev/ignatius/commit/9370139cc9630ca37375af2316b91f04030af107))
* **app:** raise arrow-key pan steps to 10px/50px ([7d5c8e9](https://github.com/noormdev/ignatius/commit/7d5c8e9d150a4fe0d968aa8941001b2da46d0c07))


### Bug Fixes

* **app:** stop StrictMode double-fetch from racing the flow renderer ([c121bab](https://github.com/noormdev/ignatius/commit/c121bab3d827ebb95358af6193014fcab2632711))

## [0.14.0](https://github.com/noormdev/ignatius/compare/v0.13.0...v0.14.0) (2026-07-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ignatius",
"version": "0.14.0",
"version": "0.15.0",
"private": true,
"type": "module",
"description": "ignatius — a markdown-driven IDEF1X ERD viewer + static site generator",
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.14.0"
".": "0.15.0"
}