Skip to content

v0.6.0

Compare
Choose a tag to compare
@ryanlintott ryanlintott released this 08 Sep 15:46
· 54 commits to main since this release

Updated for iOS 17, macOS 14, and visionOS (beta) and added AccessoryInlineImage

  • Added AccessoryInlineImage to adjust any image or symbol so that it can render in the accessory inline widget.
  • Added UIImage extensions scale() and scaledToFit() to adjust images for accessory inline widget.
  • Changed WidgetSize functions sizeForCurrentDevice, sizeForiPhone, sizeForiPad, and sizeForWatch to return nil if a specific size is not known for that widget. Previously they returned zero.
  • Added watch widget sizes to WidgetSize and updated iPhone and iPad widget sizes.

iOS 17

  • Fixed SmartScrollView so that scrollBounceBehavior works as expected in iOS 17

visionOS

  • Added support for visionOS
  • Deprecated FlippingView, TwoSidedView and rotation3DEffect(with back view) with perspective
  • Added TwoSidedVisionOSViewModifier and rotation3DEffect (with back view) to match new visionOS rotation modifier. This modifier is still buggy most likely due to visionOS betas changing