Releases: ReactVision/viro
v2.23.0
What's Changed
- Update LICENSE by @adelarsq in #67
- Update INSTALL_IOS.md by @doranteseduardo in #68
- v2.22.0 by @robertjcolley in #69
- Enable bitcode + chroma threshold by @ramicaza in #78
- Update README.md by @robertjcolley in #85
- Update INSTALL.md by @robertjcolley in #80
- Rewrite repo in typescript by @robertjcolley in #72
- Update INSTALL_IOS.md by @robertjcolley in #96
- viro expo plugin by @brunokiafuka in #88
- Add supporter image for Morrow by @Foosballfan in #111
- Add VR AndroidManifest injection by @robertjcolley in #104
New Contributors
- @adelarsq made their first contribution in #67
- @robertjcolley made their first contribution in #69
- @ramicaza made their first contribution in #78
- @brunokiafuka made their first contribution in #88
- @Foosballfan made their first contribution in #111
Full Changelog: v2.21.1...V2.23.0
v2.21.1
This release fixes some issues on the iOS platform
- With the upgrade to RN 0.65.1 some pods changed and the platform was not usable so we updated them paths.
- ViroVideo is working again.
v2.21.0
This release targets the latest requirements by Google.
It includes the following changes:
- Support for React Native 0.65.1
- targetSdkVersion set to 30 (as a requirement from Google for new apps)
- The ARCore library has been upgraded to version 1.26.0
- The ViroCore dependency has been upgraded to rc-1.20.0
With the ViroCore library being upgraded within ViroReact, the basis for the new features are set.
Currently, we're testing the following features:
- ARKit 5
- Depth API
- Cloud Anchors
- Geospatial AR
- Motion capture
- Frame processors
- Photogrammetry
- Instant AR
- Selfie camera
Most of them are candidates for the upcoming major Viro update, if you would like to help testing them out, please join our Discord server and request the tester role.
Release 2.20.2
Update to README.
Release 2.20.1
This is an initial release of the @viro-community/react-viro package using our CI system to publish to npmjs.
Its primary difference from older versions of the library is the removal of UIWebView, which prevented the library being used in apps published to the iOS app store.