Releases: nathantannar4/Engine
Releases · nathantannar4/Engine
1.8.1
- Swift 6 support
- View graph fixes for SwiftUI v6
1.8.0
- SwiftUI v6 Support
- API improvements to
VariadicView
- Adds stylable
SectionView
1.7.2
- Adds
ViewTraitKey
for reading/writing an internal_ViewTraitKey
, such as those set byzIndex
,layoutPriority
andtag
1.7.1
- Fixed
SectionVisitor
context id
1.7.0
HostingController
will now sync its layout animations withUIView.animate
, similar toHostingView
. To opt-out, setautomaticallyAllowUIKitAnimationsForNextUpdate
to false`- Adds
ViewStackAxisReader
for making views that read if they are in aVStack
/HStack
, similar to the behaviour ofDivider
1.6.0
- Adds
StyleContext
APIs for adding conditional modifiers based on the current context Open Examples - Adds
ViewInputsVisitor
to iterate over_ViewInputs
1.5.1
- Fix Xcode 15.3 build issue (Swift compiler issue)
1.5.0
- Adds
EnvironmentKeyVisitor
and convenience methods to read a value fromEnvironmentValues
via a string key
1.4.1
- Adds
AnyShape
,ShapeBuilder
andAnyAnimatableData
1.4.0
- Separates
@ViewStyle
macro into its own target,EngineMacros
so not to effect build time of those not using it