Releases: OpenSwiftUIProject/OpenSwiftUI
Release list
0.19.1
Highlights
- Fix iOS binary package usage introduced in 0.19.0
What's Changed
Full Changelog: 0.19.0...0.19.1
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.19.1")See INTEGRATION.md for more details.
0.19.0
Highlights
- Add attributed string and text scale support, plus LocalizedStringResource Text support
- Add tap gesture APIs, GestureState, and complete gesture view modifier support
- Add stdout renderer and switch binary release to use Compute
- Fix NSHostingView/UIHostingView async rendering and environment resolution issues
- Add Xcode 27 SDK support and update toolchains for Xcode 26.3/Swift 6.2.4
What's Changed
- Add OpenSwiftUI attributed string and text scale support by @Kyle-Ye in #892
- Add LocalizedStringResource Text support by @Kyle-Ye in #894
- Add stdout renderer support by @Kyle-Ye in #893
- Add Text custom attribute support by @Kyle-Ye in #895
- Fix HostingExample storyboard settings for mac destinations by @Kyle-Ye in #897
- Fix NSHostingView async rendering cycle on macOS by @Mx-Iris in #898
- Fix App renderer configuration default visibility by @Kyle-Ye in #900
- Update toolchains for Xcode 26.3 and Swift 6.2.4 by @Kyle-Ye in #899
- Add Xcode 27 SDK support by @Kyle-Ye in #902
- Update snapshot testing dependency for Testing integration by @Kyle-Ye in #901
- Update Gesture system infra by @Kyle-Ye in #903
- Fix async renderer inherited view update crash by @Kyle-Ye in #904
- Add LazyState by @Kyle-Ye in #906
- Complete gesture view modifier support by @Kyle-Ye in #905
- Add GestureState support by @Kyle-Ye in #907
- Add tap gesture APIs and examples by @Kyle-Ye in #908
- Add underscored API documentation comments by @Kyle-Ye in #909
- Update geometry and shape style by @Kyle-Ye in #910
- Fix Compute 0.2.1 crash and add CI for compute by @Kyle-Ye in #911
- Update sensory feedback impact payload handling by @Kyle-Ye in #913
- Add archived view factory support by @Kyle-Ye in #914
- Fix UIKit trait collection change handling by @Kyle-Ye in #916
- Add GeometryActionModifier APIs by @Kyle-Ye in #915
- Fix UIHostingView environment resolution by @Kyle-Ye in #920
- Switch binary release to use Compute by @Kyle-Ye in #921
- Fix Example setup on macOS system Bash by @Kyle-Ye in #928
- Run Compute in the UI test workflow by @Kyle-Ye in #929
- [NFC] Fix RBPath warning by @Kyle-Ye in #930
Full Changelog: 0.18.3...0.19.0
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.19.0")See INTEGRATION.md for more details.
0.18.3
Highlights
- Add Text localization support
- Add environment-configurable formatter support for Text
- Add TintShapeStyle and accent color API support
- Add time data source format style support
What's Changed
- Add environment-configurable formatter support by @Kyle-Ye in #884
- Add Text localization support by @Kyle-Ye in #885
- Add TintShapeStyle API support by @Kyle-Ye in #886
- Add accent color API support by @Kyle-Ye in #887
- Add time data source format style support by @Kyle-Ye in #889
- Add Text formatter storage support by @Kyle-Ye in #891
Full Changelog: 0.18.2...0.18.3
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.18.3")See INTEGRATION.md for more details.
0.18.2
Highlights
- Add geometry change invalidation support
- Add blur filter rendering support
- Fix rotate effect merging for OpenSwiftUI renderer
- Fix View Renderer requirement implementation
What's Changed
- Fix OpenSwiftUI View Renderer requirement impl by @Kyle-Ye in #875
- Run UI tests with both renderers by @Kyle-Ye in #877
- Fix rotate effect merging for OpenSwiftUI renderer by @Kyle-Ye in #879
- Add geometry change invalidation support by @Kyle-Ye in #881
- Add blur filter rendering support by @Kyle-Ye in #882
- Fix Example Debug compilation conditions by @Kyle-Ye in #883
Full Changelog: 0.18.1...0.18.2
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.18.2")See INTEGRATION.md for more details.
0.18.1
Highlights
- Add OSUI renderer support for Image
- Fix privacy redaction screen capture handling
What's Changed
- Add OSUI renderer support for Image by @Kyle-Ye in #873
- Fix privacy redaction screen capture handling by @Kyle-Ye in #874
Full Changelog: 0.18.0...0.18.1
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.18.1")See INTEGRATION.md for more details.
0.18.0
Highlights
- Add initial OpenSwiftUI render support
- Add DisplayList async platform updates and missing DisplayList API
- Add safe NSValue geometry wrappers
- Add configurable LookInside server support
- Fix incorrect static count being returned
What's Changed
- Use Tuist manifest environment by @Kyle-Ye in #857
- Add initial OpenSwiftUI render support by @Kyle-Ye in #858
- Add DisplayList async platform updates by @Kyle-Ye in #861
- Fix an incorrect static count being returned by @jcmosc in #859
- Add safe NSValue geometry wrappers by @Kyle-Ye in #862
- Run UI tests on demand by @Kyle-Ye in #863
- [Feature] Add missing DisplayList API by @Kyle-Ye in #864
- Publish UI test checks for comment triggers by @Kyle-Ye in #866
- Use commit statuses for UI test comments by @Kyle-Ye in #867
- Add Tuist support for Example project by @Kyle-Ye in #865
- Add configurable LookInside server support by @Kyle-Ye in #868
- Update MovableLock SPI implementation by @Kyle-Ye in #870
- Enable OSUI ViewRenderer by default by @Kyle-Ye in #872
Full Changelog: 0.17.3...0.18.0
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.18.0")See INTEGRATION.md for more details.
0.17.3
What's Changed
- Replace setup-xcode with DEVELOPER_DIR-based fork by @Kyle-Ye in #847
- Add ViewRenderer and ViewCache API support by @Kyle-Ye in #848
- Add animation codable support and display list effects by @Kyle-Ye in #849
- Limit CI workflows to self-hosted runners by @Kyle-Ye in #851
- Remove repo-local dual test skill by @Kyle-Ye in #853
- Fix update scheduling seed checks by @Kyle-Ye in #852
- Use dedicated logging for interpose and development warnings by @Kyle-Ye in #855
- Add Tuist-based single XCFramework build by @Kyle-Ye in #856
Full Changelog: 0.17.2...0.17.3
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.17.3")See INTEGRATION.md for more details.
0.17.2
Highlights
- Add automated release notes generation for releases
- Add auto-sync workflow for binary repo
What's Changed
- Add auto-sync for binary repo and update integration docs by @Kyle-Ye in #845
- Add automated release notes generation by @Kyle-Ye in #846
Full Changelog: 0.17.1...0.17.2
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.17.2")See INTEGRATION.md for more details.
0.17.1
Highlights
- Add code signing support for XCFrameworks
What's Changed
Full Changelog: 0.17.0...0.17.1
Binary Integration
.package(url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI-spm.git", from: "0.17.1")See INTEGRATION.md for more details.
0.17.0
Highlights
- Add Xcode Preview support1
- Add initial Text support2
- Add OpenSwiftUI xcframework release support3
- Add OpenSwiftUI framework logo
What's Changed
- Add NamedColor support for macOS by @Kyle-Ye in #819
- Update to use ORB instead of RB by @Kyle-Ye in #820
- [NFC] Use RB for properties and function and ORB for type by @Kyle-Ye in #821
- Add UIImage/NSImage ImageProvider implementation by @Kyle-Ye in #822
- [Bug Fix] Fix UIImage to Image environment override issue by @Kyle-Ye in #823
- Add AccessibilityCore.UserSettings support by @Kyle-Ye in #824
- Update missing init for VectorImageLayer by @Kyle-Ye in #825
- [NFC] Optimize source filenames to match the original ID by @Kyle-Ye in #826
- [Bug Fix] Fix Linux build failure for SystemColorDefinition by @Kyle-Ye in #827
- Improve snapshot UITest artifact collection by @Kyle-Ye in #828
- [CI] Preserve xcresult bundle structure in CI artifacts by @Kyle-Ye in #830
- [Feature] Add Xcode Preview support for OpenSwiftUI by @Kyle-Ye in #829
- Add CAHostingLayer and CAHostingLayerEvent implementation by @Kyle-Ye in #831
- Add SwiftUI_SPI module and CAHostingLayerExample and UI tests by @Kyle-Ye in #832
- Update PlatformDrawable by @Kyle-Ye in #834
- [Docs] Add Preview support documentation by @Kyle-Ye in #833
- [Bug Fix] Fix CGDrawingView calling setNeedsDisplay on wrong target by @Kyle-Ye in #837
- Move interpose hooks to OpenSwiftUI_SPI with improved diagnostics by @Kyle-Ye in #839
- Add XCFramework build script and publish release workflow by @Kyle-Ye in #838
- [NFC] Optimize get_revision.sh by @Kyle-Ye in #840
- Add init Text render support by @Kyle-Ye in #841
- Add OpenSwiftUI framework logo by @Kyle-Ye in #842
- Optimize build-xcframework pipeline by @Kyle-Ye in #843
Full Changelog: 0.16.0...0.17.0
Binary Integration
You can try with the following Swift Package config. We'll release a OpenSwiftUI-binary package later for more easier integration.
.binaryTarget(
name: "OpenSwiftUI",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenSwiftUI.xcframework.zip",
checksum: "7809b0b3426e081c82b4142cc825a910be2622ebef28019e0840d3b38ee87f56"
),
.binaryTarget(
name: "OpenSwiftUICore",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenSwiftUICore.xcframework.zip",
checksum: "03907a9e829f1979bc18f96d2e9296aa8fe6e391d12af21ff88b709756f235c5"
),
.binaryTarget(
name: "OpenAttributeGraphShims",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenAttributeGraphShims.xcframework.zip",
checksum: "36b69edfd797ab6529b0accec844f23baeab70c3eb1cd07ca0e1b9dcaed2a837"
),
.binaryTarget(
name: "OpenCoreGraphicsShims",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenCoreGraphicsShims.xcframework.zip",
checksum: "0cf8249e5b794ff3976f631c5abe43e9493bf65c0984ca7f1d0b6a636c867e9b"
),
.binaryTarget(
name: "OpenObservation",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenObservation.xcframework.zip",
checksum: "52d3bb665e9f78ea541a95f41bd8c09867d48b186fc3d4bf9cca027991258555"
),
.binaryTarget(
name: "OpenQuartzCoreShims",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenQuartzCoreShims.xcframework.zip",
checksum: "a3a76c440d47ec1c4db62566e8a44c2c15e0862cdda8f6317187c43d693c5317"
),
.binaryTarget(
name: "OpenRenderBoxShims",
url: "https://github.com/OpenSwiftUIProject/OpenSwiftUI/releases/download/0.17.0/OpenRenderBoxShims.xcframework.zip",
checksum: "bc5bda5c419780a7325b5e92b3fc5937ae6e618547832578d2eae23aec16553d"
),