File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/components/stories/00-docs Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3232 .docblock-source {
3333 margin : 25px 0 !important ;
3434 }
35+ .spaces-resize-handle {
36+ background-color : red;
37+ }
3538</ style >
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ import { CommonHeader } from "../Utils";
1616- Fixed "Cannot update a component from inside the function body of a different component" from latest version of React - 16.3.0 (issue #64 )
1717- Fixed issue where changing space anchors in the same parent 'ate' space incorrectly from a ` <Fill /> ` space (issue #52 )
1818
19+ ### 0.1.28
20+
21+ - Ensure proptypes added as direct dependency to library
22+
23+ ### 0.1.27
24+
25+ - Fixed issue where handleSize property was not being passed to internal ResizeHandle component
26+
27+ ### 0.1.26
28+
29+ - Fix for broken onResizeStart and onResizeEnd events
30+
1931### 0.1.25
2032
2133- Added storybook docs. View with ` npm run storybook ` .
You can’t perform that action at this time.
0 commit comments