Skip to content

Releases: Smithsonian/dpo-voyager

Bug Fix Release

25 Aug 15:38
Compare
Choose a tag to compare

Changelog:

API updates:

  • added 'reader' component attribute to Explorer component to control visibility of active reader UI.

Bug fixes:

  • #152 Disable reader when entering pose task
  • #154 Update article behavior to consistently display article menu (or article if only one) when clicking main menu button.
  • #153 Fixed zoom issue in ortho mode
  • Disabled url convert in TinyMCE to fix bug with image url translation

Misc:

  • Updated Three.js to 0.143.0
    • Custom WebXR types removed
  • Added wrapper to PropertyBoolean so button tooltips show title
  • Documentation for all API updates

Bug Fix Release

28 Jul 15:37
cf8e436
Compare
Choose a tag to compare

Changelog:

API updates:

  • #151 getCameraOffset and getCameraOrbit updated with option parameter 'type' to indicate what data to get - min, max, or active values.
  • 'root' and 'document' attributes can now be set directly on the Voyager Story component.

Bug fixes:

  • #52 Stopped saving/loading open article as active. Single articles will automatically open with reader, otherwise menu.
  • #149 Added UI warning when AR is available on the device but blocked for some reason.

Misc:

  • Dependency updates to address vulnerabilities
  • Documentation for all API updates

Bug Fix Release

01 Jul 13:41
bfd52b7
Compare
Choose a tag to compare

Changelog:

New Features:

  • Article editor
    • pastes as text by default
    • links with no protocol specified automatically have https:// prepended

Bug fixes:

  • #141 'root' and 'document' parameters ignored when in Standalone Story mode
  • #143 Image urls fixed when dragged from media manager to article editor
  • #147 Added error message when trying to rename a file with no extension in media manager

Misc:

  • AR improvements
    • Greatly improved stability when placing object
    • Shadows hidden until object is placed
  • Three.js updated to 0.141.0

Dependency Update and Bug Fix Release

27 May 13:12
b9a388e
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • tweaks to near/far plane calculation and zoom extents
  • temporary patch for https://bugs.webkit.org/show_bug.cgi?id=237230
  • #138 Measurement tool fixed for models with large coordinate values
  • #139 Measurement state no longer saved/loaded at launch (still saved for tours)
  • #92 Annotations don't show until AR model is placed

Misc:

  • Documentation updates
  • Dependency updates to address vulnerabilities, Three.js to v139

Bug Fix Release

10 May 16:28
2083a83
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • Cleaning up minor regressions from quick crash patch.

Bug Fix Release

05 May 14:14
587e8d4
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • Improving Zoom stability.
  • Fix for #135

Bug Fix Release

03 May 19:01
83a6939
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • Various tweaks to make sure scene view is consistent from bounding box load to main model when using autozoom.

Bug Fix Release

02 May 21:19
a95c25d
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • Fixed tour loading regression.

Bug Fix Release

02 May 20:33
c3ba408
Compare
Choose a tag to compare

Changelog:

Bug fixes:

  • Fixed activeTags bug so that tag group scenes initialize properly

Bug Fix / Feature Release

02 May 18:50
fdd20e7
Compare
Choose a tag to compare

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