Skip to content

Commit 911063d

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.0...v2.5.0) (2025-09-16) ### Bug Fixes * **ios:** prevent alert view dismiss from triggering onBrowserClosed event ([#83](#83)) ([101a1d2](101a1d2)) * **ios:** use version instead of branch for SPM ([#80](#80)) ([2765458](2765458)) ### Features * add OSInAppBrowserLib-iOS dependency ([5ada205](5ada205)) * example app with spm ([d3bd8f2](d3bd8f2))
1 parent 101a1d2 commit 911063d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.5.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.4.0...v2.5.0) (2025-09-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** prevent alert view dismiss from triggering onBrowserClosed event ([#83](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/83)) ([101a1d2](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/101a1d26f2f6ee140f3e5744c38ba2fb7456c6b5))
7+
* **ios:** use version instead of branch for SPM ([#80](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/80)) ([2765458](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2765458e572efdbc46d46538c1e0fe4f33359984))
8+
9+
10+
### Features
11+
12+
* add OSInAppBrowserLib-iOS dependency ([5ada205](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/5ada2053a0d3c7e72d35bb1b77070017528970db))
13+
* example app with spm ([d3bd8f2](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d3bd8f2d6d00ab14cdc29e457b77e11bded2e5f8))
14+
115
# [2.4.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.3.1...v2.4.0) (2025-09-08)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)