All Versions
70
Latest Version
Avg Release Cycle
92 days
Latest Release
-

Changelog History
Page 1

  • v10.3.0 Changes

    • ๐Ÿ‘ Allow React v18 in package.json.
  • v10.2.0 Changes

    • โž• Add children prop to TypeScript definitions for Waypoint to support React v18.
  • v10.1.0 Changes

    • ๐ŸŽ Classes are now compiled in loose mode, which should improve runtime performance.
    • Babel helpers now import from @babel/runtime instead of being inlined, which reduces bundle size.
  • v10.0.0 Changes

    • ๐Ÿšš [Breaking] Remove Waypoint.getWindow()
    • ๐Ÿ‘Œ Support React 17
  • v9.0.3 Changes

    June 19, 2020
    • ๐Ÿ‘‰ Make waypoints work with overflow: overlay
  • v9.0.2 Changes

    April 16, 2019
    • โœ‚ Remove StrictMode warnings
  • v9.0.1 Changes

    March 02, 2019
    • ๐Ÿ›  Fix export in TypeScript types (#298)
    • โšก๏ธ Update babel 6 -> 7, rollup 0 -> 1 (#301)
  • v9.0.0 Changes

    February 19, 2019
    • [Breaking] Require React 15.3+
    • 0๏ธโƒฃ [Breaking] Make Waypoint a named export instead of default export
    • ๐Ÿ”„ Change constants into named exports for better minification
    • ๐Ÿ›  Fix removing propTypes in production builds
    • Ensure that children is valid only in dev
    • ๐Ÿ›  Fix isForwardRef call
  • v8.1.0 Changes

    February 19, 2019
    • ๐Ÿ‘Œ Improve support for refs (#278)
    • ๐Ÿ“ฆ Don't include .babelrc in published npm package (#270)
  • v8.0.3 Changes

    July 12, 2018
    • โšก๏ธ Defer handleScroll in componentDidUpdate (#265)
    • Extend React.PureComponent instead of React.Component when available (#264)