Skip to content

Releases: nathantannar4/Engine

1.3.0

04 Jan 04:39
Compare
Choose a tag to compare

1.2.0

01 Dec 03:48
Compare
Choose a tag to compare
  • Remove EngineCore.xcframework binary dependency in favour of EngineCore/EngineCoreC targets
  • visionOS Support

1.1.0

16 Nov 01:33
Compare
Choose a tag to compare
  • MultiViewVisitor rewrite to be recursive on any View

1.0.0

03 Nov 08:43
Compare
Choose a tag to compare
  • Open sources EngineCore
  • Adds @StyledView macro for easier ViewStyle adoptions

0.1.13

24 Oct 20:41
Compare
Choose a tag to compare
  • Adds a set of view output APIs, including ViewOutputKey and ViewOutputAlias
  • Adds support to VersionedView/VersionedViewModifier to override the version used for local development
  • Improved MultiViewAdapter usability

0.1.12

06 Oct 04:44
Compare
Choose a tag to compare
  • Version 5 (iOS 17, macOS 14, tvOS 17, watchOS 10)

0.1.11

12 Sep 23:48
Compare
Choose a tag to compare
  • Add support for using Environment and other DynamicProperty's with a ViewStyle
  • Optimized view styling invalidation due to environment changes
  • Support using the same ViewAlias multiple times in the same body

0.1.10

24 Jun 00:04
Compare
Choose a tag to compare
  • Fix BAD_ACCESS crash in EngineCore

0.1.9

06 Jun 09:30
Compare
Choose a tag to compare
  • SwiftUI Version 5 Support for VersionedView and VersionedViewModifier

0.1.8

18 Apr 19:13
Compare
Choose a tag to compare
  • @MainActor additions
  • PreferenceKeyReader