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 fb3db47 commit 7cd5b8fCopy full SHA for 7cd5b8f
demo/src/docs/VersionHistory.tsx
@@ -5,6 +5,12 @@ export const VersionHistory = () => {
5
<>
6
<h2 id="changes">Version history</h2>
7
8
+ <div>
9
+ <h3>0.1.7</h3>
10
+ <ul>
11
+ <li>Fixed positioning of resize handles within scrollable divs</li>
12
+ </ul>
13
+ </div>
14
<div>
15
<h3>0.1.6</h3>
16
<ul>
react-spaces/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-spaces",
3
- "version": "0.1.6",
+ "version": "0.1.7",
4
"main": "dist/index.js",
"author": {
"name": "Allan Eagle"
0 commit comments