Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v7.0.5](https://github.com/capacitor-community/camera-preview/compare/v7.0.4...v7.0.5) (2026-02-17)

### Fixes

- fix: NullPointerException: Attempt to invoke virtual method 'boolean android.widget.FrameLayout.dispatchTouchEvent(android.view.MotionEvent)' on a null object reference ([#414](https://github.com/capacitor-community/camera-preview/pull/414)), ([2793df6](https://github.com/capacitor-community/camera-preview/commit/2793df66eac9b3d3e979c17ae43236550bfb0a5c)), closes [#274](https://github.com/capacitor-community/camera-preview/issues/274)

## [v7.0.4](https://github.com/capacitor-community/camera-preview/compare/v7.0.3...v7.0.4) (2026-01-30)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions example-app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ryltsov.alex.camera.preview.demo"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 700401
versionName "7.0.4"
versionCode 700501
versionName "7.0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
4 changes: 2 additions & 2 deletions example-app/ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 7.0.4;
MARKETING_VERSION = 7.0.5;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -377,7 +377,7 @@
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 7.0.4;
MARKETING_VERSION = 7.0.5;
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions example-app/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- CapacitorCordova
- CapacitorApp (7.1.1):
- Capacitor
- CapacitorCommunityCameraPreview (7.0.4):
- CapacitorCommunityCameraPreview (7.0.5):
- Capacitor
- CapacitorCordova (7.4.5)
- CapacitorHaptics (7.0.3):
Expand Down Expand Up @@ -41,7 +41,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Capacitor: 12914e6f1b7835e161a74ebd19cb361efa37a7dd
CapacitorApp: 63b237168fc869e758481dba283315a85743ee78
CapacitorCommunityCameraPreview: 44c56001c577be07d7c7674c335e1af908112b84
CapacitorCommunityCameraPreview: 9fc4839381eb4cb1da64343d601a8f08818fbdba
CapacitorCordova: 31bbe4466000c6b86d9b7f1181ee286cff0205aa
CapacitorHaptics: ce15be8f287fa2c61c7d2d9e958885b90cf0bebc
CapacitorKeyboard: 5660c760113bfa48962817a785879373cf5339c3
Expand Down
6 changes: 3 additions & 3 deletions example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "7.0.4",
"version": "7.0.5",
"author": "Alex Ryltsov <ryltsov.alex@gmail.com>",
"homepage": "https://github.com/capacitor-community/camera-preview",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor-community/camera-preview",
"version": "7.0.4",
"version": "7.0.5",
"description": "Camera preview",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down