Releases: unchartedsoftware/grafer
v0.8.2
Overview
Version v0.8.2 updates documentation and add support for the use of browser zoom by allowing Grafer to change pixel-ratio dynamically.
Changes
- [FEATURE] Monitor pixel-ratio for changes and regenerate character atlases when required: bf8b4ff
Full Changelog: v0.8.1...v0.8.2
Considerations
None
v0.8.1
Overview
Version v0.8.1 updates documentation and adds utilities
which are designed to work in conjunction with Grafer in order to make it easier to use.
Changes
- [FEATURE] Add the
ColorManager
class andgenerateGradient
function toutilities
: 350d526
Full Changelog: v0.8.0...v0.8.1
Considerations
None
v0.8.0
Overview
Version v0.8.0 updates the build, and fixes a few outstanding issues including a bug where the presence of transparent elements in the graph breaks picking, The rendering quality and consistency of text was also improved. A function was added that allows the positions of existing points to be modified. Another was added that supports translation from screen space back to world space. Documentation was improved.
Changes
- [FEATURE] Add function to modify positions of existing points: 33d2dd0
- {FEATURE] Add function to convert from screen space to world space: 9b397c0
- [BUGFIX] Fix alpha picking bug: df2f0ba
- {BUGFIX] Keep polling for Grafer element changes even if not in focus: f16b172
Full Changelog: v0.8.0...v0.7.1
Considerations
None
v0.7.1
Overview
Version v0.7.1 adds and updates documentation, a handful of features such as the box (square) node type, custom texture node type, proportional font support, RTL text support, text halo support, and a handful of fixes.
Changes
- [FEATURE] Custom texture and box nodes: #48
- [FEATURE] RTL Text and text halos: #47
- [FEATURE] Add Documentation: #49
Full Changelog: v0.7.1...v0.6.0
Considerations
None
v0.6.0
Overview
Version v0.6.0 makes Grafer compatible with Chrome version 97+.
Changes
- [BUGFIX] Correct Color Registry misspelling: #43
- [BUGFIX] Define usampler2D precision in value for index util: #44
Considerations
Backward incompatible interface change has been included in this version from v0.5.3:
- Renamed
colorRegisrty
tocolorRegistry
. See associated change here: #44
However, as this is pre-release only the MINOR version has been bumped.
v0.5.3
Overview
Version v0.5.3 provides small quality of life improvements for users looking to render canvas drawings or tooltips overtop grafer.
Changes
- [FEATURE] Add world point to pixel coordinate utility interface.
- [REFACTOR] Refactor circle picking shader to use a signed distance field to define interaction zone.
Considerations
- Backward compatible feature additions have been included in this version. However, as this is pre-release only the PATCH version has been bumped.