Skip to content

Commit 1b4b44a

Browse files
committed
Merge branch 'master' into v0.2.0
# Conflicts: # package.json # src/components/Space.tsx # src/components/stories/00-docs/04-ChangeHistory.stories.mdx
2 parents c9ad618 + ef17077 commit 1b4b44a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.storybook/preview-head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@
3232
.docblock-source {
3333
margin: 25px 0 !important;
3434
}
35+
.spaces-resize-handle {
36+
background-color: red;
37+
}
3538
</style>

src/components/stories/00-docs/04-ChangeHistory.stories.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)