-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.3.1](v1.3.0...v1.3.1) (2020-08-03) ### Bug Fixes * module and types file links in package.json ([#151](#151)) ([53bd882](53bd882))
- Loading branch information
1 parent
5192de3
commit 21be63e
Showing
2 changed files
with
90 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,234 +1,239 @@ | ||
# [1.3.0](https://github.com/researchgate/react-intersection-observer/compare/v1.2.0...v1.3.0) (2020-07-30) | ||
## [1.3.1](https://github.com/researchgate/react-intersection-observer/compare/v1.3.0...v1.3.1) (2020-08-03) | ||
|
||
### Bug Fixes | ||
|
||
- module and types file links in package.json | ||
([#151](https://github.com/researchgate/react-intersection-observer/issues/151)) | ||
([53bd882](https://github.com/researchgate/react-intersection-observer/commit/53bd88228af782b1bea7f5b6f355446e890f363f)) | ||
|
||
# [1.3.0](https://github.com/researchgate/react-intersection-observer/compare/v1.2.0...v1.3.0) (2020-07-30) | ||
|
||
### Features | ||
|
||
* **hooks:** Hooks ([#131](https://github.com/researchgate/react-intersection-observer/issues/131)) ([ecdff74](https://github.com/researchgate/react-intersection-observer/commit/ecdff74633f078c5345808546552bf793e9f234c)) | ||
- **hooks:** Hooks | ||
([#131](https://github.com/researchgate/react-intersection-observer/issues/131)) | ||
([ecdff74](https://github.com/researchgate/react-intersection-observer/commit/ecdff74633f078c5345808546552bf793e9f234c)) | ||
|
||
# [1.2.0](https://github.com/researchgate/react-intersection-observer/compare/v1.1.3...v1.2.0) (2020-06-04) | ||
|
||
|
||
### Features | ||
|
||
* **TypeScript:** the source is now fully typed using TS ([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c)) | ||
- **TypeScript:** the source is now fully typed using TS | ||
([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c)) | ||
|
||
## [1.1.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **boundary:** DOM missing throws; no error boundary ([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c)) | ||
- **boundary:** DOM missing throws; no error boundary | ||
([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c)) | ||
|
||
## [1.1.2](https://github.com/researchgate/react-intersection-observer/compare/v1.1.1...v1.1.2) (2020-03-26) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **errorBoundary:** fallback to children to propagate different errors ([#105](https://github.com/researchgate/react-intersection-observer/issues/105)) ([78eb990](https://github.com/researchgate/react-intersection-observer/commit/78eb990b7add3172420cf9fc020a2a4a8ccd1cbb)) | ||
- **errorBoundary:** fallback to children to propagate different errors | ||
([#105](https://github.com/researchgate/react-intersection-observer/issues/105)) | ||
([78eb990](https://github.com/researchgate/react-intersection-observer/commit/78eb990b7add3172420cf9fc020a2a4a8ccd1cbb)) | ||
|
||
## [1.1.1](https://github.com/researchgate/react-intersection-observer/compare/v1.1.0...v1.1.1) (2020-03-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **forwardRef:** fix error boundary not forwarding the ref ([568cd57](https://github.com/researchgate/react-intersection-observer/commit/568cd579c9003597eecc7b501bfc9fa9205633f7)) | ||
- **forwardRef:** fix error boundary not forwarding the ref | ||
([568cd57](https://github.com/researchgate/react-intersection-observer/commit/568cd579c9003597eecc7b501bfc9fa9205633f7)) | ||
|
||
# [1.1.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.5...v1.1.0) (2020-03-24) | ||
|
||
|
||
### Features | ||
|
||
* **errorReporting:** error reporting happens now in error boundary ([11f5e9f](https://github.com/researchgate/react-intersection-observer/commit/11f5e9f10b300d210996b9b8f2bf51d90664e298)) | ||
- **errorReporting:** error reporting happens now in error boundary | ||
([11f5e9f](https://github.com/researchgate/react-intersection-observer/commit/11f5e9f10b300d210996b9b8f2bf51d90664e298)) | ||
|
||
## [1.0.5](https://github.com/researchgate/react-intersection-observer/compare/v1.0.4...v1.0.5) (2019-12-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** lock file maintenance ([#79](https://github.com/researchgate/react-intersection-observer/issues/79)) ([5d9256f](https://github.com/researchgate/react-intersection-observer/commit/5d9256f137085db7e06f2eb1f98404c53b00032d)) | ||
- **deps:** lock file maintenance | ||
([#79](https://github.com/researchgate/react-intersection-observer/issues/79)) | ||
([5d9256f](https://github.com/researchgate/react-intersection-observer/commit/5d9256f137085db7e06f2eb1f98404c53b00032d)) | ||
|
||
## [1.0.4](https://github.com/researchgate/react-intersection-observer/compare/v1.0.3...v1.0.4) (2019-11-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **publish:** Do not publish tests ([0030cf0](https://github.com/researchgate/react-intersection-observer/commit/0030cf0415f9c3b8b816651290363876c6229bb9)) | ||
- **publish:** Do not publish tests | ||
([0030cf0](https://github.com/researchgate/react-intersection-observer/commit/0030cf0415f9c3b8b816651290363876c6229bb9)) | ||
|
||
## [1.0.3](https://github.com/researchgate/react-intersection-observer/compare/v1.0.2...v1.0.3) (2019-11-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **typings:** children props should be ReactNode ([#72](https://github.com/researchgate/react-intersection-observer/issues/72)) ([43aa3a2](https://github.com/researchgate/react-intersection-observer/commit/43aa3a2c4042dcbbff027728c237af6fc96e5e53)), closes [/github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts#L1218-L1222](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts/issues/L1218-L1222) | ||
- **typings:** children props should be ReactNode | ||
([#72](https://github.com/researchgate/react-intersection-observer/issues/72)) | ||
([43aa3a2](https://github.com/researchgate/react-intersection-observer/commit/43aa3a2c4042dcbbff027728c237af6fc96e5e53)), | ||
closes | ||
[/github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts#L1218-L1222](https://github.com//github.com/DefinitelyTyped/DefinitelyTyped/blob/41fe335d209b4cd46dedafd1a91849d7fec6880d/types/react/index.d.ts/issues/L1218-L1222) | ||
|
||
## [1.0.2](https://github.com/researchgate/react-intersection-observer/compare/v1.0.1...v1.0.2) (2019-11-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** lock file maintenance ([#75](https://github.com/researchgate/react-intersection-observer/issues/75)) ([a509889](https://github.com/researchgate/react-intersection-observer/commit/a50988904ac75bd11bc6b0525cf845bb7abb3f98)) | ||
- **deps:** lock file maintenance | ||
([#75](https://github.com/researchgate/react-intersection-observer/issues/75)) | ||
([a509889](https://github.com/researchgate/react-intersection-observer/commit/a50988904ac75bd11bc6b0525cf845bb7abb3f98)) | ||
|
||
## [1.0.1](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0...v1.0.1) (2019-05-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **spire:** change tooling and build system to spire ([fff9c52](https://github.com/researchgate/react-intersection-observer/commit/fff9c52)) | ||
- **spire:** change tooling and build system to spire | ||
([fff9c52](https://github.com/researchgate/react-intersection-observer/commit/fff9c52)) | ||
|
||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
All notable changes to this project will be documented in this file. See | ||
[standard-version](https://github.com/conventional-changelog/standard-version) | ||
for commit guidelines. | ||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0) (2019-04-23) | ||
|
||
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0) (2019-04-23) | ||
|
||
### Features | ||
|
||
* **null-children:** Support for null children and null DOM node ([#52](https://github.com/researchgate/react-intersection-observer/issues/52)) ([da021c7](https://github.com/researchgate/react-intersection-observer/commit/da021c7)) | ||
|
||
- **null-children:** Support for null children and null DOM node | ||
([#52](https://github.com/researchgate/react-intersection-observer/issues/52)) | ||
([da021c7](https://github.com/researchgate/react-intersection-observer/commit/da021c7)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* **null-children:** Drop support for React < 16.3.2 | ||
- **null-children:** Drop support for React < 16.3.2 | ||
|
||
* chore(release): 1.0.0-beta.0 | ||
- 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 | ||
- chore(errorReporter): added configurable error reporter | ||
|
||
- chore(release): 1.0.0-beta.1 | ||
|
||
- chore(readme): update docs about errorReporting | ||
|
||
<a name="1.0.0"></a> | ||
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0-beta.0...v1.0.0) (2019-04-18) | ||
|
||
|
||
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0-beta.0...v1.0.0) (2019-04-18) | ||
|
||
<a name="1.0.0-beta.0"></a> | ||
# [1.0.0-beta.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0-beta.0) (2018-12-13) | ||
|
||
# [1.0.0-beta.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0-beta.0) (2018-12-13) | ||
|
||
### Features | ||
|
||
* **null-children:** Support for null children and null DOM node ([04de77e](https://github.com/researchgate/react-intersection-observer/commit/04de77e)) | ||
|
||
- **null-children:** Support for null children and null DOM node | ||
([04de77e](https://github.com/researchgate/react-intersection-observer/commit/04de77e)) | ||
|
||
### BREAKING CHANGES | ||
|
||
* **null-children:** Drop support for React < 16.3.2 | ||
- **null-children:** Drop support for React < 16.3.2 | ||
|
||
- | ||
|
||
|
||
|
||
<a name="0.7.4"></a> | ||
## [0.7.4](https://github.com/researchgate/react-intersection-observer/compare/v0.7.3...v0.7.4) (2018-10-23) | ||
|
||
## [0.7.4](https://github.com/researchgate/react-intersection-observer/compare/v0.7.3...v0.7.4) (2018-10-23) | ||
|
||
### Bug Fixes | ||
|
||
* **ref:** Handle ref objects in children prop. ([609e1a5](https://github.com/researchgate/react-intersection-observer/commit/609e1a5)) | ||
|
||
|
||
- **ref:** Handle ref objects in children prop. | ||
([609e1a5](https://github.com/researchgate/react-intersection-observer/commit/609e1a5)) | ||
|
||
<a name="0.7.3"></a> | ||
## [0.7.3](https://github.com/researchgate/react-intersection-observer/compare/v0.7.2...v0.7.3) (2018-06-07) | ||
|
||
## [0.7.3](https://github.com/researchgate/react-intersection-observer/compare/v0.7.2...v0.7.3) (2018-06-07) | ||
|
||
### Bug Fixes | ||
|
||
* **perf+size:** Performance and code size improvements ([78d5e1d](https://github.com/researchgate/react-intersection-observer/commit/78d5e1d)) | ||
|
||
|
||
- **perf+size:** Performance and code size improvements | ||
([78d5e1d](https://github.com/researchgate/react-intersection-observer/commit/78d5e1d)) | ||
|
||
<a name="0.7.2"></a> | ||
## [0.7.2](https://github.com/researchgate/react-intersection-observer/compare/v0.7.1...v0.7.2) (2018-05-31) | ||
|
||
|
||
## [0.7.2](https://github.com/researchgate/react-intersection-observer/compare/v0.7.1...v0.7.2) (2018-05-31) | ||
|
||
<a name="0.7.1"></a> | ||
## [0.7.1](https://github.com/researchgate/react-intersection-observer/compare/v0.7.0...v0.7.1) (2018-05-28) | ||
|
||
## [0.7.1](https://github.com/researchgate/react-intersection-observer/compare/v0.7.0...v0.7.1) (2018-05-28) | ||
|
||
### Bug Fixes | ||
|
||
* **reobserve:** Prevent unnecessary reobserve() calls when re-rendering ([b0c3b3b](https://github.com/researchgate/react-intersection-observer/commit/b0c3b3b)) | ||
|
||
|
||
- **reobserve:** Prevent unnecessary reobserve() calls when re-rendering | ||
([b0c3b3b](https://github.com/researchgate/react-intersection-observer/commit/b0c3b3b)) | ||
|
||
<a name="0.7.0"></a> | ||
# [0.7.0](https://github.com/researchgate/react-intersection-observer/compare/v0.6.1...v0.7.0) (2018-05-15) | ||
|
||
# [0.7.0](https://github.com/researchgate/react-intersection-observer/compare/v0.6.1...v0.7.0) (2018-05-15) | ||
|
||
### Features | ||
|
||
* **React16.4:** Migrated codebase to stop using legacy lifecycles ([d43f5ef](https://github.com/researchgate/react-intersection-observer/commit/d43f5ef)) | ||
|
||
|
||
- **React16.4:** Migrated codebase to stop using legacy lifecycles | ||
([d43f5ef](https://github.com/researchgate/react-intersection-observer/commit/d43f5ef)) | ||
|
||
<a name="0.6.1"></a> | ||
## [0.6.1](https://github.com/researchgate/react-intersection-observer/compare/v0.6.0...v0.6.1) (2018-04-12) | ||
|
||
## [0.6.1](https://github.com/researchgate/react-intersection-observer/compare/v0.6.0...v0.6.1) (2018-04-12) | ||
|
||
### Bug Fixes | ||
|
||
* **refUpdates:** Adds defensive check to 'unobserve' method ([8b141e4](https://github.com/researchgate/react-intersection-observer/commit/8b141e4)) | ||
|
||
|
||
- **refUpdates:** Adds defensive check to 'unobserve' method | ||
([8b141e4](https://github.com/researchgate/react-intersection-observer/commit/8b141e4)) | ||
|
||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/researchgate/react-intersection-observer/compare/v0.5.0...v0.6.0) (2018-01-22) | ||
|
||
# [0.6.0](https://github.com/researchgate/react-intersection-observer/compare/v0.5.0...v0.6.0) (2018-01-22) | ||
|
||
### Features | ||
|
||
* **TypeScript:** TS module defintions ([720254f](https://github.com/researchgate/react-intersection-observer/commit/720254f)) | ||
|
||
|
||
- **TypeScript:** TS module defintions | ||
([720254f](https://github.com/researchgate/react-intersection-observer/commit/720254f)) | ||
|
||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/researchgate/react-intersection-observer/compare/v0.4.0...v0.5.0) (2017-11-23) | ||
|
||
# [0.5.0](https://github.com/researchgate/react-intersection-observer/compare/v0.4.0...v0.5.0) (2017-11-23) | ||
|
||
### Features | ||
|
||
* **React-16:** add support for React 16 ([d447fb5](https://github.com/researchgate/react-intersection-observer/commit/d447fb5)) | ||
|
||
|
||
- **React-16:** add support for React 16 | ||
([d447fb5](https://github.com/researchgate/react-intersection-observer/commit/d447fb5)) | ||
|
||
<a name="0.4.0"></a> | ||
# [0.4.0](https://github.com/researchgate/react-intersection-observer/compare/v0.3.1...v0.4.0) (2017-10-11) | ||
|
||
# [0.4.0](https://github.com/researchgate/react-intersection-observer/compare/v0.3.1...v0.4.0) (2017-10-11) | ||
|
||
### Features | ||
|
||
* **Storybook:** add polyfill and babel-polyfill to support IE/Edge ([17ffe55](https://github.com/researchgate/react-intersection-observer/commit/17ffe55)) | ||
|
||
|
||
- **Storybook:** add polyfill and babel-polyfill to support IE/Edge | ||
([17ffe55](https://github.com/researchgate/react-intersection-observer/commit/17ffe55)) | ||
|
||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/researchgate/react-intersection-observer/compare/v0.3.0...v0.3.1) (2017-09-20) | ||
|
||
## [0.3.1](https://github.com/researchgate/react-intersection-observer/compare/v0.3.0...v0.3.1) (2017-09-20) | ||
|
||
### Bug Fixes | ||
|
||
* **dependencies:** add invariant to dependencies, remove rimraf ([92b3c87](https://github.com/researchgate/react-intersection-observer/commit/92b3c87)) | ||
|
||
|
||
- **dependencies:** add invariant to dependencies, remove rimraf | ||
([92b3c87](https://github.com/researchgate/react-intersection-observer/commit/92b3c87)) | ||
|
||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14) | ||
|
||
# [0.3.0](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14) | ||
|
||
### Bug Fixes | ||
|
||
* **root:** better compatibility with server-side rendering ([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082)) | ||
|
||
- **root:** better compatibility with server-side rendering | ||
([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082)) | ||
|
||
### Features | ||
|
||
* **blueprint:** use node-package-blueprint scripts, deps, and structure ([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b)) | ||
* **dependency-ci:** Added badge for DependencyCI ([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe)) | ||
- **blueprint:** use node-package-blueprint scripts, deps, and structure | ||
([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b)) | ||
- **dependency-ci:** Added badge for DependencyCI | ||
([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@researchgate/react-intersection-observer", | ||
"description": "React component for the Intersection Observer API", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"author": "Luis Merino <[email protected]>", | ||
"engines": { | ||
"node": ">=10.18.1" | ||
|