Skip to content

Releases: cybozu/WebUI

2.3.0

22 Oct 01:45
9579095
Compare
Choose a tag to compare

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

25 Sep 05:49
0b60108
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.1...2.2.0

2.1.1

30 Jul 00:26
3a61507
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

05 Jul 06:13
4708709
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

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. 🎉