A-Frame v0.6.1 Release Notes

Release Date: 2017-07-18 // almost 7 years ago
  • ๐Ÿ› Bug fixes, support for Firefox on Android, mouse-based cursor, enable motion capture developer tools in the Inspector.

    โœจ Enhancements

    • โž• Add a mouse-based cursor / raycaster, apply to the link traversal example. (#2861)
    • Replace BlendCharacter dependency with ObjectLoader for hand-controls component. (#2876)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix component updates when reusing same object by storing oldData after building component data. Pass undefined as oldData on component initialization for single-prop components. (#2840, #2871)
    • More reliable entity loading order by checking against list of registered elements. (#2873)
    • โฌ†๏ธ Bump polyfill that fixes Firefox for Android tracking issue. (#2865)
    • ๐Ÿ‘‰ Use attribute for animation color as from if from is not defined. (#2855)
    • Re-add controller events after unpausing scene. (#2879)
    • ๐Ÿ›  Fix line component being applied in raycaster when disabled.