Skip to content

Releases: garthenweb/react-stickup

v1.12.0

13 Dec 21:18
Compare
Choose a tag to compare
  • [db11d7f, ee0526c] don't call setState on unmounted components #29
  • [7210254] update placeholder height and width if inner component changes it size. Hint: This fix requires ResizeObserver to be available. For older browsers like Internet Explorer 11 you would need to install a polyfill by hand. Otherwise, this fix will not have any effect. #28
  • [c726928] add official support for node 14
  • Updates to dependencies, including an update to react-viewport-utils v1.12.1

v1.11.0

28 Oct 11:39
Compare
Choose a tag to compare
  • [bc0478b] fix a performance regression we see especially on tablets where the sticky browser element triggers a resize.

v1.10.0

20 Oct 16:32
Compare
Choose a tag to compare
  • [4622657] reduce layout trashing on mount and resize
  • [11586a6] update dev dependencies

v1.9.1

08 Sep 19:51
Compare
Choose a tag to compare
  • [62f10eb] fix bug with initialize update when StickyScrollUp is diabled at mount
  • [6542d3b] update dev dependencies

v1.9.0

14 Jul 13:31
Compare
Choose a tag to compare
  • [a0efa9c] add experimental support for native use of position: sticky if applicable. To enable, set the experimentalNative flag on a Sticky element. If you see any issues, please create a ticket! Please note that this property might be removed in the future or can change at any point so be careful.
  • [163f827] update dependencies for some bugfixes.
  • [61ffcdb] reduce unneeded checks when rerendering to improve performance.
  • [3569f4e] replace shalloweqal dependency for smaller bundle and better performance.
  • [d85736b] increase the will-change padding to give the browser more time to accelerate upcomming changes.
  • [285ebb4] fixes a bug when the Sticky component is smaller then its container.
  • [7334859] fixes a bug when the Sticky element is in overflowScroll: flow mode and scrolled up and down in the beginning of the container.

v1.8.0

10 Jun 17:04
Compare
Choose a tag to compare
  • [8247798] expose the appliedOverflowScroll value for render props in Sticky. In case the viewport is bigger than the content of the sticky element overflowScroll with a value flow will apply the same algorithm as the value end. This render property allows adjusting the content based on the chosen algorithm.

v1.7.2

18 Feb 21:47
Compare
Choose a tag to compare

v1.7.1

09 Dec 20:51
Compare
Choose a tag to compare
  • [7bde285, d633ff1] fix Sticky component with overflowScroll="flow" for android

v1.7.0

09 Dec 18:00
Compare
Choose a tag to compare
  • [749d76d] calculate start position by default for StickyScrollUp component by default. This deprecates defaultOffsetTop. For migration, just remove it from all StickyScrollUp components (please not that the defaultOffsetTop of the Sticky component is not affected by this changes).
  • [4de790e] update documentation for better overview
  • [20df328] add basic test setup including automatic testing with travis

v1.6.0

02 Dec 21:15
Compare
Choose a tag to compare
  • [daef174] introduce overflowScroll property for Sticky component for better accessibility for components that higher bigger than the viewport
  • [9b77050] remoive recompose as a dependencies for a smaller dependency tree