Releases: Cap-go/capacitor-inappbrowser
Releases · Cap-go/capacitor-inappbrowser
8.3.0-alpha.3
Immutable
release. Only release title and notes can be modified.
🆕 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
Immutable
release. Only release title and notes can be modified.
🆕 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
8.2.2
🆕 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
🆕 Changelog
Changed
- Update dependency
@capacitor/camerato v8.0.2 - Update lock file dependencies
🔗 Full Changelog: 8.2.0...8.2.1
8.3.0-alpha.1
Immutable
release. Only release title and notes can be modified.
🆕 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.comtowww.google.com - Replaced
Object.assignwith spread syntax in example app - Replaced deprecated
unescape()withdecodeURIComponent()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
Immutable
release. Only release title and notes can be modified.
🆕 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
🆕 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
🆕 Changelog
Fixed
- Return browser ID from
openWebViewmethod on Android to match the expected API behavior
🔗 Full Changelog: 8.1.25...8.1.26
8.1.25
🆕 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