From b6ecd0e0020edc38936d9e1bf587af51b87f1efd Mon Sep 17 00:00:00 2001 From: nmd Date: Sun, 10 Oct 2021 19:28:30 +0100 Subject: [PATCH] v0.5.17 --- ChangeLog.txt | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 315dcba5..b1de6612 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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. diff --git a/package.json b/package.json index 737fa26e..f874ee76 100755 --- a/package.json +++ b/package.json @@ -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",