Skip to content

Releases: Matdata-eu/yasgui-graph-plugin

v1.6.2

01 Mar 15:31
fcbca5c

Choose a tag to compare

Fixes

  • double click on rdfs:Resource to expand the graph didn't show an visual feedback while executing the query
  • buttons weren't styled very well when integrated in yasgui

Full Changelog: v1.6.1...v1.6.2

v1.6.1

28 Feb 23:03

Choose a tag to compare

Fixes

  • double click on rdfs:Resource to expand the graph was not working correctly when integrated in Yasgui

Full Changelog: v1.6.0...v1.6.1

v1.6.0

28 Feb 21:31

Choose a tag to compare

New features

  • Added double click on rdfs:Resource to expand the graph (a DESCRIBE SPARQL query will be launched in the background)
  • Added help reference to the docs

Full Changelog: v1.5.0...v1.6.0

v1.5.0

28 Feb 14:10

Choose a tag to compare

New features

  • Added node icons and images via schema:image / schema:icon
  • Added compact mode
  • Added settings panel with persistence, predicate icons, and node-type filtering
  • Reduced node size for literals
  • Added ability to pin nodes in place after manual drag
  • Improved graph tooltip with modern style showing type, value, namespace, and datatype

Chores

  • Updated core utility modules with Jest unit tests

Full Changelog: v1.4.2...v1.5.0

v1.4.2

06 Jan 20:44

Choose a tag to compare

New features:

  • Improved color scheme, make it dependent on Yasgui css color variables

v1.4.1

19 Dec 00:04

Choose a tag to compare

Chores:

  • Added workaround for viz-network canvas height runaway issue

Full Changelog: v1.4.0...v1.4.1

v1.4.0

18 Dec 21:56

Choose a tag to compare

New Features

  • Added auto fit to screen after drawing the graph
  • Added constraint-free height/width configuration to avoid conflicts when implemented in YASRE

Chores

  • Updated code structure with refactoring to TypeScript
  • Updated styles by extracting them from source to separate folder
  • Updated Vite configuration to use the correct plugin index
  • Updated standalone demo page to test the plugin without Yasgui interference
  • Updated demo index to align with table plugin
  • Updated build configuration to align with table-plugin

Full Changelog: v1.3.0...v1.4.0

v1.3.0

08 Dec 22:56

Choose a tag to compare

Fixes:

  • Fixed height not taking in all the available space, due to dependency issue visjs/vis#1832

Full Changelog: v1.2.0...v1.3.0

v1.2.0

08 Dec 22:21

Choose a tag to compare

New features:

  • Improved height usage of plugin, now it's using 100% of the available height with a minimum of 500px

Chores:

  • Updated yasgui on demo page

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Dec 23:26

Choose a tag to compare

Chores:

  • Remove peer dependency to avoid circular dependency issues in yasgui