Releases: Matdata-eu/yasgui-graph-plugin
Releases · Matdata-eu/yasgui-graph-plugin
v1.6.2
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
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
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
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
New features:
- Improved color scheme, make it dependent on Yasgui css color variables
v1.4.1
Chores:
- Added workaround for viz-network canvas height runaway issue
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
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
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
Chores:
- Remove peer dependency to avoid circular dependency issues in yasgui