Version 1.8
- Add PlatformViewWrapper and PlatformViewControllerWrapper, generic wrappers for a platform view or view controller to be embedded in a SwiftUI view
- Add PlatformViewControllerRepresentable
⚠️ Breaking Change
PlatformViewControllerRepresentable used to be just a type alias to UIViewControllerRepresentable and NSViewControllerRepresentable, but it is now a standalone protocol. Use PlatformViewControllerRepresentableType to refer to UIViewControllerRepresentable and NSViewControllerRepresentable directly if needed.