Releases: cybozu/WebUI
Releases · cybozu/WebUI
3.0.3
【Deprecated】 3.0.2
What's Changed
Full Changelog: 3.0.1...3.0.2
3.0.1
3.0.0
Breaking Change
- Migrated to Xcode 16 & Swift 6.
What's Changed
- Add support for VisionOS by @vincent861223 in #28
- Remove unnecessary import and comments by @Kyome22 in #30
- Optimized preprocessors by @Kyome22 in #31
- Use swift-tools-version 5.10 by @Kyome22 in #32
- Migrate to Xcode 16 by @Kyome22 in #37
New Contributors
- @vincent861223 made their first contribution in #28
Full Changelog: 2.3.0...3.0.0
2.3.0
What's Changed
- Add loadHTMLString() method to WebViewProxy. by @Kyome22 in #25
- Add document root by @elmetal in #26
- Added a modifier allowsScrollViewBounces() by @Kyome22 in #24
- Replaced url with request in the WebViewReader documentation. by @Kyome22 in #29
- Improve USAGE to make it more useful by @elmetal in #27
New Contributors
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Support Xcode16-RC by @simorgh3196 in #22
New Contributors
- @simorgh3196 made their first contribution in #22
Full Changelog: 2.1.1...2.2.0
2.1.1
2.1.0
What's Changed
- Improved README by @Kyome22 in #7
- Fix unsafe concurrency property by @noppefoxwolf in #8
- Replaced enableUpcomingFeature to enableExperimentalFeature of StrictConcurrency by @Kyome22 in #10
- Delete the empty Privacy Manifest by @Kyome22 in #11
- Fixed to prevent a Strict Concurrency warning by @ichiho-ojima in #13
- Fix Usage in README by @Kyome22 in #14
- Add a clearAll method by @ichiho-ojima in #15
New Contributors
- @noppefoxwolf made their first contribution in #8
Full Changelog: 2.0.0...2.1.0
2.0.0
Breaking Changes
- The interface of
WebView
's initializer has been changed.- WebView.init(url: URL? = nil, configuration: WKWebViewConfiguration = .init()) + WebView.init(request: URLRequest? = nil, configuration: WKWebViewConfiguration = .init())
- Also, the interface of
WebViewProxy
's load method has been changed.- WebViewProxy.load(url: URL) + WebViewProxy.load(request: URLRequest)
What's Changed
- Fix infinite loop caused by URL loading by @Kyome22 in #1
- Fix WebViewTests related to loadInitialURL by @Kyome22 in #6
- Fix infinite loop due to
objectWillChange
firing by @ichiho-ojima in #4 - Add a load method that takes URLRequest as an argument to WebViewProxy. by @Kyome22 in #5
New Contributors
- @Kyome22 made their first contribution in #1
- @ichiho-ojima made their first contribution in #4
Full Changelog: 1.0.1...2.0.0