5.0.3
This hotfix addresses the following issues:
- Fixed
XML3D.createElement
but added a deprecation warning for this function. Should usedocument.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