Skip to content

Releases: hiroki0525/react-dom-lazyload-component

v3.0.0

25 May 12:40
Compare
Choose a tag to compare

3.0.0 (2022-05-25)

Performance Improvements

BREAKING CHANGES

  • LazyLoad internally use startTransition. It is necessary to install React v18.

v2.3.0

22 May 03:32
Compare
Choose a tag to compare

2.3.0 (2022-05-22)

Features

  • add autoCalculateHeight (891589b)

v2.2.0

10 May 07:20
Compare
Choose a tag to compare

2.2.0 (2022-05-10)

Features

v2.1.0

05 May 09:50
Compare
Choose a tag to compare

2.1.0 (2022-05-05)

Features

  • automatically enable React.Suspense (92ee132)

v2.0.0

04 May 09:51
Compare
Choose a tag to compare

2.0.0 (2022-05-04)

BREAKING CHANGES

  • render prop has been removed because of feature release like #25 .
    Please use InvisibleComponent and children props instead of render .

v1.0.1

20 Apr 00:50
Compare
Choose a tag to compare

1.0.1 (2022-04-20)

Bug Fixes

v1.0.0

17 Apr 04:11
a277046
Compare
Choose a tag to compare

1.0.0 (2022-04-17)

Features