Skip to content

Releases: unchartedsoftware/grafer

v0.15.0

v0.15.0 Pre-release
Pre-release

Choose a tag to compare

@Nithos Nithos released this 13 May 15:44

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

v0.14.0 Pre-release
Pre-release

Choose a tag to compare

@Nithos Nithos released this 06 Mar 17:15

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

v0.13.0 Pre-release
Pre-release

Choose a tag to compare

@Nithos Nithos released this 30 Nov 15:04

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

Choose a tag to compare

@Nithos Nithos released this 26 Oct 14:24

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

Choose a tag to compare

@Nithos Nithos released this 20 Oct 00:35

Overview

Version v0.11.2 improves the glow on light backgrounds.

Changes

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

v0.11.1

Choose a tag to compare

@Nithos Nithos released this 12 Oct 17:24

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

Choose a tag to compare

@Nithos Nithos released this 11 Oct 18:32

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

Choose a tag to compare

@Nithos Nithos released this 12 Sep 17:27

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

Choose a tag to compare

@mj3cheun mj3cheun released this 21 Jun 18:43

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

v0.9.0 Pre-release
Pre-release

Choose a tag to compare

@mj3cheun mj3cheun released this 20 Apr 14:20

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.