nstudio / nativescript-checkbox

NativeScript plugin for checkbox UI component
Other
119 stars 56 forks source link

Update: NativeScript 3.0 Breaking Changes - ui/core/proxy missing #33

Closed dgomezs closed 7 years ago

dgomezs commented 7 years ago

The upcoming release of nativescript has remove the ui/core/proxy module. Will the plugin be compatible with 3.0? any estimates on when that could happen?

Thank you very much in advanced.

x00 commented 7 years ago

+1

x00 commented 7 years ago

you you need a backward compatible solution?

If not its merely a question of changing the import for PropertyMetadata

Cayan commented 7 years ago

+1

x00 commented 7 years ago

ui/core/dependency-observable and ui/core/proxy are depreciated need to use /core/view Property.

Properties are registered a bit differently now it seems.

bradmartin commented 7 years ago

Yep and anyone willing to contribute here is the guide. https://github.com/NativeScript/NativeScript/wiki/Migrating-Plugins-to-NativeScript-3.0 I don't have the time right now to update and test. Sorry

markhatchell commented 7 years ago

Ill take a look at this at the same time I am updating https://github.com/Tunaweza/nativescript-radiobutton Should be this evening.

andreacappadona17 commented 7 years ago

Any news regarding compatibility with Nativescript 3.0?

DimitarTachev commented 7 years ago

I'm working on the NS 3.0 support here: https://github.com/DimitarTachev/nativescript-checkbox. It will be ready in a few days. The android part is already working.

triniwiz commented 7 years ago

Oh my I started this yesterday it's about 98% done just fixing an iOS problem 

Sent from Yahoo Mail for iPhone

On Thursday, May 18, 2017, 4:36 AM, Dimitar Tachev notifications@github.com wrote:

I'm working on the NS 3.0 support here: https://github.com/DimitarTachev/nativescript-checkbox. It will be ready in a few days.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

JorgeHawkins commented 7 years ago

Still not working with 3.0.1

bradmartin commented 7 years ago

You might have some version issues. The demo project works with the latest and I've seen a few apps on slack where ppl are using it recently.

On Fri, Jun 16, 2017, 12:13 AM JorgeHawkins notifications@github.com wrote:

Still not working with 3.0.1

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/bradmartin/nativescript-checkbox/issues/33#issuecomment-308934940, or mute the thread https://github.com/notifications/unsubscribe-auth/AFulhNFcFKjnzu7_1vFqiNVzeah9lq_2ks5sEg8LgaJpZM4NEbmQ .

JorgeHawkins commented 7 years ago

Nevermind, I had to rebuild my project.