Skip to content

Releases: obdasystems/grapholscape

Grapholscape v4.0.11

02 Oct 17:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.11

Grapholscape 4.0.0

27 Nov 18:20
Compare
Choose a tag to compare

What's Changed

  • ⚡️ UI optimizations for large ontologies by @gianluca-pepe in #111
  • ♻️ Refactor entities types by @gianluca-pepe in #112
  • 🎨 Hierarchically Colored Floaty Diagrams
  • 🏗️ Model and API refactor for VKG and OntologyDesigner (only available in Monolith))
  • 🐛 Bug Fixes

Full Changelog: v3.2.6...v4.0.0

Grapholscape v3.2.5

16 May 07:24
Compare
Choose a tag to compare

What's Changed

  • Smooth element focusing while layout running
  • Virtual Knowledge Graph - (Only available in Monolith):
    • Improved performances
    • Improved UX
  • UI improvements
  • Bug Fixes
  • Add multiple version documentation with CI worflow by @gianluca-pepe in #106
  • Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #95
  • Bump async from 2.6.3 to 2.6.4 by @dependabot in #68

New Contributors

Full Changelog: v3.2.2...v3.2.5

Grapholscape v3.2.1

26 Jan 13:41
Compare
Choose a tag to compare

Changes

  • Path Rendering:

    • New exploration paradigm, choose what to see at each step:
      • Choose a class to start from
      • Add Object properties from the entity details widget
      • Show/Hide class hierarchies with the context menu on classes
  • Virtual Knowledge Graph Exploration - only available in Monolith
    Explore ontology and your data at the same time

Full Changelog: v3.1.0...v3.2.1

Grapholscape v3.0.2

15 Sep 16:30
Compare
Choose a tag to compare

Changes

  • 🎨 New design
    • Ontology explorer moved in bottom-right buttons tray for less screen cluttering
  • 🔄 Improved and redesigned API offering more options to customize and more flexibility
    • easier to find, center or select entities or elements
    • clearer lifecycle events you can now react to
  • 🔢 Now strongly typed thanks to typescript migration
  • 📖 Completely new documentation: check it out!

Full Changelog: v2.0.1...v3.0.2

v2.0.0

15 Feb 11:05
9b822c7
Compare
Choose a tag to compare

What's Changed

  • Improved api and settings management
  • Simplified and enhanced UI
  • Better layout management improving performances
  • Improved renderer switching and general interactions
  • New documentation
  • New exports:
    • Bare constructor with no UI at all
      You can choose to build your own UI leveraging the new api callbacks
    • UI widgets exported for better manipulation and/or extension
  • Bug fixes

Full Changelog: v1.3.0...v2.0.0

Grapholscape 2.0.0-beta.1

07 Dec 18:00
Compare
Choose a tag to compare
Pre-release
v2.0.0-beta.1

2.0.0-beta.1

Grapholscape 1.3.0

11 Oct 09:31
Compare
Choose a tag to compare
  • Use original positions in Floaty mode.
  • Bug fixes

Grapholscape 1.2.0

09 Jan 14:35
Compare
Choose a tag to compare
  • Export your diagram in png or svg format
  • Added icons for widgets
  • Now it's possible to change settings programmatically
  • Bug fix
    • fix drag and pin unlock buttons disappearing on fullscreen
    • fix drag and pin unlock buttons added at bottom of the page when removed
    • fix lite renderer not fitting to screen when coming from float mode

Grapholscape 1.1.0

27 Oct 10:23
Compare
Choose a tag to compare
  • New widget showing the list of occurrences across all diagrams for selected entity.
  • Bug fixes