Releases: penspinner/react-time-slicer
Releases · penspinner/react-time-slicer
v2.0.1
v2.0.0
Breaking Changes
- Removed
initialPlaceholder
andshouldRenderImmediatelyOnMount
props.
Refactor
- Refactored internal implementation to React Hooks. Requires React to be on version 16.8.6+.
v1.0.2
- Remove PropTypes.
- Add types for TypeScript.
v1.0.0
- Change prop
shouldRenderSynchronouslyOnMount
toshouldRenderImmediatelyOnMount
. - Update README.
v0.0.6
Replace Node
with Boolean
for shouldRenderSynchronouslyOnMount
property in README file.
v0.0.5
Add props shouldRenderSynchronouslyOnMount
and initialPlaceholder
.
v0.0.4
In the case where requestIdleCallback
is not available in the browser, fall back to using a throttler to update children every 30 milliseconds.
v0.0.3
Fix infinite loop with requestIdleCallback.