matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 68 forks source link

Upgrade to latest version #6

Closed mhadaily closed 1 year ago

mhadaily commented 7 years ago

Hi, do you have any plan to upgrade and keep the library always up to date? and do you need probably help?

thank you

matheusdavidson commented 7 years ago

Hi, i will maintain this lib. I am currently rewriting to make it easier for updates, so i will update to latest version. Pull requests are welcome.

mhadaily commented 7 years ago

Perfect, do you have an estimation of the newer version? and what do you need that I can help probably?

matheusdavidson commented 7 years ago

which version are you saying? angular? cropperjs? im asking because the lib is not that old, it should be near the lastest versions already.

mhadaily commented 7 years ago

croppsJs actually,

matheusdavidson commented 7 years ago

You can help by implementing any new features you would like to use that is not yet possible, then send you pr.

mhadaily commented 7 years ago

awesome, I'll do that then thank you

matheusdavidson commented 7 years ago

i think cropperjs is already the latest version.

mhadaily commented 7 years ago

I think js is up to date but css within your package is not.

matheusdavidson commented 7 years ago

i`m using in my projects, look:

  "_from": "cropperjs@^1.0.0",
  "_id": "cropperjs@1.1.3"

1.1.3 is the latest isn't it?

mhadaily commented 7 years ago

yes, it's the latest version as of now.

matheusdavidson commented 7 years ago

its true, i`m getting css indirectly. This could be a good think to help. Separate the lib css from cropperjs css so we can load it directly from cropperjs lib.