Skip to content

Releases: talenfisher/x3p.js

v0.10.2

20 Apr 15:57
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • This allows for using Object.keys() and Object.ownPropertyDescriptorNames() and the like on the mask's annotations property.

v0.9.2

16 Sep 22:18
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Makes the missing data threshold configurable in the loader. You can now do:

let x3p = await X3P.load({
  ...
  missingFactorThreshold: 0.05 // missing data threshold (adjusted for padding) 
});

missing data (adjusted for padding) exceeding 5 percent will trigger an anomaly to be reported

v0.9.0

16 Sep 22:15
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Adds support for detecting anomalies, along with experimental missing data detection

v0.8.0

01 May 18:03
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

This release adds a documentation website for the library and changes the way X3Ps are loaded. Instead of calling await new X3P, please use await X3P.load.

v0.7.1

01 May 18:01
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Fixes an issue where the color worker would not close itself after completion

v0.7.0

01 May 18:00
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

This release adds mask color correction and retrieval

v0.6.1

24 Apr 21:51
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

This release fixes an issue where the annotations element was not prepopulated into the default mask, and adds a loaded event to Mask objects.

v0.6.0

24 Apr 21:51
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

This release adds the following new features:

  • default mask: specify a default mask tag to use when loading X3P files
  • color picking: returns a clicked pixel's color in renderer.selection

v0.5.1

23 Apr 15:24
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Workaround for npm publication issue.

v0.5.0

23 Apr 15:23
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

This release introduces the ability to perform polygon decimation on x3p renderings.