Skip to content

Commit

Permalink
v0.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nealus committed Oct 10, 2021
1 parent 0fde60a commit b6ecd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ New global option, splitterExtra, to allow splitters to have an extended hit tes
This makes it easier to use narrow splitters.
Added new TabNode attributes: borderWidth and borderHeight, these allow for individual border sizes for certain tabs.
Fix for #263 - borders splitters not taking minimum size of center into account
Improved algorithm for finding drop location
Additional parameter: cursor, for onTabDrag

0.5.16
Added 'New Features' layout to demo.
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.16",
"version": "0.5.17",
"description": "A multi-tab docking layout manager",
"main": "lib/index.js",
"types": "./declarations/index.d.ts",
Expand Down

0 comments on commit b6ecd0e

Please sign in to comment.