Skip to content

Releases: nathantannar4/Engine

1.8.1

19 Jun 01:48
Compare
Choose a tag to compare
  • Swift 6 support
  • View graph fixes for SwiftUI v6

1.8.0

14 Jun 07:08
Compare
Choose a tag to compare
  • SwiftUI v6 Support
  • API improvements to VariadicView
  • Adds stylable SectionView

1.7.2

17 May 02:37
Compare
Choose a tag to compare
  • Adds ViewTraitKey for reading/writing an internal _ViewTraitKey, such as those set by zIndex, layoutPriority and tag

1.7.1

15 May 17:21
Compare
Choose a tag to compare
  • Fixed SectionVisitor context id

1.7.0

02 May 05:09
Compare
Choose a tag to compare
  • HostingController will now sync its layout animations with UIView.animate, similar to HostingView. To opt-out, set automaticallyAllowUIKitAnimationsForNextUpdate to false`
  • Adds ViewStackAxisReader for making views that read if they are in a VStack/HStack, similar to the behaviour of Divider

1.6.0

04 Apr 16:45
Compare
Choose a tag to compare
  • Adds StyleContext APIs for adding conditional modifiers based on the current context Open Examples
  • Adds ViewInputsVisitor to iterate over _ViewInputs

1.5.1

28 Feb 17:27
Compare
Choose a tag to compare
  • Fix Xcode 15.3 build issue (Swift compiler issue)

1.5.0

25 Jan 16:18
Compare
Choose a tag to compare
  • Adds EnvironmentKeyVisitor and convenience methods to read a value from EnvironmentValues via a string key

1.4.1

17 Jan 03:33
Compare
Choose a tag to compare
  • Adds AnyShape, ShapeBuilder and AnyAnimatableData

1.4.0

09 Jan 01:41
Compare
Choose a tag to compare
  • Separates @ViewStyle macro into its own target, EngineMacros so not to effect build time of those not using it