Appearance
Changelog
v2.0.0
April 14th 2021
- Changes
- updated to use Space API V2 internally
- Space API V1 access tokens must be replaced by Space API V2 tokens
StartupOptions
no longer supports theaccessToken
property- access tokens must be provided via the
.loadScene
method
v1.2.1
Jan 27th 2021
- New
- Added support for
uiButtons.exportImage
- Added support for
v1.2.0
Nov 12th 2020
- New ✨
- Added
bookmarksActive
startup option - Added
zoomMin
andzoomMax
options toviewer.zoomExtents()
- Added
v1.1.2
Oct 12th 2020
- New ✨
- Added
lowResTexturesOnly
startup option
- Added
v1.1.1
Oct 6th 2020
- Changes
- Increased connection timeout for better SSR support
v1.1.0
Sep 9th 2020
New ✨
viewer.destroy()
method which can be used to manually cleanup an embed instance and remove event listeners
Fixes
- Improved Typescript support and error handling
- Fullscreen mode fixes:
- In-built fullscreen button displays the correct state while fullscreen mode is active
- Custom backgrounds remain visible while fullscreen mode is active
v1.0.4
Sep 3rd 2020
- Fixes
- Handle initialization error when the viewer fails to start correctly
v1.0.3
Sep 1st 2020
- Fixes
- Improved Typescript support by removing ES private fields
- Fix edge case in error response from server
v1.0.2
- Fixes
- Improved Access Token handling
v1.0.1
- New ✨
- Option to install the Embed API via npm
v1.0.0
August 28th 2020
Initial release
- New ✨
- Full control over the UI and background
- Change the camera programmatically
- Change scenes on runtime
- Core loading events exposed