wallet2
wallet2 copied to clipboard
Bump @capacitor/ios from 5.4.0 to 5.7.8
Bumps @capacitor/ios from 5.4.0 to 5.7.8.
Release notes
Sourced from @capacitor/ios
's releases.
5.7.8
5.7.8 (2024-08-07)
Bug Fixes
- cli: enable cleartext for live reload (#7563) (#7587) (bb23779)
- http: pass original url as query param on the proxy url (#7527) (#7604) (1c830ad)
5.7.7
5.7.7 (2024-07-17)
Bug Fixes
- android: Allow WebView to load blob urls (#7551) (#7565) (15c659f)
- android: send FormData on older devices (#7519) (#7557) (8e15a3e)
- android: UTF-8 encode form data value (#7531) (6aaffbc)
- http: handle UInt8Array on body (#7546) (#7558) (39bbc02)
5.7.6
5.7.6 (2024-06-11)
Bug Fixes
- http: don't override readyState for non POST requests (#7510) (a56f9b9)
- ios: check if urlSchemeTask is stopped before calling its methods (#7483) (7bf365c)
5.7.5
5.7.5 (2024-04-15)
Bug Fixes
- cli: Removing extra dash in android apk name flavor parsing (#7383) (aed075f)
- http: Add URLSearchParams support (#7376) (080be74)
- http: prevent POST request from being proxied (#7402) (6a96ce7)
- vue 3 log warning causes error on iOS (#7364) (bc39b6b)
5.7.4
5.7.4 (2024-03-20)
Bug Fixes
- http: change proxy url generation (30a32f4)
5.7.3
5.7.3 (2024-03-15)
... (truncated)
Changelog
Sourced from @capacitor/ios
's changelog.
5.7.8 (2024-08-07)
Bug Fixes
- cli: enable cleartext for live reload (#7563) (#7587) (bb23779)
- http: pass original url as query param on the proxy url (#7527) (#7604) (1c830ad)
5.7.7 (2024-07-17)
Bug Fixes
- android: Allow WebView to load blob urls (#7551) (#7565) (15c659f)
- android: send FormData on older devices (#7519) (#7557) (8e15a3e)
- android: UTF-8 encode form data value (#7531) (6aaffbc)
- http: handle UInt8Array on body (#7546) (#7558) (39bbc02)
5.7.6 (2024-06-11)
Bug Fixes
- http: don't override readyState for non POST requests (#7510) (a56f9b9)
- ios: check if urlSchemeTask is stopped before calling its methods (#7483) (7bf365c)
5.7.5 (2024-04-15)
Bug Fixes
- cli: Removing extra dash in android apk name flavor parsing (#7383) (aed075f)
- http: Add URLSearchParams support (#7376) (080be74)
- http: prevent POST request from being proxied (#7402) (6a96ce7)
- vue 3 log warning causes error on iOS (#7364) (bc39b6b)
5.7.4 (2024-03-20)
Bug Fixes
- http: change proxy url generation (30a32f4)
5.7.3 (2024-03-15)
Bug Fixes
- cli: apkName for multi-dimensional flavors (#7347) (771d678)
- http: keep original URL properties on proxy (#7338) (9ef8b1d)
- http: Make proxy work with Request objects (#7348) (#7351) (0139aa8)
- http: set port for proxy url (#7346) (5bd33c4)
- ios: overwrite CORS headers on livereload (#7349) (1aad9c6)
5.7.2 (2024-03-06)
... (truncated)
Commits
591d300
Release 5.7.81c830ad
fix(http): pass original url as query param on the proxy url (#7527) (#7604)bb23779
fix(cli): enable cleartext for live reload (#7563) (#7587)47eafa9
Release 5.7.715c659f
fix(android): Allow WebView to load blob urls (#7551) (#7565)39bbc02
fix(http): handle UInt8Array on body (#7546) (#7558)8e15a3e
fix(android): send FormData on older devices (#7519) (#7557)6aaffbc
fix(android): UTF-8 encode form data value (#7531)7cdb7c7
Release 5.7.6a56f9b9
fix(http): don't override readyState for non POST requests (#7510)- Additional commits viewable in compare view
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)