-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Upgrade to capacitor 5 #2476
base: master
Are you sure you want to change the base?
Upgrade to capacitor 5 #2476
Conversation
"capacitor-sound-effect": "https://github.com/veloce/capacitor-sound-effect", | ||
"capacitor-stockfish": "https://github.com/vovagorodok/capacitor-stockfish", | ||
"capacitor-stockfish-variants": "https://github.com/vovagorodok/capacitor-stockfish-variants", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This capacitors are upgraded and wait for release:
capacitor-sound-effect
already upgraded and wait for release: Can you publish a version that supports capicitor 5? veloce/capacitor-sound-effect#15capacitor-stockfish
already upgraded and wait for release: Migrate Capacitor to 5 veloce/capacitor-stockfish#11capacitor-stockfish-variants
wait for merge upgrade and release: Migrate Capacitor to 5 veloce/capacitor-stockfish-variants#1
@@ -100,7 +100,7 @@ function createStylesheetRule( | |||
styleEl.type = 'text/css' | |||
document.head.appendChild(styleEl) | |||
} | |||
const cleanData = data.replace(/\n/g, '') // FIXME should be fixed in capacitor | |||
const cleanData = data // FIXME should be fixed in capacitor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about this
@veloce all upgrades to capacitor 5 are ready and only wait for release. App works fine. Should we upgrade or leave it on the fork? |
@vovagorodok awesome work, but I think we will not merge it as the app is being rewritten in Flutter. Feel free to leave this in the fork. |
Understand, better to concentrate fores on new app. I will leave this in the fork ) |
In order to release
blichess
on Google Play, upgrade tocapacitor 5
is needed.I know that
lichobile
is unmaintained now, but was decided to ask.Should we:
lichobile
and merge this PR (without release on Google Play)?blichess
fork?Any decision OK for me