Skip to content

@cognite/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@larsmoa larsmoa released this 01 Jun 08:14
· 3069 commits to master since this release

This is a beta release of the next major version of Reveal. Reveal 2.0 comes with ThreeJS embedded so you do not to have this as a dependency in your project. Note that if you are using ThreeJS directly, you will need to have it as a direct dependency in your project or import it using import { THREE } from '@cognite/reveal'. If you choose to have it as a direct dependency, it must match the version used by Reveal (0.128.0).

🚀 Features

  • Add more performant and flexible API for styling nodes (#1371)
  • Add an axis view tool (#1456)
  • When a geometry filter is active, cull away (most) geometry outside the filter (#1424)

🐞 Bug fixes and enhancements

  • Bump ThreeJS to r128 (#1494)
  • Set ThreeJS to a static version and add as common dependency (#1472)
  • Better handling of errors in web workers (#1473)
  • Bug causing sectors to never load after a network failure [REV-152] (#1454)
  • Replace non-standard array initialisation that fails on Safari (#1459)
  • Force re-render after screenshot to avoid black screen [REV-153] (#1469)
  • Certain MSAA quality settings causes black screen (#1484)
  • Remove deprecated functionality [REV-165] (#1476)

See installation documentation for details about installing Reveal and migration documentation for information about migration from version 1 to 2.