Skip to content

Releases: Smithsonian/dpo-voyager

Bug Fix Release

19 Apr 13:28
aee0363
Compare
Choose a tag to compare
Bug Fix Release Pre-release
Pre-release

Changelog:

  • Bug fix #72 - uiMode attribute now has default behavior of all elements on.

API Expansion + Bug Fixes

16 Apr 16:29
8a0f8b2
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Expanded Explorer API
    • New Attributes
      • uiMode - define what ui elements are visible on load
    • New Methods
      • toggleAnnotations(), toggleReader(), toggleTours(), toggleTools()
      • enableAR()
      • getArticles()
      • getCameraOrbit(), setCameraOrbit()
      • setBackgroundColor(), setBackgroundStyle()
  • Bug Fixes
    • #45 - new tags default to on
    • #46 - normalized annotation scale and offset
    • Adjusted near plane for small AR objects
    • Enforced a minimum AR interaction plane size
    • #70 Updated picking to work with multi-mesh files. Includes modifying Tape and Annotation tools to accommodate all transforms in their graph.
  • Dependency update to address security issue (is-svg)

Dependency Update / Bug Fix

05 Apr 12:46
0efeb75
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Dependency updates (Three.js to 0.126.1)
  • Fix for pointer release outside of iframe #14, #17
  • Fix iOS selectable main view #56
  • Fix for opening article reader from AR #60
  • Temporary patch for Chrome depth bug #61
  • Fix for scaling issue on object load #62
  • Fix for scene title sometimes showing document.json #63
  • Added configurable absolute path for Draco files #55
  • Added support for multi-object scenes in WebXR mode
  • Improved memory usage for AR object placement

Bug Fix Release

04 Feb 18:53
311fa45
Compare
Choose a tag to compare
Bug Fix Release Pre-release
Pre-release

Changelog:

  • Fixed Story bug with tagged annotations not refreshing
  • Fixed tour bug with blur sometimes inadvertently turning on when repeating tour
  • Added call to make sure gl context is xr compatible when launching XR session

Multi-language support feature

21 Jan 19:11
3547733
Compare
Choose a tag to compare
Pre-release

Changelog:

  • New feature: Single data and Explorer UI strings are now deprecated in favor of string dictionaries that support indexing by language.
  • Explorer UI support for changing and displaying the multi-lingual content
  • Story support for adding and storing multi-lingual content
  • Official Explorer UI translation for Spanish
  • Unofficial Explorer UI translation for German

AR Bug Fix Release

11 Dec 15:47
2c0f01f
Compare
Choose a tag to compare
AR Bug Fix Release Pre-release
Pre-release

Changelog:

  • Fixed WebXR bug where AR prompt would remain after object placement
  • Fixed annotation sizing and responsiveness
  • Fixed issue with annotations being clipped
  • Tweaked click vs drag tolerance to improve click responsiveness

Bug Fix Release

20 Nov 14:02
c3f0c41
Compare
Choose a tag to compare
Bug Fix Release Pre-release
Pre-release

Changelog:

  • Fixed WebXR transformation plane issue
  • Added extra aspect ratio setting when transitioning back from WebXR
  • Added shadowSide attribute
  • Changed lights to static posiitioning in WebXR

Bug Fix Release

18 Nov 15:15
b38d20d
Compare
Choose a tag to compare
Bug Fix Release Pre-release
Pre-release

Change log:

  • Introduced message passing option for API calls when inside iframe.
  • Fixed bug when trying to launch AR before model loads
  • Updated share link to reflect feature requirements

Bug Fix Release

12 Nov 20:56
9b269e2
Compare
Choose a tag to compare
Bug Fix Release Pre-release
Pre-release

Changelog:

  • Bug fix for firefox & safari where models were loading early and causing a null reference

AR feature

12 Nov 16:45
ea7af05
Compare
Choose a tag to compare
AR feature Pre-release
Pre-release

Changelog:

  • Added AR button and functionality (BETA) to support WebXR, SceneViewer, and QuickLook where available
  • Fixed bug with tape not scaling on unit change
  • Standardized annotation scaling (in app parameter will not work for the time being)
  • Added API function for external launch of AR functionality
  • Dependency updates