@capacitor/browser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@1.0.1...@capacitor/browser@1.0.2) (2021-06-23) | ||
### Bug Fixes | ||
* **browser:** browserFinished does not fire when closing popovers ([#483](https://github.com/ionic-team/capacitor-plugins/issues/483)) ([fb8dbb8](https://github.com/ionic-team/capacitor-plugins/commit/fb8dbb8dc69d67e2aab72ea3cd5389dc91f9bace)) | ||
## [1.0.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@1.0.0...@capacitor/browser@1.0.1) (2021-06-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/browser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.", | ||
@@ -49,3 +49,3 @@ "main": "dist/plugin.cjs.js", | ||
"@capacitor/core": "^3.0.0", | ||
"@capacitor/docgen": "0.0.16", | ||
"@capacitor/docgen": "0.0.17", | ||
"@capacitor/ios": "^3.0.0", | ||
@@ -82,3 +82,3 @@ "@ionic/eslint-config": "^0.3.0", | ||
}, | ||
"gitHead": "4307cd7af743bd3ae1942d892982542b0ccd8599" | ||
"gitHead": "8b20a24ada3d3f96944aaa7023c4409c2bdb12c5" | ||
} |
Sorry, the diff of this file is not supported yet
48213