Skip to content

Commit c53b5f6

Browse files
committed
Merge branch 'master' into v0.2.0
# Conflicts: # package-lock.json # package.json # src/components/Space.tsx # src/components/stories/00-docs/04-ChangeHistory.stories.mdx
2 parents 630a564 + 510a8d2 commit c53b5f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces-storybook",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"files": [
55
"**/*.*"
66
],

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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.29
20+
21+
- Fixed overlayHandle property on resizable spaces which was broken in `0.1.25`
22+
1923
### 0.1.28
2024

2125
- Ensure proptypes added as direct dependency to library

0 commit comments

Comments
 (0)