8000 Release 2.0.0 · cybozu/WebUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2.0.0

Compare
Choose a tag to compare
@Kyome22 Kyome22 released this 15 May 14:09
· 69F2 175 commits to main since this release
bf609ef

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

0