Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump flutter_inappwebview from 5.7.2+3 to 6.0.0 #110

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps flutter_inappwebview from 5.7.2+3 to 6.0.0.

Release notes

Sourced from flutter_inappwebview's releases.

v6.0.0

  • Updated minimum platform interface and implementation versions
  • Merged "Added == operator and hashCode to WebUri" #1941 (thanks to daisukeueta)

v6.0.0-rc.3

  • Updated minimum platform interface and implementation versions
  • Fix typos and other code improvements (thanks to michalsrutek)
  • Fixed "runtime issue of SecTrustCopyExceptions 'This method should not be called on the main thread as it may lead to UI unresponsiveness.' when using onReceivedServerTrustAuthRequest" #1924
  • Merged "💥 Fix iPad crash due to missing sourceView" #1933 (thanks to michalsrutek)
  • Merged "💥 Fix crash - remove force unwrapping from dispose method" #1932 (thanks to michalsrutek)

v6.0.0-rc.2

  • Updated minimum platform interface and implementation versions
  • Added CustomPathHandler class to be able to implement Android custom path handlers for WebViewAssetLoader

v6.0.0-rc.1

  • Updated minimum platform interface and implementation versions
  • Added InAppBrowser.onMainWindowWillClose event
  • Added WindowType.WINDOW for InAppBrowserSettings.windowType
  • Fixed "Cloudflare Turnstile failure" #1738
  • Fixed InAppWebViewController.callAsyncJavaScript Android-issue when the last line of the functionBody parameter includes a code comment

BREAKING CHANGES

  • Default value of InAppBrowserSettings.windowType is WindowType.WINDOW

v6.0.0-beta.32

  • Updated minimum platform interface and implementation versions
  • Added InAppWebViewSettings.interceptOnlyAsyncAjaxRequests #1905
  • Added InAppWebViewController.clearFormData Android-specific method
  • Added InAppWebViewController.clearAllCache static method
  • Added CookieManager.removeSessionCookies Android-specific method
  • Deprecated InAppWebViewController.clearCache and InAppWebViewSettings.clearCache. Use InAppWebViewController.clearAllCache static method instead
  • Deprecated InAppWebViewSettings.clearSessionCache. Use CookieManager.removeSessionCookies method instead
  • Updated useShouldInterceptAjaxRequest automatic infer logic
  • Updated CookieManager methods return value
  • Fixed "iOS crash at public func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage)" #1912
  • Fixed "iOS Fatal Crash" #1894
  • Fixed "getFavicons: _TypeError: type '_Map'" #1897
  • Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'
  • Fixed shouldInterceptAjaxRequest javascript code when overriding XMLHttpRequest.open method parameters
  • Fixed "onClosed not considering back navigation or up button / close button in ChromeSafariBrowser when using noHistory: true" #1882
  • Merged "Fixed error in InterceptAjaxRequestJS 'Failed to set responseType property'" #1904 (thanks to EArminjon)

BREAKING CHANGE

  • Due to Flutter platform channels async nature, using useShouldInterceptAjaxRequest: true would break sync ajax requests, so that the XMLHttpRequest.send() will not wait for the response. To fix this issue, the default value of InAppWebViewSettings.interceptOnlyAsyncAjaxRequests is true. To intercept also sync ajax requests, this value should be false.

v6.0.0-beta.31

  • Updated minimum platform interface and implementation versions

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flutter_inappwebview](https://github.com/pichillilorenzo/flutter_inappwebview) from 5.7.2+3 to 6.0.0.
- [Release notes](https://github.com/pichillilorenzo/flutter_inappwebview/releases)
- [Commits](pichillilorenzo/flutter_inappwebview@v5.7.2...v6.0.0)

---
updated-dependencies:
- dependency-name: flutter_inappwebview
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants