You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As AngularJS support has officially ended as of January 2022 and there are moderated CVEs https://security.snyk.io/package/npm/angular/1.8.3 it would make sense to replace it with another implementation.
In my mind the best would be to have a JS native one to be agnostic of JS libraries. For sure it require a complete rewrite of translation.js file but it seems possible.
What do you think about this?
The text was updated successfully, but these errors were encountered:
@bartmcleod The issue is you will still have hard dependency on a JS heavy library (that you will have to adapt to support latests releases) for a component that requires few JS needs.
I will try to work and create a pull request with pure JS implementation.
As AngularJS support has officially ended as of January 2022 and there are moderated CVEs https://security.snyk.io/package/npm/angular/1.8.3 it would make sense to replace it with another implementation.
In my mind the best would be to have a JS native one to be agnostic of JS libraries. For sure it require a complete rewrite of translation.js file but it seems possible.
What do you think about this?
The text was updated successfully, but these errors were encountered: