Skip to content

Commit

Permalink
v0.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nealus committed Oct 5, 2021
1 parent e47e3e0 commit 3e416ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Attributes allowed in the 'global' element
| tabSetEnableDrag | true | allow user to drag tabs out of all tabsets |
| tabSetEnableDivide | true | allow user to drag tabs to region of all tabsets, splitting into new tabset |
| tabSetEnableMaximize | true | allow user to maximize all tabsets to fill view via maximize button |
| tabSetEnableClose | false | allow user to close all tabsets via close button |
| tabSetAutoSelectTab | true | whether to select new/moved tabs in all tabsets |
| tabSetClassNameTabStrip | null | height in pixels of tab strips in all tabsets |
| tabSetClassNameHeader | null | |
Expand Down Expand Up @@ -415,6 +416,7 @@ Note: tabsets can be dynamically created as tabs are moved and deleted when all
| config | null | a place to hold json config used in your own code |
| selected | 0 | index of selected/visible tab in tabset |
| maximized | false | whether tabset is currently maximized to fill view |
| enableClose | false | allow user to close tabset via a close button |
| id | auto generated | |
| children | *required* | a list of tab nodes |
| enableDeleteWhenEmpty | *inherited* | |
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.5.15",
"version": "0.5.16",
"description": "A multi-tab docking layout manager",
"main": "lib/index.js",
"types": "./declarations/index.d.ts",
Expand Down

0 comments on commit 3e416ba

Please sign in to comment.