Skip to content

v0.9.0

Compare
Choose a tag to compare
@NataliaDSmirnova NataliaDSmirnova released this 23 Mar 18:08
· 166 commits to master since this release

https://miew.opensource.epam.com/v0.9.0/

Added

  • Add unittests for Atom and Molecule

Changed - BREAKING CHANGES!

  • Move threejs and lodash to external dependencies (halving size of Miew bundle). See examples for migrating ideas.

Removed - BREAKING CHANGES!

  • Remove deprecated GXProfiler and Miew.profile
  • Remove dispatching of deprecated events

Fixed

  • Fix crash in IE when turning on the effects which are not supported by the browser
  • Fix crash on uploading molecule with ssao on
  • Remove permanent rebuild after Menu close in case when nothing has changed

Internal

  • Make ViewInterpolator being an object to prevent its sharing between several instances of Miew
  • Remove primitive getters from Atom and Molecule, use members instead
  • Simplify Atom.name
  • Remove a code for building chemical formula, it's obsolete
  • Implement shadowmaps using common renderer.scene routine for future overcome of threejs restrictions in shadowmaps for zSprites modes