We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16269d7 commit 3865a3eCopy full SHA for 3865a3e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-spaces",
3
- "version": "0.1.25",
+ "version": "0.1.26",
4
"main": "dist/index.js",
5
"module": "dist/es/index.js",
6
"types": "dist/index.d.ts",
src/components/stories/00-docs/04-ChangeHistory.stories.mdx
@@ -7,6 +7,10 @@ import { CommonHeader } from "../Utils";
7
8
## Change history
9
10
+### 0.1.26
11
+
12
+- Fix for broken onResizeStart and onResizeEnd events
13
14
### 0.1.25
15
16
- Added storybook docs. View with `npm run storybook`.
0 commit comments