Skip to content

Releases: signavio/react-stick

v4.1.0

14 Oct 13:38
1502a58
Compare
Choose a tag to compare

4.1.0 (2020-10-14)

Features

v4.0.1

07 May 14:11
1bb581c
Compare
Choose a tag to compare

4.0.1 (2020-05-07)

Bug Fixes

  • correctly adjust left scroll position in nested scroll container (#64) (1bb581c)

v4.0.0

07 May 13:14
a939554
Compare
Choose a tag to compare

4.0.0 (2020-05-07)

chore

BREAKING CHANGES

  • requires an upgrade to latest versions of substyle-jss/substyle-glamor if these are used

v3.0.6

20 Apr 07:08
67e9065
Compare
Choose a tag to compare

3.0.6 (2020-04-20)

Bug Fixes

  • position property of portal node cannot be changed (#45) (67e9065)

v3.0.5

15 Apr 16:38
be566a6
Compare
Choose a tag to compare

3.0.5 (2020-04-15)

Bug Fixes

  • do not remove host node when mounted node changes (#30) (be566a6)

v3.0.4

14 Apr 10:39
fdbb517
Compare
Choose a tag to compare

3.0.4 (2020-04-14)

Bug Fixes

  • make sure DOM handlers work properly (fdbb517)

v3.0.3

01 Apr 16:01
50fe2d0
Compare
Choose a tag to compare

3.0.3 (2020-04-01)

Bug Fixes

  • correctly position stick in fixed environments (#28) (50fe2d0)

v3.0.2

24 Mar 08:48
53bbac9
Compare
Choose a tag to compare

3.0.2 (2020-03-24)

Bug Fixes

v3.0.1

24 Mar 08:37
77d4115
Compare
Choose a tag to compare

3.0.1 (2020-03-24)

Bug Fixes

v3.0.0

23 Mar 17:47
232705a
Compare
Choose a tag to compare

3.0.0 (2020-03-23)

Features

  • refactor to use hooks and not findDOMNode (#21) (7d9f365)

BREAKING CHANGES

  • internal rewrite to hooks