File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/components/stories/00-docs Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-spaces-storybook" ,
3
- "version" : " 0.1.28 " ,
3
+ "version" : " 0.1.29 " ,
4
4
"files" : [
5
5
" **/*.*"
6
6
],
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ import { CommonHeader } from "../Utils";
16
16
- Fixed "Cannot update a component from inside the function body of a different component" from latest version of React - 16.3.0 (issue #64 )
17
17
- Fixed issue where changing space anchors in the same parent 'ate' space incorrectly from a ` <Fill /> ` space (issue #52 )
18
18
19
+ ### 0.1.29
20
+
21
+ - Fixed overlayHandle property on resizable spaces which was broken in ` 0.1.25 `
22
+
19
23
### 0.1.28
20
24
21
25
- Ensure proptypes added as direct dependency to library
You can’t perform that action at this time.
0 commit comments