Skip to content

Commit 489c5b7

Browse files
chore(release): 2.10.0 [skip ci]
# [2.10.0](streamich/libreact@v2.9.3...v2.10.0) (2018-12-25) ### Bug Fixes * 🐛 fix <ViewportObserverSensor> when threshold not spec ([a486bec](streamich@a486bec)) * 🐛 improve viewport sensors and speed up Storybook ([16d1603](streamich@16d1603)) ### Features * 🎸 add <InfiniteScroll> component ([0768958](streamich@0768958)) * 🎸 preload items 100px before the reach end ([cb2990b](streamich@cb2990b)) * 🎸 use window resize in ViewportScrollSensor ([9004447](streamich@9004447))
1 parent 0ab7635 commit 489c5b7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.10.0](https://github.com/streamich/libreact/compare/v2.9.3...v2.10.0) (2018-12-25)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 fix <ViewportObserverSensor> when threshold not spec ([a486bec](https://github.com/streamich/libreact/commit/a486bec))
7+
* 🐛 improve viewport sensors and speed up Storybook ([16d1603](https://github.com/streamich/libreact/commit/16d1603))
8+
9+
10+
### Features
11+
12+
* 🎸 add <InfiniteScroll> component ([0768958](https://github.com/streamich/libreact/commit/0768958))
13+
* 🎸 preload items 100px before the reach end ([cb2990b](https://github.com/streamich/libreact/commit/cb2990b))
14+
* 🎸 use window resize in ViewportScrollSensor ([9004447](https://github.com/streamich/libreact/commit/9004447))
15+
116
## [2.9.3](https://github.com/streamich/libreact/compare/v2.9.2...v2.9.3) (2018-12-22)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libreact",
3-
"version": "2.9.3",
3+
"version": "2.10.0",
44
"description": "React standard library",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)