Skip to content

v1.9.0

Choose a tag to compare

@garthenweb garthenweb released this 14 Jul 13:31
· 27 commits to master since this release
  • [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.