0.3.0
Pre-release
Pre-release
Milestone:
- Add frame layout support for OpenSwiftUI
- Add macOS render support
import OpenSwiftUI
struct ContentView: View {
var body: some View {
Color.red
.frame(width: 200, height: 200)
}
}


What's Changed
- Add OptionalView implementation by @Kyle-Ye in #284
- Update Private API for CoreAnimation by @Kyle-Ye in #286
- Add AsyncImage implementation by @Kyle-Ye in #285
- Update StaticIf implementation by @Kyle-Ye in #287
- Update Time implementation by @Kyle-Ye in #288
- Update ViewAlias by @Kyle-Ye in #289
- Add OPENSWIFTUI_BUILD_FOR_DARWIN_PLATFORM support by @Kyle-Ye in #290
- Add PlacementContext implementation by @Kyle-Ye in #292
- Optimize code format by @Kyle-Ye in #293
- Update SafeAreaInsets API by @Kyle-Ye in #294
- Update Transaction implementation by @Kyle-Ye in #295
- Update RootGeometry by @Kyle-Ye in #296
- Update documentation for ProposedSize by @Kyle-Ye in #297
- Update ViewGeometry documentation by @Kyle-Ye in #298
- Add initial rendering support for NSHostingView by @Mx-Iris in #291
- Add UnaryLayout and LayoutProxy by @Kyle-Ye in #299
- Add LLM prompt file by @Kyle-Ye in #303
- Update ViewInputs API by @Kyle-Ye in #302
- Add ArchivedViewInput by @Kyle-Ye in #304
- Update AlignmentGuide by @Kyle-Ye in #305
- Add Direction by @Kyle-Ye in #306
- Add _AlignmentLayout by @Kyle-Ye in #307
- Update Layout API by @Kyle-Ye in #308
- Update Animatable API and implementation by @Kyle-Ye in #309
- Update CachedEnvironment by @Kyle-Ye in #310
- Update UnaryLayout by @Kyle-Ye in #311
- Add View.frame support by @Kyle-Ye in #312
- Fix CachedEnvironment attribute cache issue by @Kyle-Ye in #313
- Add UI test target by @Kyle-Ye in #314
- Add FlexFrameLayout support by @Kyle-Ye in #315
- Update HostingView and add UI test workflow by @Kyle-Ye in #316
- Update README by @Kyle-Ye in #317
- Add AvailabilityMacro support by @Kyle-Ye in #318
- Add NamedColor support by @Kyle-Ye in #319
- Add NSColor colorProvider support by @Kyle-Ye in #320
- Add PlatformHostingControllerHelper to add NSHostingController test support by @Kyle-Ye in #321
- Fix SPI documentation issue by @Kyle-Ye in #322
Full Changelog: 0.2.0...0.3.0