chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

#181 - Fix background-image url regexp #182

Closed vitaliy-bobrov closed 7 years ago

vitaliy-bobrov commented 7 years ago

Related to issue #181

almothafar commented 7 years ago

@chrisben I want to ask when you plan to release the new version with the latest fixes?

chrisben commented 7 years ago

I'll do it over the week end!

almothafar commented 7 years ago

@chrisben good news, thanks

chrisben commented 7 years ago

1.1.0 is out!

almothafar commented 7 years ago

Hi @chrisben , thank you, but still can't install it with npm until now, it sees only version 1.0.0.

chrisben commented 7 years ago

I'm not the owner of that npm registry, @chaddjohnson will have to update it. In the meantime you can use the registry "@chrisben/imgcache.js"

chaddjohnson commented 7 years ago

Hi @almothafar, please try now. I published 1.1.0 to NPM.

If that doesn't work, try referencing version 1.1.1. I had to bump to 1.1.1 because NPM was being dumb and thought 1.1.0 was already published to NPM (it wasn't).

If you notice any problems, let me know.

almothafar commented 7 years ago

Hello @chaddjohnson thank you, I was able to install version 1.1.1, it is worked.