Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nealus committed Feb 18, 2023
1 parent 93f4286 commit fe0c237
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.6
Remove dependency on uuid package
Add action arg to onModelChange callback

0.7.5
Fix for #340 - error dragging a tabset into an empty tabset

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Try it now using [JSFiddle](https://jsfiddle.net/10kmLzvu/)

[Screenshot of Caplin Liberator Explorer using FlexLayout](https://rawgit.com/caplin/FlexLayout/demos/demos/v0.20/images/LiberatorExplorerV3_3.PNG)

FlexLayout's only dependencies are React and uuid.
FlexLayout's only dependency is React.

Features:
* splitters
Expand All @@ -37,6 +37,7 @@ Features:
* headed tabsets
* tab and tabset attributes: enableHeader, enableTabStrip, enableDock, enableDrop...
* customizable tabs and tabset header rendering
* component state is preserved when tabs are moved
* typescript type declarations included

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexlayout-react",
"version": "0.7.5",
"version": "0.7.6",
"description": "A multi-tab docking layout manager",
"main": "lib/index.js",
"types": "./declarations/index.d.ts",
Expand Down

0 comments on commit fe0c237

Please sign in to comment.