Skip to content

Commit

Permalink
1.0.10 -> 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Apr 2, 2023
1 parent 0d2201a commit ba5a900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.11
* Pre-transform static class property syntax (`defaultProps`) ([#46](https://github.com/bvaughn/react-virtualized-auto-sizer/issues/46))
* Fixed bad TypeScript definition for `onResize` prop ([#44](https://github.com/bvaughn/react-virtualized-auto-sizer/issues/44))

## 1.0.10
* Add named exports for `AutoSizer` as well as `Props` and `Size` types.

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-virtualized-auto-sizer",
"version": "1.0.10",
"version": "1.0.11",
"description": "Standalone version of the AutoSizer component from react-virtualized",
"author": "Brian Vaughn <[email protected]> (https://github.com/bvaughn/)",
"contributors": [
Expand Down

0 comments on commit ba5a900

Please sign in to comment.