Releases: kaoDev/react-lazy-svg
Releases · kaoDev/react-lazy-svg
v3.0.0
fix: prevent initialization on client to duplicate symbols
BREAKING:
Support for internet explorer is dropped, could still be compatible but
it is not tested
v2.0.2
- fix memory leak for server side rendering
- fix problems on installation due to postinstall hook
fix: esm bundle size
- fix: improve compiler settings for esm module
don't include tslib helpers for language features available when es modules are supported
v2.0.0
- fix: #9 make sure react-dom/server is not imported in client bundle
BREAKING: createSpriteSheetString and renderSpriteSheetToString have to be imported from "react-lazy-svg/dist/ssr"
Fix IE11 hydration issues
v1.1.1
fix: only use IE11 compatible APIs
Optimize sprite sheet creation
- enable sprite sheet creation independently from rendered app