Releases: maxxfrazer/RealityUI
Releases · maxxfrazer/RealityUI
1.5.1 Full visionOS Support
- Added full support for tap and drag events on visionOS
Tap and Drag Components + some visionOS Support
Merge pull request #24 from maxxfrazer/staging Interactions as components
1.5.0 - Touch Components + Vision
1.5.0-rc.1 added vision support with package 5.9
iOS 17 Animation Fix
Some animations were messing up since iOS 17, all fixed now in this patch! 🎉
1.4.1 - iOS Warnings Patch
When building for iOS on the latest Xcode release there were some warnings that showed. They should now be gone.
1.4.0 - Texture Resource Helpers
1.3.1 Update
- DocC is looking a lot nicer now.
- Changed some initialisers for RUIControls in minor ways.
- If you're having trouble, swap out
RUI
parameter forrui
in the initialisers. Otherwise there should be a recommended update Xcode presents to you.
- If you're having trouble, swap out
1.3.0 Touch Control Updates
Release 1.3.0
- Update RUIStepper and RUISwitch to have better touch controls.
- Added hasCollided to arTouchEnded method call.
- Added tests for the above.
- Modified the default opacity background of RUIStepper
- Update indentation
- Add DocC Articles for setup + started RUIControls.
All updated methods have deprecated tags with auto-update options on the old ones.
Fixes:
- Fix padding value on RUIButton
- Fix collision shape for RUISwitch
1.2.3
- Improve the terminate animation process
- Add unit tests with decent coverage
What's Changed
- SwiftLint Fix by @maxxfrazer in #9
- Unit Tests by @maxxfrazer in #10
Full Changelog: 1.2.2...1.2.3
Update Docs
Merge pull request #7 from maxxfrazer/add-docs Docs Deploy