We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361d108 commit 941204aCopy full SHA for 941204a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 1.3.3 (Apr 19, 2016)
4
+
5
+- Enhancement: Add Flow comments.
6
7
### 1.3.2 (Apr 8, 2016)
8
9
- Bugfix: Prevent `width` and `height` from leaking to the underlying DOM element and being written.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "A component that is resizable with handles.",
"main": "index.js",
"scripts": {
0 commit comments