Skip to content

Releases: unchartedsoftware/grafer

v0.15.0

13 May 15:44
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

OVerview

Dependency updates and ability to set translation and scale by reference allowing for multi view camera sync.

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

06 Mar 17:15
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Overview

Dependency upgrades and change to the ring outline approach. Note only the ring shape has been updated.

Breaking Changes

Ring outline thickness is not a proportion of radius, inputs must be in the range of [0,1]

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

30 Nov 15:04
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Overview

Dependency upgrades to resolves security issues and a change to scroll sensitivity.

Breaking Changes

Due to dependency upgrade Node v14 is no longer supported.

What's Changed

Full Changelog: v0.12.1...v0.13.0

v0.12.0

26 Oct 14:24
Compare
Choose a tag to compare

Overview

Exposes functionality to specify the index to add a layer into.

What's Changed

  • Bump @babel/traverse from 7.14.5 to 7.23.2 by @dependabot in #134
  • feat: expose adding a layer at a specific index by @Nithos in #139

Full Changelog: v0.11.2...v0.12.0

v0.11.2

20 Oct 00:35
Compare
Choose a tag to compare

Overview

Version v0.11.2 improves the glow on light backgrounds.

Changes

Full Changelog: v0.11.1...v0.11.2

v0.11.1

12 Oct 17:24
Compare
Choose a tag to compare

Overview

Version v0.11.1 fixes an import path issue. No functional changes.

Changes

Considerations

None

Full Changelog: v0.11.0...v0.11.1

v0.11.0

11 Oct 18:32
Compare
Choose a tag to compare

Overview

Version v0.11.0 adds support for glow effect on the edge and/or node.

Changes

Considerations

None

Full Changelog: v0.10.0...v0.11.0

v0.10.0

12 Sep 17:27
Compare
Choose a tag to compare

Overview

Version v0.10.0 adds per edge width capabilities

Changes

  • [FEATURE] Add per edge widths: 6a316e8

Full Changelog: v0.9.1...v0.10.0

Considerations

Backward incompatible interface change has been included in this version from v0.9.1:

Removed edge width from the edge options at the layer level and incorporated it with the edge data. If the edge width is set at the edge options level it needs to be removed and corresponding addition made to the mappings.
This is pre-release only the MINOR version has been bumped.

v0.9.1

21 Jun 18:43
Compare
Choose a tag to compare

Overview

Version v0.9.1 updates documentation to correct errors and add a helpful chart as a visual guide to the Grafer interface. It also corrects picking where elements are being occluded by other elements.

Changes

  • [FIX] Fix picking where elements are being occluded by other elements: 77e2633

Full Changelog: v0.9.0...v0.9.1

Considerations

None

v0.9.0

20 Apr 14:20
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Overview

Version v0.9.0 adds picking for labels (full support) and edges (straight edges only). Documentation was also updated.

Changes

  • [FEATURE] Add labels picking: 58c771b
  • [FEATURE] Add edges picking: 16cba69

Full Changelog: v0.8.2...v0.9.0

Considerations

Backward incompatible interface change has been included in this version from v0.8.2:

The same event that was previously only used for node picking now returns edge picking and label picking as well.
However, as this is pre-release only the MINOR version has been bumped.