tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

Capacitor 6 support #45

Open alex-fib opened 3 months ago

alex-fib commented 3 months ago

Add support for capacitor 6

tchvu3 commented 2 months ago

In the coming days I will. I'll also address each issue that was opened

Eraldo commented 2 months ago

In the coming days I will. I'll also address each issue that was opened

FYI: I already tried using the v5 version of this plugin together with Capacitor v6 and things seem to still work. Wanted to let you know as I think that's a good sign and might help reassure some people that this might come soon.

As I already upgraded to capacitor v6 and I had to add --force in all of my workflows feels very hacky. 😅 So, I am thankful that you are doing this soon, so I can remove the workaround. 🙏

alex-fib commented 2 months ago

@tchvu3 Any update?

Eraldo commented 1 month ago

In the coming days I will. I'll also address each issue that was opened

I'm already using it with Capacitor v6 for quite a while. I still have to force install which is "meh". @tchvu3 Please release the upgrade. ;)

Eraldo commented 1 month ago

@tchvu3 I'm getting a bit worried. Are you ok? 🥺

niconaso commented 1 month ago

@tchvu3 I created this PR that adds support for Capacitor 6. @Eraldo can you test it?

Eraldo commented 1 month ago

@tchvu3 I created this PR that adds support for Capacitor 6. @Eraldo can you test it?

"capacitor-voice-recorder": "github:tchvu3/capacitor-voice-recorder#pull/47/head",

=> Works nicely for me. :) (Did some manual frontend record testing as well.) 👍

Thank you @niconaso 🙏

SergeiPleshkov commented 2 weeks ago

@tchvu3 how is it going?

midomario commented 2 weeks ago

Hi, any suggested alternative package for V6 ?

SergeiPleshkov commented 2 weeks ago

For now I just use npm i --force, no bugs found (tested on iOS devices). Just waiting this issue to be resolved to remove --force from ci/cd pipelines.

qmarcos commented 1 week ago

@tchvu3 any updates on this?

As @Eraldo anticipated, updating to Capacitor 6 is mandatory for projects in order to support API 34 with Android 14, with the deadline on August 31st.

I hope you can review the @niconaso PR to release a Capacitor 6 compatible version soon.

Thanks in advance!

P.D. It's easy to find this, but here is the link to the capacitor plugin migration guide from 5 to 6 https://capacitorjs.com/docs/updating/plugins/6-0

Snargol commented 1 day ago

@tchvu3 any updates on this? 😇