Changelog
v5.1.1 - 14/05/2018
Documentation
Fix
- Installation to use semver by default to add in your project
- SceneAndCameraManagers Calibration is used in
adsumWebMap.setDeviceId
and not inadsumWebMap.setDevice
which does not exist. - CameraManager#centerOn reference code example was incorrect
- CameraManager#centerOnFloor reference code example was incorrect
- SpaceObject#setColor reference returns value is
SpaceObject
(this
) - LocationRepository#getByAdsumObject reference code example incorrect
v5.1.0 - 07/05/2018
API
Add
- Namespace
- Expose AdsumWebMap#DotPathBuilderOptions
- Expose AdsumWebMap#DotPathBuilder
- AdsumWebMap
- Optional
animated
parameter to AdsumWebMap#setDeviceId
- Optional
- Options
- Wayfinding
- DotPathBuilder to personalize path pattern
- DotPathBuilderOptions to personalize path pattern
Fix
- AdsumWebMap
- AdsumWebMap#constructor with plain object.
- Wayfinding
- WayfindingManager#computePath is now using user location when Path#to is null.
- CameraManager
- CameraManager#centerOn now resolves AFTER animation completed
- CameraManager#centerOnFloor now resolves AFTER animation completed
Behavior
Fix
- CameraManager
- Camera lost when animating
Documentation
- Add documentation
v5.0.0 - 06/04/2018
Please read the Upgrade guide to get the list of changes