Skip to content

Commit

Permalink
chore(release): 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.10.0](v2.9.3...v2.10.0) (2018-12-25)

### Bug Fixes

* πŸ› fix <ViewportObserverSensor> when threshold not spec ([a486bec](a486bec))
* πŸ› improve viewport sensors and speed up Storybook ([16d1603](16d1603))

### Features

* 🎸 add <InfiniteScroll> component ([0768958](0768958))
* 🎸 preload items 100px before the reach end ([cb2990b](cb2990b))
* 🎸 use window resize in ViewportScrollSensor ([9004447](9004447))
  • Loading branch information
semantic-release-bot committed Dec 25, 2018
1 parent 0ab7635 commit 489c5b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.10.0](https://github.com/streamich/libreact/compare/v2.9.3...v2.10.0) (2018-12-25)


### Bug Fixes

* πŸ› fix <ViewportObserverSensor> when threshold not spec ([a486bec](https://github.com/streamich/libreact/commit/a486bec))
* πŸ› improve viewport sensors and speed up Storybook ([16d1603](https://github.com/streamich/libreact/commit/16d1603))


### Features

* 🎸 add <InfiniteScroll> component ([0768958](https://github.com/streamich/libreact/commit/0768958))
* 🎸 preload items 100px before the reach end ([cb2990b](https://github.com/streamich/libreact/commit/cb2990b))
* 🎸 use window resize in ViewportScrollSensor ([9004447](https://github.com/streamich/libreact/commit/9004447))

## [2.9.3](https://github.com/streamich/libreact/compare/v2.9.2...v2.9.3) (2018-12-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libreact",
"version": "2.9.3",
"version": "2.10.0",
"description": "React standard library",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 489c5b7

Please sign in to comment.