Skip to content

fix(ios): bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery - #50

Merged
andredestro merged 1 commit into
mainfrom
fix/choose-from-gallery-presentation-style
Apr 28, 2026
Merged

fix(ios): bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery#50
andredestro merged 1 commit into
mainfrom
fix/choose-from-gallery-presentation-style

Conversation

@andredestro

Copy link
Copy Markdown
Contributor

Summary

Bumps IONCameraLib to 1.0.4 to pick up a bug fix in chooseFromGallery.

Changes

Fix: presentationStyle option not applied in chooseFromGallery

The presentationStyle parameter was being ignored when opening the gallery
picker, always defaulting to full screen regardless of the value passed.

Fixed upstream in ion-ios-camera 1.0.4.

@OS-pedrogustavobilro OS-pedrogustavobilro self-assigned this Apr 28, 2026
@OS-pedrogustavobilro OS-pedrogustavobilro changed the title fix: bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery fix(ios): bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery Apr 28, 2026
@andredestro
andredestro merged commit 8c50403 into main Apr 28, 2026
8 checks passed
@andredestro
andredestro deleted the fix/choose-from-gallery-presentation-style branch April 28, 2026 09:47
capacitor-bot pushed a commit that referenced this pull request Apr 28, 2026
# [8.2.0](v8.1.0...v8.2.0) (2026-04-28)

### Bug Fixes

* bump ioncamera-android to 1.0.1 to resolve duplicate webPath on Android gallery multi-select ([#49](#49)) ([1bb0cd4](1bb0cd4))
* bump IONCameraLib to 1.0.3 to resolve iOS 15 SwiftUI core crash ([#46](#46)) ([8fb9688](8fb9688))
* bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery ([#50](#50)) ([8c50403](8c50403))

### Features

* add CameraErrorCode enum for type-safe error handling ([#45](#45)) ([11abcbe](11abcbe))
andredestro added a commit that referenced this pull request Sep 1, 2026
…Pods (#79)

Package.swift declared `from: "2.0.0"`, which SwiftPM reads as
`>=2.0.0 <3.0.0`, while CapacitorCamera.podspec declares `~> 2.0.0`,
i.e. `>=2.0.0 <2.1.0`. SwiftPM consumers therefore picked up new
IONCameraLib minors automatically and CocoaPods consumers did not.

Switching to `.upToNextMinor(from: "2.0.0")` makes both package managers
resolve the same range. Patch releases of the library still flow through
without a plugin release; minors now require an explicit bump here, which
is how this plugin has tracked the library so far (#46, #50, #66, #77).

Verified with `npm run verify:ios` (xcodebuild clean build, generic iOS):
BUILD SUCCEEDED, 0 warnings, `swift package resolve` pins
ion-ios-camera 2.0.0.
capacitor-bot pushed a commit that referenced this pull request Sep 1, 2026
## [8.2.4](v8.2.3...v8.2.4) (2026-09-01)

### Bug Fixes

* **ios:** align ion-ios-camera version range across SwiftPM and CocoaPods ([#79](#79)) ([89e7b58](89e7b58)), closes [#46](#46) [#50](#50) [#66](#66) [#77](#77)
* **ios:** bump ion-ios-camera to 2.0.0 ([#77](#77)) ([9e227e8](9e227e8))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants