This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
v1.2.0
To upgrade your application:
- Delete your
node_modules
directory - Open your
package.json
file - Update
react-vr
,react-vr-web
, andovrui
to"~1.2.0"
- Reinstall your dependencies with
npm install
oryarn
New Features:
- Add touch panning on mobile (fc01746) - @amberroy
- Expose React Media Events and add docs (7af0af5) - @larrylin28
- Add pinch-to-zoom on mobile. (addb42a) - @amberroy
- Central texture manager (d619838) - @andrewimm
- Push pixelRatio from client to player (ba1fcbd) - @mikearmstrong001
- Wire up custom textures, make glyph textures use that pipeline as well (0f8675a) - @andrewimm
- Support playing video inline on iOS 10+ for iphone (1c46c4e) - @larrylin28
- Route all mesh texture references through TextureManager (775f55c) - @andrewimm
- Adding a script to automatically build testing versions of core packages (8681fc1) - @andrewimm
- Add a new rotation, yawPitchRoll and position functions. (e76e767) - @lustyj
- Added radian versions of fov functions for vrheadmodel (645e090) - @lustyj
- Support scripts/build-packages.js for windows platform (a4d94cf) - @ichengde
- Add material and shader param support to base 3d objects (7d75139) - @mikearmstrong001
- getVRStatus feels slightly subjective, suggesting we use inVR instead… (3dfbbc8) - @lustyj
- automatically set rendergroup:true on text with transform (96d832a) - @mikearmstrong001
- Export RCTBaseView to enable creating external native views (343d102) - @mikearmstrong001
- Top-level flags to disable the fullscreen button and compass (a72a8ad) - @andrewimm
- Copy body data for PATCH when sending request. (06eec59) - @infiniteluke
- Environment facing camera displayed full screen (448ba23) - @mikearmstrong001
Fixes:
- Typo in rotation matrix (d50c961) - @bnaveenkr
- Improve documentation for VrHeadModel. (226d834) - @amberroy
- Cleaning up some remaining lint errors in OVRUI (079e419) - @andrewimm
- Improves Layout and Styles docs (502b6bb) - Mauro Ocorso
- Improves React VR Components Sound doc (c6ea503) - @ichengde
- Improve Pano doc (2f801cf) - @CMDadabo
- Add Hooks for Module documentation (8edafa3) - @mikearmstrong001
- Update yarn.lock (9a675c8) - @andrewimm
- Fixed bug where npm test for init project would not pass (4fc8f6a) - @DeDuckProject
- Typo fix: Add missing closing angle bracket (259ce6e) - @frostney
- Pin flow checking to v46 for now (b273138) - @andrewimm
- Fix Circle CI with updated Flow version (69f4f5a) - @andrewimm
- #203 mute error output on yarn packager check (Windows) (0262ac5) - @FLGMwt
- Documentation changes for debate/discussion (9268f69) - @lustyj
- Remove three js import from Libraries, ban it in the future via eslint (5594c53) - @andrewimm
- Fix handling of subtext elements with empty text (c45a146) - @mikearmstrong001
- Update Tutorial.md fixing typo (a535145) - @ltfschoen