Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Feb 5, 2019
1 parent 2c0cd97 commit abe89d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,14 @@
## CHANGELOG

### 2.2.4

Only observe one element, add tests [#130](https://github.com/souporserious/react-measure/pull/130)

### 2.2.3

Fix not passing `ResizeObserver` `entries` to `measure` method #125
Fix not passing `ResizeObserver` `entries` to `measure` method [#125](https://github.com/souporserious/react-measure/pull/125)

Add support for `createRef` #126
Add support for `createRef` [#126](https://github.com/souporserious/react-measure/pull/126)

### 2.2.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-measure",
"version": "2.2.3",
"version": "2.2.4",
"description": "Compute measurements of React components.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit abe89d0

Please sign in to comment.