Skip to content

Commit 21be63e

Browse files
chore(release): 1.3.1 [skip ci]
## [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))
1 parent 5192de3 commit 21be63e

File tree

2 files changed

+90
-85
lines changed

2 files changed

+90
-85
lines changed

CHANGELOG.md

Lines changed: 89 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,234 +1,239 @@
1-
# [1.3.0](https://github.com/researchgate/react-intersection-observer/compare/v1.2.0...v1.3.0) (2020-07-30)
1+
## [1.3.1](https://github.com/researchgate/react-intersection-observer/compare/v1.3.0...v1.3.1) (2020-08-03)
2+
3+
### Bug Fixes
24

5+
- module and types file links in package.json
6+
([#151](https://github.com/researchgate/react-intersection-observer/issues/151))
7+
([53bd882](https://github.com/researchgate/react-intersection-observer/commit/53bd88228af782b1bea7f5b6f355446e890f363f))
8+
9+
# [1.3.0](https://github.com/researchgate/react-intersection-observer/compare/v1.2.0...v1.3.0) (2020-07-30)
310

411
### Features
512

6-
* **hooks:** Hooks ([#131](https://github.com/researchgate/react-intersection-observer/issues/131)) ([ecdff74](https://github.com/researchgate/react-intersection-observer/commit/ecdff74633f078c5345808546552bf793e9f234c))
13+
- **hooks:** Hooks
14+
([#131](https://github.com/researchgate/react-intersection-observer/issues/131))
15+
([ecdff74](https://github.com/researchgate/react-intersection-observer/commit/ecdff74633f078c5345808546552bf793e9f234c))
716

817
# [1.2.0](https://github.com/researchgate/react-intersection-observer/compare/v1.1.3...v1.2.0) (2020-06-04)
918

10-
1119
### Features
1220

13-
* **TypeScript:** the source is now fully typed using TS ([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c))
21+
- **TypeScript:** the source is now fully typed using TS
22+
([bacf08d](https://github.com/researchgate/react-intersection-observer/commit/bacf08dd9c5a58aa5188218218e518b97663577c))
1423

1524
## [1.1.3](https://github.com/researchgate/react-intersection-observer/compare/v1.1.2...v1.1.3) (2020-04-09)
1625

17-
1826
### Bug Fixes
1927

20-
* **boundary:** DOM missing throws; no error boundary ([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c))
28+
- **boundary:** DOM missing throws; no error boundary
29+
([a96c319](https://github.com/researchgate/react-intersection-observer/commit/a96c31978faaf8b56f31f0ea201c02f10aa83f1c))
2130

2231
## [1.1.2](https://github.com/researchgate/react-intersection-observer/compare/v1.1.1...v1.1.2) (2020-03-26)
2332

24-
2533
### Bug Fixes
2634

27-
* **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))
35+
- **errorBoundary:** fallback to children to propagate different errors
36+
([#105](https://github.com/researchgate/react-intersection-observer/issues/105))
37+
([78eb990](https://github.com/researchgate/react-intersection-observer/commit/78eb990b7add3172420cf9fc020a2a4a8ccd1cbb))
2838

2939
## [1.1.1](https://github.com/researchgate/react-intersection-observer/compare/v1.1.0...v1.1.1) (2020-03-24)
3040

31-
3241
### Bug Fixes
3342

34-
* **forwardRef:** fix error boundary not forwarding the ref ([568cd57](https://github.com/researchgate/react-intersection-observer/commit/568cd579c9003597eecc7b501bfc9fa9205633f7))
43+
- **forwardRef:** fix error boundary not forwarding the ref
44+
([568cd57](https://github.com/researchgate/react-intersection-observer/commit/568cd579c9003597eecc7b501bfc9fa9205633f7))
3545

3646
# [1.1.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.5...v1.1.0) (2020-03-24)
3747

38-
3948
### Features
4049

41-
* **errorReporting:** error reporting happens now in error boundary ([11f5e9f](https://github.com/researchgate/react-intersection-observer/commit/11f5e9f10b300d210996b9b8f2bf51d90664e298))
50+
- **errorReporting:** error reporting happens now in error boundary
51+
([11f5e9f](https://github.com/researchgate/react-intersection-observer/commit/11f5e9f10b300d210996b9b8f2bf51d90664e298))
4252

4353
## [1.0.5](https://github.com/researchgate/react-intersection-observer/compare/v1.0.4...v1.0.5) (2019-12-01)
4454

45-
4655
### Bug Fixes
4756

48-
* **deps:** lock file maintenance ([#79](https://github.com/researchgate/react-intersection-observer/issues/79)) ([5d9256f](https://github.com/researchgate/react-intersection-observer/commit/5d9256f137085db7e06f2eb1f98404c53b00032d))
57+
- **deps:** lock file maintenance
58+
([#79](https://github.com/researchgate/react-intersection-observer/issues/79))
59+
([5d9256f](https://github.com/researchgate/react-intersection-observer/commit/5d9256f137085db7e06f2eb1f98404c53b00032d))
4960

5061
## [1.0.4](https://github.com/researchgate/react-intersection-observer/compare/v1.0.3...v1.0.4) (2019-11-23)
5162

52-
5363
### Bug Fixes
5464

55-
* **publish:** Do not publish tests ([0030cf0](https://github.com/researchgate/react-intersection-observer/commit/0030cf0415f9c3b8b816651290363876c6229bb9))
65+
- **publish:** Do not publish tests
66+
([0030cf0](https://github.com/researchgate/react-intersection-observer/commit/0030cf0415f9c3b8b816651290363876c6229bb9))
5667

5768
## [1.0.3](https://github.com/researchgate/react-intersection-observer/compare/v1.0.2...v1.0.3) (2019-11-23)
5869

59-
6070
### Bug Fixes
6171

62-
* **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)
72+
- **typings:** children props should be ReactNode
73+
([#72](https://github.com/researchgate/react-intersection-observer/issues/72))
74+
([43aa3a2](https://github.com/researchgate/react-intersection-observer/commit/43aa3a2c4042dcbbff027728c237af6fc96e5e53)),
75+
closes
76+
[/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)
6377

6478
## [1.0.2](https://github.com/researchgate/react-intersection-observer/compare/v1.0.1...v1.0.2) (2019-11-23)
6579

66-
6780
### Bug Fixes
6881

69-
* **deps:** lock file maintenance ([#75](https://github.com/researchgate/react-intersection-observer/issues/75)) ([a509889](https://github.com/researchgate/react-intersection-observer/commit/a50988904ac75bd11bc6b0525cf845bb7abb3f98))
82+
- **deps:** lock file maintenance
83+
([#75](https://github.com/researchgate/react-intersection-observer/issues/75))
84+
([a509889](https://github.com/researchgate/react-intersection-observer/commit/a50988904ac75bd11bc6b0525cf845bb7abb3f98))
7085

7186
## [1.0.1](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0...v1.0.1) (2019-05-31)
7287

73-
7488
### Bug Fixes
7589

76-
* **spire:** change tooling and build system to spire ([fff9c52](https://github.com/researchgate/react-intersection-observer/commit/fff9c52))
90+
- **spire:** change tooling and build system to spire
91+
([fff9c52](https://github.com/researchgate/react-intersection-observer/commit/fff9c52))
7792

7893
# Change Log
7994

80-
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.
95+
All notable changes to this project will be documented in this file. See
96+
[standard-version](https://github.com/conventional-changelog/standard-version)
97+
for commit guidelines.
8198

8299
<a name="1.0.0"></a>
83-
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0) (2019-04-23)
84100

101+
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0) (2019-04-23)
85102

86103
### Features
87104

88-
* **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))
89-
105+
- **null-children:** Support for null children and null DOM node
106+
([#52](https://github.com/researchgate/react-intersection-observer/issues/52))
107+
([da021c7](https://github.com/researchgate/react-intersection-observer/commit/da021c7))
90108

91109
### BREAKING CHANGES
92110

93-
* **null-children:** Drop support for React < 16.3.2
111+
- **null-children:** Drop support for React < 16.3.2
94112

95-
* chore(release): 1.0.0-beta.0
113+
- chore(release): 1.0.0-beta.0
96114

97-
* chore(errorReporter): added configurable error reporter
98-
99-
* chore(release): 1.0.0-beta.1
100-
101-
* chore(readme): update docs about errorReporting
115+
- chore(errorReporter): added configurable error reporter
102116

117+
- chore(release): 1.0.0-beta.1
103118

119+
- chore(readme): update docs about errorReporting
104120

105121
<a name="1.0.0"></a>
106-
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0-beta.0...v1.0.0) (2019-04-18)
107-
108122

123+
# [1.0.0](https://github.com/researchgate/react-intersection-observer/compare/v1.0.0-beta.0...v1.0.0) (2019-04-18)
109124

110125
<a name="1.0.0-beta.0"></a>
111-
# [1.0.0-beta.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0-beta.0) (2018-12-13)
112126

127+
# [1.0.0-beta.0](https://github.com/researchgate/react-intersection-observer/compare/v0.7.4...v1.0.0-beta.0) (2018-12-13)
113128

114129
### Features
115130

116-
* **null-children:** Support for null children and null DOM node ([04de77e](https://github.com/researchgate/react-intersection-observer/commit/04de77e))
117-
131+
- **null-children:** Support for null children and null DOM node
132+
([04de77e](https://github.com/researchgate/react-intersection-observer/commit/04de77e))
118133

119134
### BREAKING CHANGES
120135

121-
* **null-children:** Drop support for React < 16.3.2
136+
- **null-children:** Drop support for React < 16.3.2
122137

123138
-
124139

125-
126-
127140
<a name="0.7.4"></a>
128-
## [0.7.4](https://github.com/researchgate/react-intersection-observer/compare/v0.7.3...v0.7.4) (2018-10-23)
129141

142+
## [0.7.4](https://github.com/researchgate/react-intersection-observer/compare/v0.7.3...v0.7.4) (2018-10-23)
130143

131144
### Bug Fixes
132145

133-
* **ref:** Handle ref objects in children prop. ([609e1a5](https://github.com/researchgate/react-intersection-observer/commit/609e1a5))
134-
135-
146+
- **ref:** Handle ref objects in children prop.
147+
([609e1a5](https://github.com/researchgate/react-intersection-observer/commit/609e1a5))
136148

137149
<a name="0.7.3"></a>
138-
## [0.7.3](https://github.com/researchgate/react-intersection-observer/compare/v0.7.2...v0.7.3) (2018-06-07)
139150

151+
## [0.7.3](https://github.com/researchgate/react-intersection-observer/compare/v0.7.2...v0.7.3) (2018-06-07)
140152

141153
### Bug Fixes
142154

143-
* **perf+size:** Performance and code size improvements ([78d5e1d](https://github.com/researchgate/react-intersection-observer/commit/78d5e1d))
144-
145-
155+
- **perf+size:** Performance and code size improvements
156+
([78d5e1d](https://github.com/researchgate/react-intersection-observer/commit/78d5e1d))
146157

147158
<a name="0.7.2"></a>
148-
## [0.7.2](https://github.com/researchgate/react-intersection-observer/compare/v0.7.1...v0.7.2) (2018-05-31)
149-
150159

160+
## [0.7.2](https://github.com/researchgate/react-intersection-observer/compare/v0.7.1...v0.7.2) (2018-05-31)
151161

152162
<a name="0.7.1"></a>
153-
## [0.7.1](https://github.com/researchgate/react-intersection-observer/compare/v0.7.0...v0.7.1) (2018-05-28)
154163

164+
## [0.7.1](https://github.com/researchgate/react-intersection-observer/compare/v0.7.0...v0.7.1) (2018-05-28)
155165

156166
### Bug Fixes
157167

158-
* **reobserve:** Prevent unnecessary reobserve() calls when re-rendering ([b0c3b3b](https://github.com/researchgate/react-intersection-observer/commit/b0c3b3b))
159-
160-
168+
- **reobserve:** Prevent unnecessary reobserve() calls when re-rendering
169+
([b0c3b3b](https://github.com/researchgate/react-intersection-observer/commit/b0c3b3b))
161170

162171
<a name="0.7.0"></a>
163-
# [0.7.0](https://github.com/researchgate/react-intersection-observer/compare/v0.6.1...v0.7.0) (2018-05-15)
164172

173+
# [0.7.0](https://github.com/researchgate/react-intersection-observer/compare/v0.6.1...v0.7.0) (2018-05-15)
165174

166175
### Features
167176

168-
* **React16.4:** Migrated codebase to stop using legacy lifecycles ([d43f5ef](https://github.com/researchgate/react-intersection-observer/commit/d43f5ef))
169-
170-
177+
- **React16.4:** Migrated codebase to stop using legacy lifecycles
178+
([d43f5ef](https://github.com/researchgate/react-intersection-observer/commit/d43f5ef))
171179

172180
<a name="0.6.1"></a>
173-
## [0.6.1](https://github.com/researchgate/react-intersection-observer/compare/v0.6.0...v0.6.1) (2018-04-12)
174181

182+
## [0.6.1](https://github.com/researchgate/react-intersection-observer/compare/v0.6.0...v0.6.1) (2018-04-12)
175183

176184
### Bug Fixes
177185

178-
* **refUpdates:** Adds defensive check to 'unobserve' method ([8b141e4](https://github.com/researchgate/react-intersection-observer/commit/8b141e4))
179-
180-
186+
- **refUpdates:** Adds defensive check to 'unobserve' method
187+
([8b141e4](https://github.com/researchgate/react-intersection-observer/commit/8b141e4))
181188

182189
<a name="0.6.0"></a>
183-
# [0.6.0](https://github.com/researchgate/react-intersection-observer/compare/v0.5.0...v0.6.0) (2018-01-22)
184190

191+
# [0.6.0](https://github.com/researchgate/react-intersection-observer/compare/v0.5.0...v0.6.0) (2018-01-22)
185192

186193
### Features
187194

188-
* **TypeScript:** TS module defintions ([720254f](https://github.com/researchgate/react-intersection-observer/commit/720254f))
189-
190-
195+
- **TypeScript:** TS module defintions
196+
([720254f](https://github.com/researchgate/react-intersection-observer/commit/720254f))
191197

192198
<a name="0.5.0"></a>
193-
# [0.5.0](https://github.com/researchgate/react-intersection-observer/compare/v0.4.0...v0.5.0) (2017-11-23)
194199

200+
# [0.5.0](https://github.com/researchgate/react-intersection-observer/compare/v0.4.0...v0.5.0) (2017-11-23)
195201

196202
### Features
197203

198-
* **React-16:** add support for React 16 ([d447fb5](https://github.com/researchgate/react-intersection-observer/commit/d447fb5))
199-
200-
204+
- **React-16:** add support for React 16
205+
([d447fb5](https://github.com/researchgate/react-intersection-observer/commit/d447fb5))
201206

202207
<a name="0.4.0"></a>
203-
# [0.4.0](https://github.com/researchgate/react-intersection-observer/compare/v0.3.1...v0.4.0) (2017-10-11)
204208

209+
# [0.4.0](https://github.com/researchgate/react-intersection-observer/compare/v0.3.1...v0.4.0) (2017-10-11)
205210

206211
### Features
207212

208-
* **Storybook:** add polyfill and babel-polyfill to support IE/Edge ([17ffe55](https://github.com/researchgate/react-intersection-observer/commit/17ffe55))
209-
210-
213+
- **Storybook:** add polyfill and babel-polyfill to support IE/Edge
214+
([17ffe55](https://github.com/researchgate/react-intersection-observer/commit/17ffe55))
211215

212216
<a name="0.3.1"></a>
213-
## [0.3.1](https://github.com/researchgate/react-intersection-observer/compare/v0.3.0...v0.3.1) (2017-09-20)
214217

218+
## [0.3.1](https://github.com/researchgate/react-intersection-observer/compare/v0.3.0...v0.3.1) (2017-09-20)
215219

216220
### Bug Fixes
217221

218-
* **dependencies:** add invariant to dependencies, remove rimraf ([92b3c87](https://github.com/researchgate/react-intersection-observer/commit/92b3c87))
219-
220-
222+
- **dependencies:** add invariant to dependencies, remove rimraf
223+
([92b3c87](https://github.com/researchgate/react-intersection-observer/commit/92b3c87))
221224

222225
<a name="0.3.0"></a>
223-
# [0.3.0](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14)
224226

227+
# [0.3.0](https://github.com/researchgate/react-intersection-observer/compare/v0.2.0...v0.3.0) (2017-09-14)
225228

226229
### Bug Fixes
227230

228-
* **root:** better compatibility with server-side rendering ([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082))
229-
231+
- **root:** better compatibility with server-side rendering
232+
([2cfa082](https://github.com/researchgate/react-intersection-observer/commit/2cfa082))
230233

231234
### Features
232235

233-
* **blueprint:** use node-package-blueprint scripts, deps, and structure ([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b))
234-
* **dependency-ci:** Added badge for DependencyCI ([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe))
236+
- **blueprint:** use node-package-blueprint scripts, deps, and structure
237+
([af06d4b](https://github.com/researchgate/react-intersection-observer/commit/af06d4b))
238+
- **dependency-ci:** Added badge for DependencyCI
239+
([97e4bbe](https://github.com/researchgate/react-intersection-observer/commit/97e4bbe))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@researchgate/react-intersection-observer",
33
"description": "React component for the Intersection Observer API",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": "Luis Merino <[email protected]>",
66
"engines": {
77
"node": ">=10.18.1"

0 commit comments

Comments
 (0)