All Versions
70
Latest Version
Avg Release Cycle
92 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v7.0.4 Changes
- ⚡️ Update consolidated-events from 1.0.1 to 1.1.0.
-
v7.0.3 Changes
- 🛠 Fix bug in onNextTick.
-
v7.0.2 Changes
- 🛠 Fix bug if waypoint updates before being initialized.
-
v7.0.1 Changes
- 👌 Improve startup time by consolidating
setTimeout
s and deferring work until the initial timeout happens.
- 👌 Improve startup time by consolidating
-
v7.0.0 Changes
- 🚚 Move
prop-types
to a regular dependency - Assume
window
as scrollable ancestor when<body>
hasoverflow: auto|scroll
- Restrict lower bound of React to v0.14.9
- 🚚 Move
-
v6.0.0 Changes
- ➕ Add
prop-types
as a peer dependency to remove deprecation warnings when running on React 15.5
- ➕ Add
-
v5.3.1 Changes
- ✂ Remove the
prop-types
peer dependency. This was an accidental breaking change that will instead be released as 6.0.0.
- ✂ Remove the
-
v5.3.0 Changes
- ✂ Remove deprecation warnings when running on React 15.5
- ➕ Add React 14 to Travis test suite.
-
v5.2.1 Changes
- [Fix] Avoid unnecessary clearTimeout when unmounting.
-
v5.2.0 Changes
- [New] scrollableAncestor prop can now accept "window" as a string. This should help with server rendering.
- 🏗 Debug code is now minified out in production build.