1.3.5 (2020-11-04)
- observer: fix of reobserve doesn't add observer to map (3ce4536), closes #153 /github.com/researchgate/react-intersection-observer/pull/153/files#diff-44cb04e2627c3ab84281b41d14880e5e822437f19144e8c14a6c95f7f7fa14bbL72 #153
1.3.4 (2020-08-17)
- release: Correctly release esm version as ES5 (5934c64)
1.3.3 (2020-08-14)
- security: Fix security issue with serialize-javascript (9898611)
1.3.2 (2020-08-04)
1.3.1 (2020-08-03)
1.3.0 (2020-07-30)
1.2.0 (2020-06-04)
- TypeScript: the source is now fully typed using TS (bacf08d)
1.1.3 (2020-04-09)
- boundary: DOM missing throws; no error boundary (a96c319)
1.1.2 (2020-03-26)
1.1.1 (2020-03-24)
- forwardRef: fix error boundary not forwarding the ref (568cd57)
1.1.0 (2020-03-24)
- errorReporting: error reporting happens now in error boundary (11f5e9f)
1.0.5 (2019-12-01)
1.0.4 (2019-11-23)
- publish: Do not publish tests (0030cf0)
1.0.3 (2019-11-23)
- typings: children props should be ReactNode (#72) (43aa3a2), closes /github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts#L1218-L1222
1.0.2 (2019-11-23)
1.0.1 (2019-05-31)
- spire: change tooling and build system to spire (fff9c52)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2019-04-23)
-
null-children: Drop support for React < 16.3.2
-
chore(release): 1.0.0-beta.0
-
chore(errorReporter): added configurable error reporter
-
chore(release): 1.0.0-beta.1
-
chore(readme): update docs about errorReporting
1.0.0 (2019-04-18)
1.0.0-beta.0 (2018-12-13)
- null-children: Support for null children and null DOM node (04de77e)
-
null-children: Drop support for React < 16.3.2
0.7.4 (2018-10-23)
- ref: Handle ref objects in children prop. (609e1a5)
0.7.3 (2018-06-07)
- perf+size: Performance and code size improvements (78d5e1d)
0.7.2 (2018-05-31)
0.7.1 (2018-05-28)
- reobserve: Prevent unnecessary reobserve() calls when re-rendering (b0c3b3b)
0.7.0 (2018-05-15)
- React16.4: Migrated codebase to stop using legacy lifecycles (d43f5ef)
0.6.1 (2018-04-12)
- refUpdates: Adds defensive check to 'unobserve' method (8b141e4)
0.6.0 (2018-01-22)
- TypeScript: TS module defintions (720254f)
0.5.0 (2017-11-23)
- React-16: add support for React 16 (d447fb5)
0.4.0 (2017-10-11)
- Storybook: add polyfill and babel-polyfill to support IE/Edge (17ffe55)
0.3.1 (2017-09-20)
- dependencies: add invariant to dependencies, remove rimraf (92b3c87)
0.3.0 (2017-09-14)
- root: better compatibility with server-side rendering (2cfa082)