Skip to content

Bug Fix / Feature Release

Compare
Choose a tag to compare
@gjcope gjcope released this 02 May 18:50
· 577 commits to master since this release
fdd20e7

Changelog:

New Features:

  • Integration of TinyMCE editor for article editing
    • Supports image imports and drag/drop
    • Direct media embed

API Updates:

  • New events
    • model-load - fires after each individual model load

Bug fixes:

  • near/far planes now auto-calculate based on object size
    • zoom out is also automatically restricted accordingly
  • #65 Fixed issue with calculation of bounding box being saved to scene. Note this update requires re-saving existing scenes to apply.
  • #123 Added flatShaded support so models with no normals do not render black.

Misc:

  • Hard-coded AR camera near and far planes to avoid unit changes
  • Added examples in documentation for all API updates
  • Dependency updates to address vulnerabilities