BBVAEngineering / ember-network-state

Check and react on network state of your progressive web app
MIT License
21 stars 4 forks source link

DEPRECATION: https://deprecations.emberjs.com/v3.x/#toc_computed-property-volatile #118

Closed rogeraraujo90 closed 3 years ago

rogeraraujo90 commented 3 years ago

There is a deprecation in network service.

The remainingproperty is using Computed Property Volatility that is deprecated and will be removed on Ember 4

There is someone working to convert this service to use Native Class? It can be a simple getter. Can I open a PR?

adrigzr commented 3 years ago

Hi @rogeraraujo90,

Thanks for the warning, I will try to update the addon to latest version and remove deprecations.

rogeraraujo90 commented 3 years ago

Good!

adrigzr commented 3 years ago

:tada: This issue has been resolved in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: