Skip to content

Releases: maxxfrazer/RealityUI

1.5.1 Full visionOS Support

02 Jan 14:51
b359cb4
Compare
Choose a tag to compare
  • Added full support for tap and drag events on visionOS

Tap and Drag Components + some visionOS Support

27 Nov 17:14
fd963de
Compare
Choose a tag to compare
Merge pull request #24 from maxxfrazer/staging

Interactions as components

1.5.0 - Touch Components + Vision

23 Nov 12:17
53420cc
Compare
Choose a tag to compare
Pre-release
1.5.0-rc.1

added vision support with package 5.9

iOS 17 Animation Fix

14 Nov 13:59
464cc8d
Compare
Choose a tag to compare

Some animations were messing up since iOS 17, all fixed now in this patch! 🎉

1.4.1 - iOS Warnings Patch

11 Apr 21:41
041d7a9
Compare
Choose a tag to compare

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

08 Apr 13:48
0ab8a07
Compare
Choose a tag to compare
  • Added struct for loading SF Symbols as TextureResources.

Fixes:

  • #13, thanks for the help @jgranie.
  • Clicking RUISwitch, on macOS wasn't working as expected. (unrelated to the above issue)

1.3.1 Update

01 Mar 10:55
8873130
Compare
Choose a tag to compare
  • DocC is looking a lot nicer now.
  • Changed some initialisers for RUIControls in minor ways.
    • If you're having trouble, swap out RUI parameter for rui in the initialisers. Otherwise there should be a recommended update Xcode presents to you.

1.3.0 Touch Control Updates

16 Feb 13:33
951d641
Compare
Choose a tag to compare

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

04 Feb 13:42
82584a4
Compare
Choose a tag to compare
  • Improve the terminate animation process
  • Add unit tests with decent coverage

What's Changed

Full Changelog: 1.2.2...1.2.3

Update Docs

29 Aug 18:03
06e0e80
Compare
Choose a tag to compare
Merge pull request #7 from maxxfrazer/add-docs

Docs Deploy