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

Changelog History
Page 2

  • v8.0.2 Changes

    June 18, 2018
    • ๐Ÿ‘ Allow consolidated-events 2.0.0 (#256)
    • โž• Add message to better understand logged error message in tests (#255)
  • v8.0.1 Changes

    March 05, 2018
    • ๐Ÿ›  Fix default export error in typescript definition file
  • v8.0.0 Changes

    January 09, 2018

    ๐Ÿš€ This major release makes react-waypoint have a smaller footprint in consumer bundles. It's pushed as a major release because of a potentially breaking change in how we expose the es module in package.json.

    Full list of changes:

    • โž• Add es module entry point in package.json
    • Type Waypoint class properties as static
    • Let proptypes be removable in consumers production bundles

    Thanks to @Andarist and @cecchi for all the changes!

  • v7.3.4 Changes

    December 18, 2017
    • ๐Ÿ›  Fix second arg to Typescript component definition
  • v7.3.3 Changes

    December 15, 2017
    • โž• Add second arg to Typescript component definition
  • v7.3.2 Changes

    • ๐Ÿ›  Fix typescript definition
  • v7.3.1 Changes

    • ๐Ÿ‘‰ Make es module opt in (via import Waypoint from 'react-waypoint/es')
  • v7.3.0 Changes

    • ๐Ÿ— Build with rollup.
    • โž• Add an ES module build.
  • v7.2.0 Changes

    • ๐Ÿ‘ Allow React 16 as a peerDependency.
    • โœ‚ Remove scrollableParent prop check error.
  • v7.1.0 Changes

    • โž• Add support for using composite components as child (#208)