From 9775b79a0bd273b4a4288ac433e36c23ff0ec030 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 12 May 2021 10:25:17 +0200 Subject: [PATCH 1/2] :bug: Fix problem with memoized group --- frontend/src/app/main/ui/workspace/shapes/group.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/shapes/group.cljs b/frontend/src/app/main/ui/workspace/shapes/group.cljs index d55215d1e5..d7ce591516 100644 --- a/frontend/src/app/main/ui/workspace/shapes/group.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/group.cljs @@ -30,7 +30,7 @@ [shape-wrapper] (let [group-shape (group/group-shape shape-wrapper)] (mf/fnc group-wrapper - {::mf/wrap [#(mf/memo' % (mf/check-props ["shape"]))] + {::mf/wrap [#(mf/memo' % (mf/check-props ["shape" "frame"]))] ::mf/wrap-props false} [props] (let [shape (unchecked-get props "shape") From 7d19518ba84cfb436fa0260396c58cb32c837714 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 12 May 2021 10:28:08 +0200 Subject: [PATCH 2/2] :paperclip: Set verstion to 1.5.4-alpha --- CHANGES.md | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 536b4b5dd4..f122bbe742 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,14 @@ ### :boom: Breaking changes ### :heart: Community contributions by (Thank you!) + +## 1.5.4-alpha + +### :bug: Bugs fixed + +- Fix issues on group rendering. + + ## 1.5.3-alpha ### :bug: Bugs fixed diff --git a/version.txt b/version.txt index 1cc2825824..8874652adb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.3-alpha +1.5.4-alpha