Skip to content

Latest commit

 

History

History
208 lines (92 loc) · 6.93 KB

CHANGELOG.md

File metadata and controls

208 lines (92 loc) · 6.93 KB

3.0.12 (2021-05-11)

Bug Fixes

  • renovate: Force default branch to be main (74fa774)

3.0.11 (2020-08-14)

Bug Fixes

  • security: Fix security issue with serialize-javascript (8c3265e)

3.0.10 (2020-05-04)

Bug Fixes

  • fix import path of intersection-observer dependency in sentinel (#124) (659afa8)

3.0.9 (2020-03-26)

Bug Fixes

  • intersection-observer: upgrade to latest version and adapt (1a5fa7c)

3.0.8 (2019-12-01)

Bug Fixes

3.0.7 (2019-11-23)

Bug Fixes

  • publish: Do not publish tests (ef19403)

3.0.6 (2019-11-23)

Bug Fixes

  • spire: change tooling and build system to spire (36bdcd7)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.5 (2019-05-16)

3.0.4 (2019-04-25)

Bug Fixes

  • reobserve: using externalUnobserver to operate on the right target (f6d9dc2)

3.0.3 (2019-04-23)

3.0.2 (2018-06-18)

3.0.1 (2018-05-28)

3.0.0 (2018-05-15)

Features

  • prop_api_update: introducing API for 2.0.0 (276ca7b)
  • React16.4: Migrated codebase to stop using legacy lifecycles (ab7fc85)

BREAKING CHANGES

  • prop_api_update: * Replace currentLength with more descriptive itemCount prop
  • New render prop renderItem to completement children as render prop
  • New prop items as a unique identifier/symbol to provide an easier integration of reusable lists
  • TypeScript Module definitions

2.0.0 (2018-05-09)

Features

  • prop_api_update: introducing API for 2.0.0

BREAKING CHANGES

  • prop_api_update: * Replace currentLength with more descriptive itemCount prop
  • New render prop renderItem to completement children as render prop
  • New prop items as a unique identifier/symbol to provide an easier integration of reusable lists
  • TypeScript Module definitions

1.0.2 (2018-04-12)

1.0.1 (2018-02-26)

1.0.0 (2017-11-24)

Features

  • React16: support for React 16 (12ba423)
  • setRootNode: save call to getComputedStyle if root node is unchanged (80659dd)

BREAKING CHANGES

  • React16: tag replaced by a tag.
  • React16: deprecation warning will not longer appear for itemsLength prop.

0.4.1 (2017-10-11)

  • Update @researchgate/react-intersection-observer dependency to the latest version

0.4.0 (2017-10-10)

Features

  • currentLength: replace itemsLength with more explicit currentLength prop name (de19504)

0.3.2 (2017-09-23)

Bug Fixes

  • dependencies: Remove rimraf from dependencies (b78adde)

0.3.1 (2017-09-20)

0.3.0 (2017-09-14)

Features

  • core_dep_update: update react-intersection-observer to latest version (201c2d1)

0.1.1 (2017-09-12)

Bug Fixes

  • sentinel: ensure sentinel re-observes after items render (e6d0fa5)

0.1.0 (2017-09-11)

Features

  • awaitMore: improved API with awaitMore (6c58e95)
  • hasMore: prop that allows to bypass the length-size check (f67ab3d)