diff --git a/ChangeLog.txt b/ChangeLog.txt index a29545c7..553fa3cd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +0.7.3 +Fixed right edge marker location when border enableAutoHide +Dragging out a selected border tab will now leave the border unselected + 0.7.2 New Layout JSON tabs to demo Added --color-icon css rootOrientationVertical diff --git a/package.json b/package.json index 038e4f7a..891bfef4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flexlayout-react", - "version": "0.7.2", + "version": "0.7.3", "description": "A multi-tab docking layout manager", "main": "lib/index.js", "types": "./declarations/index.d.ts",