Releases: danielsaidi/WebViewKit
Releases · danielsaidi/WebViewKit
0.5.0
0.4.1
This version adds support for strict concurrency.
0.4.0
This version adds support for visionOS.
0.3.0
✨ New features
WebView
can now be created with anhtmlString
and aurlString
.
0.2.2
✨ New features
WebView
now supports providing aWKWebViewConfiguration
.
0.2.1
✨ New features
WebView
now supports providing an empty url and no config block.
0.2.0
This version adds a new SafariWebView
.
✨ New features
SafariWebView
is a new iOS view that wraps anSFSafariViewController
and can be used to load a custom url.
0.1.0
This is the first public beta of the library.
✨ New features
WebView
is a new view that wraps anWKWebView
and can be used to load a custom url.