Skip to content

Annotations, web workers, and other updates

Compare
Choose a tag to compare
@nonmetalhail nonmetalhail released this 22 Dec 14:52
· 47 commits to master since this release

NOTE:
Px.vis.workerUrl is no longer needed. Worker files are now loaded via a Blob. You may remove Px.vis.workerUrl and do not need to include the worker files in your build anymore.

Also, if you are running custom scripts via registerCustomScript, you MUST use an absolute path. Relative paths no longer work with the blob.

Added annotation strong class
Added quadtree search options
fix demo code editor