Skip to content

Releases: penspinner/react-time-slicer

v2.0.1

30 Jun 01:16
Compare
Choose a tag to compare
  • Fix a TypeScript issue:
JSX element type 'ReactNode' is not a constructor function for JSX elements.

v2.0.0

29 Jun 23:50
Compare
Choose a tag to compare

Breaking Changes

  • Removed initialPlaceholder and shouldRenderImmediatelyOnMount props.

Refactor

  • Refactored internal implementation to React Hooks. Requires React to be on version 16.8.6+.

v1.0.2

28 Jun 03:03
Compare
Choose a tag to compare
  • Remove PropTypes.
  • Add types for TypeScript.

v1.0.0

24 Jul 02:02
Compare
Choose a tag to compare
  • Change prop shouldRenderSynchronouslyOnMount to shouldRenderImmediatelyOnMount.
  • Update README.

v0.0.6

23 Jul 03:31
Compare
Choose a tag to compare

Replace Node with Boolean for shouldRenderSynchronouslyOnMount property in README file.

v0.0.5

23 Jul 03:21
Compare
Choose a tag to compare

Add props shouldRenderSynchronouslyOnMount and initialPlaceholder.

v0.0.4

21 Jul 23:49
Compare
Choose a tag to compare

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

21 Jul 15:18
Compare
Choose a tag to compare

Fix infinite loop with requestIdleCallback.