Skip to content

Releases: Cap-go/capacitor-inappbrowser

8.3.0-alpha.3

20 Mar 14:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

8.3.0-alpha.3 Pre-release
Pre-release

🆕 Changelog

Fixed

  • Fixed HTTP method uppercasing on Android to use locale-independent conversion, preventing potential issues in certain language environments

🔗 Full Changelog: 8.3.0-alpha.2...8.3.0-alpha.3

8.3.0-alpha.2

20 Mar 14:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

8.3.0-alpha.2 Pre-release
Pre-release

🆕 Changelog

Fixed

  • HTTP method in native pass-through now correctly uses uppercase format on Android

🔗 Full Changelog: 8.3.0-alpha.1...8.3.0-alpha.2

8.3.0

17 Mar 11:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Add support for closeModalURLPattern option to conditionally show close confirmation dialog based on URL patterns

🔗 Full Changelog: 8.2.2...8.3.0

8.2.2

16 Mar 07:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Changed

  • Updated dependency versions in lock files (bun.lock, example-app/package-lock.json)

🔗 Full Changelog: 8.2.1...8.2.2

8.2.1

09 Mar 11:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Changed

  • Update dependency @capacitor/camera to v8.0.2
  • Update lock file dependencies

🔗 Full Changelog: 8.2.0...8.2.1

8.3.0-alpha.1

07 Mar 16:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

8.3.0-alpha.1 Pre-release
Pre-release

🆕 Changelog

Added

  • Facebook proxy example demonstrating full CSP header stripping and complex site handling
  • cal.com proxy examples with both pass-through and Firefox user agent modification
  • Network request cancellation for in-flight URLSession tasks on webView stop

Changed

  • Simplified iOS proxy implementation by removing cookie management complexity (WKHTTPCookieStore syncing, ephemeral sessions, and delegate-based networking)
  • Proxy now uses simple URLSession.default completion-handler pattern while maintaining JS bridge functionality for request interception
  • Updated default URL in example app from google.com to www.google.com
  • Replaced Object.assign with spread syntax in example app
  • Replaced deprecated unescape() with decodeURIComponent() in example app

Fixed

  • iOS proxy now properly cancels underlying network requests instead of letting them run in background when webView stops
  • Resolved SonarCloud code quality warnings in example app

🔗 Full Changelog: 8.3.0-alpha.0...8.3.0-alpha.1

8.3.0-alpha.0

04 Mar 05:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

8.3.0-alpha.0 Pre-release
Pre-release

🆕 Changelog

Added

  • Redesigned proxy system with cross-platform support for improved compatibility and functionality

Fixed

  • Resolved code formatting issues to maintain consistent code style across the project

🔗 Full Changelog: 8.2.0...8.3.0-alpha.0

8.2.0

03 Mar 13:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Chrome Custom Tab UI customization options for Android, allowing developers to configure the appearance and behavior of in-app browser tabs

🔗 Full Changelog: 8.1.26...8.2.0

8.1.26

02 Mar 19:00
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Return browser ID from openWebView method on Android to match the expected API behavior

🔗 Full Changelog: 8.1.25...8.1.26

8.1.25

02 Mar 12:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Changed

  • Updated dependency lock files to use latest patch versions of build tooling and development dependencies

🔗 Full Changelog: 8.1.24...8.1.25