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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Handles 100K+ node graphs. UI components included: search, tables, histograms, a
npm install @modernrelay/orbit-react @modernrelay/orbit-core @modernrelay/orbit-engine-cosmos
```

**Status:** `0.14.0` on npm — all five packages release in lockstep. See
**Status:** `0.15.0` on npm — all five packages release in lockstep. See
[Releases](https://github.com/ModernRelay/orbit/releases) for changelogs.

## Packages
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @modernrelay/orbit-core

## 0.15.0

### Minor Changes

- 5771a0d: Correctness and lifecycle hardening across graph admission, worker packaging,
deferred engine commits, data preparation, Omnigraph parsing, and React
interactions. Invalid inputs are rejected consistently, deferred buffers and
asynchronous sources have explicit ownership, generated types match runtime
identity rules, and keyboard and pointer paths preserve host callback
contracts.

## 0.14.0

### Minor Changes
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": "@modernrelay/orbit-core",
"version": "0.14.0",
"version": "0.15.0",
"description": "Headless graph-visualization core: typed declarative snapshots reconciled into atomic engine commits. No React, no DOM, no engine imports.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @modernrelay/orbit-data

## 0.15.0

### Minor Changes

- 5771a0d: Correctness and lifecycle hardening across graph admission, worker packaging,
deferred engine commits, data preparation, Omnigraph parsing, and React
interactions. Invalid inputs are rejected consistently, deferred buffers and
asynchronous sources have explicit ownership, generated types match runtime
identity rules, and keyboard and pointer paths preserve host callback
contracts.

### Patch Changes

- Updated dependencies [5771a0d]
- @modernrelay/orbit-core@0.15.0

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modernrelay/orbit-data",
"version": "0.14.0",
"version": "0.15.0",
"description": "Data preparation for Orbit: streaming CSV, JSON paths, Arrow and Parquet into typed graph snapshots.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/engine-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @modernrelay/orbit-engine-cosmos

## 0.15.0

### Minor Changes

- 5771a0d: Correctness and lifecycle hardening across graph admission, worker packaging,
deferred engine commits, data preparation, Omnigraph parsing, and React
interactions. Invalid inputs are rejected consistently, deferred buffers and
asynchronous sources have explicit ownership, generated types match runtime
identity rules, and keyboard and pointer paths preserve host callback
contracts.

### Patch Changes

- Updated dependencies [5771a0d]
- @modernrelay/orbit-core@0.15.0

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modernrelay/orbit-engine-cosmos",
"version": "0.14.0",
"version": "0.15.0",
"description": "cosmos.gl engine adapter for Orbit: GPU force layout, native picking, context-loss recovery.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/omnigraph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @modernrelay/orbit-omnigraph

## 0.15.0

### Minor Changes

- 5771a0d: Correctness and lifecycle hardening across graph admission, worker packaging,
deferred engine commits, data preparation, Omnigraph parsing, and React
interactions. Invalid inputs are rejected consistently, deferred buffers and
asynchronous sources have explicit ownership, generated types match runtime
identity rules, and keyboard and pointer paths preserve host callback
contracts.

### Patch Changes

- Updated dependencies [5771a0d]
- @modernrelay/orbit-core@0.15.0

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/omnigraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modernrelay/orbit-omnigraph",
"version": "0.14.0",
"version": "0.15.0",
"description": "Omnigraph adapter for Orbit: og.export() loader with drift policies, .pg schema parser, and typed codegen.",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @modernrelay/orbit-react

## 0.15.0

### Minor Changes

- 5771a0d: Correctness and lifecycle hardening across graph admission, worker packaging,
deferred engine commits, data preparation, Omnigraph parsing, and React
interactions. Invalid inputs are rejected consistently, deferred buffers and
asynchronous sources have explicit ownership, generated types match runtime
identity rules, and keyboard and pointer paths preserve host callback
contracts.

### Patch Changes

- Updated dependencies [5771a0d]
- @modernrelay/orbit-core@0.15.0

## 0.14.0

### Minor 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": "@modernrelay/orbit-react",
"version": "0.14.0",
"version": "0.15.0",
"description": "React binding for Orbit: <Graph> plus tree-shakeable components (toolbar, search, minimap, tooltip, inspector, table, navigator, and more).",
"license": "MIT",
"repository": {
Expand Down
Loading