Skip to content

Version 0.19.0

Compare
Choose a tag to compare
@manthey manthey released this 27 Nov 20:44
d6f49df

Features

  • Feature selection API is now enabled automatically if any event handlers are bounds to the feature (#921)
  • Added a VTK.js renderer which supports a point feature (#893, #953)

Improvements

  • Coordinate transforms on flat arrays are now faster (#939)
  • convertColor is memoized to speed up repeated calls (#936)
  • All features have a featureType property (#931)
  • When changing geometry sizes, buffers are reallocated less (#941)
  • Initial rendering webGL features is somewhat faster (#943)
  • WebGL point and polygon features no longer clip by z coordinates (#963)

Changes

  • Removed the dependency on the vgl module for the object and timestamp classes (#918)
  • CSS color names are obtained from an npm package rather than being defined in the util module (#936)
  • Updated several npm modules (#944)
  • Report the unmasked renderer used with webgl (#947)
  • Width and height are now in the base renderer class (#962)

Bug Fixes

  • Fixed some minor issues with layers (#949)

Documentation