shubhamjain / svg-loader

Plug 'n Play external SVG loader
MIT License
196 stars 20 forks source link

Shubham/release 1.6.0 #16

Closed shubhamjain closed 2 years ago

shubhamjain commented 2 years ago

There are two major changes in this release:

a) It fallbacks to localStorage is indexedDB is unavailable. That should solve some of the edge cases we have. b) Caching time has been increased to 30 days vs 24 hours. Icons don't really change a lot, so high caching time makes sense. I have also added a method, SVGLoader.destroyCache() to delete all cached files.