From d8cac2915e8968a26bf3592ffe70c248c0d9d2dc Mon Sep 17 00:00:00 2001 From: nmd Date: Wed, 8 Sep 2021 12:46:17 +0100 Subject: [PATCH] v0.5.14 --- ChangeLog.txt | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5f2d0d91..35bc9a9c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +0.5.14 +Fix an issue with copying styles for a floating window when using a CSS-in-JS solution +Fix for #227 - edge rects are not moved if window is resized while dragging + 0.5.13 Added prop (realtimeResize) to make tabs resize as their splitters are dragged. Warning: this can cause resizing to become choppy when tabs are slow to draw. diff --git a/package.json b/package.json index 65a9700d..e941f330 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flexlayout-react", - "version": "0.5.13", + "version": "0.5.14", "description": "A multi-tab docking layout manager", "main": "lib/index.js", "types": "./declarations/index.d.ts",