Skip to content

Tags: ThHanke/ontosphere

Tags

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from ThHanke/hotfix/relay-origin-allowlist

fix(relay): accept any opener origin instead of hardcoded allowlist

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from ThHanke/refactor/sparql-widget

fix(build): stub node:diagnostics_channel at Rollup level to fix SPAR…

v1.5.0

Toggle v1.5.0's commit message
feat(release): prepare v1.5.0 — paper updates, MCP manifest, release …

…notes

Paper (public/paper/index.html):
- Fix version v1.4.1 → v1.5.0, library rdf-validate-shacl → shacl-engine
- Expand SHACL section with full feature coverage (shape loading, badges, reasoning integration)
- Add acknowledgements section (Konclude, Reactodia, N3.js, shacl-engine, Fraunhofer IWM)
- Add shacl-engine citation [11], SHACL keyword, fix OWL construct count 13 → 15
- Update tool count 31 → 34

MCP manifest (src/mcp/manifest.ts, public/.well-known/mcp.json):
- Add 3 missing tools: loadShaclFromUrl, clusterNodes, layoutNodes (31 → 34)

README:
- Add OWL patterns 14–15 (allValuesFrom, domain/range) to match demo
- Update MCP tool list to categorized 34-tool inventory

Add release notes draft (docs/release-notes-v1.5.0.md)

v1.4.1

Toggle v1.4.1's commit message
chore: bump version to 1.4.1

v1.4.0

Toggle v1.4.0's commit message
fix(debugging): gate worker console.debug output behind debugAll config

The main-thread console wrapper only intercepts calls in the main thread;
the web worker has its own console that bypassed the gate entirely, causing
all reasoning diagnostics to leak unconditionally.

Add a setDebug worker command that sets a module-level flag, replace all
22 worker console.debug calls with a debugLog() helper gated on that flag,
and forward the debugAll config value to the worker at startup and on change.
Real error-level worker logs (malformed messages, IO failures) remain ungated.

v1.3.3

Toggle v1.3.3's commit message
chore: bump version to 1.3.3; npm audit fix

v1.3.2

Toggle v1.3.2's commit message
docs(relay): fix stale MutationObserver ref and UUID debug entry

v1.3.1

Toggle v1.3.1's commit message
fix: show rdfs:label > prefixed > full IRI across all canvas surfaces

Node type chips: single-line label (rdfs:label when available, else
prefixed IRI, else full IRI) with hover showing `prefixed <full-iri>`.
Uses useKeyedSyncStore to re-render when element type labels are patched.

Edge labels: lazy label patch via useEffect([namespaces]) in
ReactodiaCanvas after ontologies load; knownLinkTypes reverted to
pass-through; linkTypes guards toPrefixed against no-op substitution.

Edge hover title: `prefixed <full-iri>` via primaryLabelProps.title.

Dialog inputs (EntityAutoComplete): displayValue shows `prefixed · label`.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from ThHanke/feat/v1.3

Feat/v1.3

v1.2.0

Toggle v1.2.0's commit message
chore: regenerate package-lock.json with updated package name ontosphere