Skip to content

Releases: kaoDev/react-lazy-svg

v3.0.0

05 Aug 20:15
Compare
Choose a tag to compare

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

15 Apr 13:44
Compare
Choose a tag to compare
  • fix memory leak for server side rendering
  • fix problems on installation due to postinstall hook

fix: esm bundle size

26 Mar 17:48
Compare
Choose a tag to compare
  • fix: improve compiler settings for esm module
    don't include tslib helpers for language features available when es modules are supported

v2.0.0

08 Mar 13:34
c5e595d
Compare
Choose a tag to compare
  • 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

01 Jul 16:03
Compare
Choose a tag to compare
v1.1.1

fix: only use IE11 compatible APIs

Optimize sprite sheet creation

30 Jun 16:47
Compare
Choose a tag to compare
  • enable sprite sheet creation independently from rendered app