Skip to content

Releases: cybozu/WebUI

2.0.0

15 May 14:09
bf609ef
Compare
Choose a tag to compare

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

Full Changelog: 1.0.1...2.0.0

1.0.1

24 Apr 04:26
dc5aa34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

17 Apr 08:16
Compare
Choose a tag to compare

We released the first version of WebUI. 🎉