Skip to content

v0.2.0

Choose a tag to compare

@stefanavesand stefanavesand released this 17 Jun 09:58

What's New

Entity Management

  • Delete ontologies, classes, and instances via context menu with confirmation dialog
  • New Instance button in class detail view (moved from context menu)
  • Fix instance creation writing invalid bare names when namespace prefix not found

UI Improvements

  • Rename Relationships panel → Details
  • Property kind selector — separate Object Property / Datatype Property with filtered range dropdowns
  • Entity dropdown in Add Relationship form replaces "Pick entity" button when range has known instances
  • Scoped range picker — object property ranges only show classes from local + imported namespaces
  • Schema view boxes no longer clip text content (removed max-height constraint, stretch to match row height)
  • Namespace prefix shown in class dropdowns to disambiguate (e.g., "Billing (fp:)")

Bug Fixes

  • Fix vsce package --no-dependencies excluding Oxigraph WASM — extension now bundles all dependencies
  • Fix safeCompact() fallback to <full-IRI> when no prefix matches, preventing invalid Turtle output
  • Fix new class/instance not selecting in ontology tree (race condition)