Skip to content

v1.6.0

Compare
Choose a tag to compare
@elalish elalish released this 10 Mar 00:26
· 539 commits to master since this release
7f47bf9

Bugfixes

  • Fixed model-viewer iframes that were swallowing scroll events. Now you must explicitly set touch-action:none if you want all scroll events swallowed, even for fullscreen elements: #2058
  • Workaround for Chrome WebXR rendering bug which caused intermittent artifacts on some devices: #2091
  • Fixed a memory leak so that ModelCacheSize works as intended. Thanks @mqg734! #2092
  • Handle relative URL parameters in Scene Viewer: #2096
  • Proper encoding of Cloudfront, etc. URLs for Scene Viewer. Thanks @kanthiganesh! #2099

Other notable changes

  • Updated to Three.js r126
  • Fixed documentation typos. Thanks @devbridie! #2050

Editor