React Virtual Container Versions Save

Optimise your React apps by only rendering components when in proximity to the viewport.

v0.3.1

5 years ago

Patches

  • Updates react-waypoint dependency.: de36b9c39cc9275a8f74bbbdf3db7385dde8c0cf

v0.3.0

5 years ago

Breaking Changes

  • Default behaviour changed so that virtual components will no longer be replaced by their placeholders when moving out of proximity with the viewport. You can re-enable this behaviour via the inAndOut prop which replaces the inOnly prop.: 8f9c24ad011693ee6fb7d891ebd2107e95e597aa

Minor Changes

  • Makes placeholder optional.: d3755dc8b7838b20d5299f77d855831585e83b48

Patches

  • Adds default for onChange.: fcdefd26a8ac4ab0fe49d4702ab93649cfe9077b

v0.2.1

5 years ago

Patches

  • Fixes issue that cause re-mounting of the render prop.: 06aedd8edced397ceedaad6405fbb0830c81a9aa

v0.2.0

5 years ago

Minor Changes

  • Adds an optional onChange callback prop.: 10b1cf6d9eb7ba98c35a3efb7ee8e5a4557d0325

v0.1.1

5 years ago

Patches

  • Fixes bug with waypoints. We are good to go now.: 35c368a869a95398a3d1a4987b4280e0de74bc83

v0.1.0

5 years ago

Initial release