Skip to content

5.0.3

Compare
Choose a tag to compare
@csvurt csvurt released this 15 Dec 14:46
· 249 commits to master since this release

This hotfix addresses the following issues:

  • Fixed XML3D.createElement but added a deprecation warning for this function. Should use document.createElement instead
  • Changing the ID of an element just before removing it from the DOM should no longer throw an error
  • CSS matrices with entries in scientific notation (eg. 3e-5) should be parsed correctly now
  • Added the contains(Vec3) function to Box