Skip to content

Releases: hudovisk/react-optimize

v2.4.1

26 Apr 19:40
01921bd
Compare
Choose a tag to compare

2.4.1 (2022-04-26)

Bug Fixes

  • state leak when component is unmounted (0a1e06a)

v2.4.0

02 Nov 19:38
539b670
Compare
Choose a tag to compare

2.4.0 (2020-11-02)

Features

  • include type declaration file into package (539b670), closes #217

v2.3.0

13 Oct 19:33
Compare
Choose a tag to compare

2.3.0 (2020-10-13)

Features

v2.2.2

29 Mar 11:16
Compare
Choose a tag to compare

2.2.2 (2020-03-29)

Bug Fixes

  • memory leak with updateVariantTimeout (4272125)

v2.2.1

16 Feb 11:34
Compare
Choose a tag to compare

2.2.1 (2020-02-16)

Bug Fixes

  • umd module output on node env (fff88ec), closes #26

v2.2.0

09 Dec 03:41
Compare
Choose a tag to compare

2.2.0 (2019-12-09)

Features

  • add typescript declarations (7d73547)
  • update loading logic and fix ssr (2cd2f3f)

v2.1.0

09 Dec 02:32
Compare
Choose a tag to compare

2.1.0 (2019-12-09)

Features

v2.0.0

17 Apr 05:13
Compare
Choose a tag to compare

2.0.0 (2019-04-17)

Performance Improvements

  • change to React.createContext (4161a68)

BREAKING CHANGES

  • remove support to older react versions.
    React.createContext is available only to react 16.3 or later

Release

17 Apr 01:25
Compare
Choose a tag to compare
v1.0.2

fix: context api