Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Oct 30, 2019
1 parent 533f286 commit 4b2944d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Change Log


### 2.1.0 (2019-10-30)
- Take offsetWidth/Height instead of getBoundingClientRect to ignore `transform: scale`

### 2.0.2 (2019-10-23)
- Add es2018/19 exports to the package.json

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": "react-size-watcher",
"version": "2.0.2",
"version": "2.1.0",
"author": "Pavel Klimashkin",
"description": "Leverage ResizeObserver to add breakpoints to your component and track its size",
"homepage": "https://github.com/klimashkin/react-size-watcher",
Expand Down

0 comments on commit 4b2944d

Please sign in to comment.