Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): make capacitor/cordova config properties type optional #17056

Conversation

yusufkandemir
Copy link
Member

What kind of change does this PR introduce?

  • Bugfix

Does this PR introduce a breaking change?

  • No

The PR fulfills these requirements:

  • It's submitted to the dev branch (or v[X] branch)

Other information:

Co-authored-by: Paolo Caleffi <p.caleffi@dreamonkey.com>
Copy link

Build Results

JSON API

📜 No changes detected.

Types

📜 Changes detected:

diff --git a/./current-build/types/config.d.ts b/./pr-build/types/config.d.ts
index a828f10..c29792e 100644
--- a/./current-build/types/config.d.ts
+++ b/./pr-build/types/config.d.ts
@@ -1,7 +1,7 @@
 interface NativeMobileWrapperConfiguration {
-  iosStatusBarPadding: boolean;
-  backButton: boolean;
-  backButtonExit: boolean | "*" | string[];
+  iosStatusBarPadding?: boolean;
+  backButton?: boolean;
+  backButtonExit?: boolean | "*" | string[];
 }
 
 export interface QuasarUIConfiguration {

@rstoenescu rstoenescu merged commit 9aa98a8 into quasarframework:dev Mar 31, 2024
1 check passed
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.

None yet

2 participants