This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
v1.1.0
New Features:
- Add
pause
andseekTo
to Audio (9a73f59) - @larrylin28 - Dispatch More Media Events from Audio Source (c0ef14d) - @larrylin28
- Support
muted
for audio (b1d077b) - @larrylin28 - Allow sending binary data from websockets (45a37b6) - @andrewimm
- Export
BasicVideoPlayer
andsetCustomizedVideoPlayer
(8f77129) - @larrylin28 - allow use of hyphens in project name (c2e890d) - @markacola
- Adding support for Platform.select in dev environments (9e92f10) - @andrewimm
- Added support for --help command in react-vr-cli (5c0fa0d) - @tomaszlakomygp
- Set default values for base attributes when input is null (73474cc) - @mikearmstrong001
- Support multiple format source in
- Allow customized video player to specify its supported format (1b9563c) - @larrylin28
- Allow raycasters to specify max ray distance, properly calculate cursor scale (f98932c) - @andrewimm
- Standalone React Devtools (6a9c7cb) - @andrewimm
- Support pluggable Model Formats (9e450db) - @mikearmstrong001
- Support MediaPlayerState in Sound (a448843) - @larrylin28
- Support Stereo Rendering in Pano (308f2c1) - @larrylin28
Fixes:
- Simplified shouldComponentUpdate function in Controller example (0c9c4a8) - @tomaszlakomygp
- no "use strict" in es modules (193e497) - @stevemao
- Fix npm badge from react-native to react-vr (618a822) - @chentsulin
- yarn add instead of yarn install (1bc6796) - @addykim
- Fixed a typo in Input.md docs file (37b4fa1) - @tomaszlakomygp
- Typos in comments and a misplaced comment (64f8e2d) - Justin Rogers
- minor fixes to platform docs (1c1424b) - @DeDuckProject
- Add viewConfig to new React VR components (1963962) - @mikearmstrong001
- Updated repo and issues path in package.json (eb47865) - @tomaszlakomygp
- Remove an unnecessary import (d186af5) - Justin Rogers
- Merge OVRUI into react-vr repo (95445e0) - @andrewimm
- Fix E2E tests on Circle CI (3cf6f97) - @andrewimm
- Clean up ovrui package.json (27c3d32) - @andrewimm
- Add Circle CI badge to README.md (458c874) - @andrewimm
- Add description to controller example (93a2a9b) - @andrewimm
- Fix
AudioModule.dispose
inVrSoundEffect
(c36a921) - @larrylin28 - Improved code consistency a little bit in examples (88c885c) - @tomaszlakomygp
- Fix markdown typo in comment (850244f) - @yumenohosi
- Changed assigned once let(s) to const and simplified shouldAccept/InterceptHitEvent functions (31fe6b4) - @tomaszlakomygp
- Run prettier over OVRUI (2f2bce8) - @andrewimm
- Fix default value of
opacity
(7cccb47) - @larrylin28 - Fixed a small typo in CONTRIBUTING.md (4622d07) - @tomaszlakomygp
- Cleaned up e2e tests out of unused imports etc. (3082d7e) - @tomaszlakomygp
- Fix OVRUI production build process (95d28cf) - @andrewimm
- Fixed a bunch of typos in comments (4ecfa4a) - @tomaszlakomygp
- Fix billboarding when phone is in landscape (4325781) - @mikearmstrong001
- Add unit test for
setSource
of Video (5b23d43) - @larrylin28 - Add DashSample to Example for showing how to use customized video player (ddfd615) - @larrylin28
- Doc for Video Player (614e6f9) - @larrylin28
- Fix chromium bug (frozen chaperone) (c3238d8) - @freemanon
- WebSocketModule (re-submit): fix secure websocket creation when protocols is null (c7a9dce) - @alexduros
- Fixed broken raycasting (bfbda16) - John Lusty
- Update Comments in CylindricalPanel.js (e962c14) - @mkeblx
- handle orientation change of window when computing FOV (f92ebec) - @mikearmstrong001
- Fix opacity on meshes (48b4844) - @mikearmstrong001
- Fix supportedFormat of DashSample (34e1189) - @larrylin28
- Use the latest, proper webvr events (24c2a4c) - @andrewimm
- Missing slash (/) in local server url added in package.json generator console log (7a9c064) - @aajahid
- Fix the link to three.js Ambient Lights (97a574e) - @mikearmstrong001
- Remove unused stereo codes (c01b7f2) - @larrylin28
- Strongly typing OVRUI (4b5dd8d) - @andrewimm
- Add community links (6dd8ed3) - @andrewimm
- Fixing threejs links in documentation (9c14749) - @ryanmurakami
- add opacity prop type to color layout (eb0ba7a) - @mikearmstrong001