Compare commits

..

2 Commits

Author SHA1 Message Date
Andrey Antukh
7d19518ba8 📎 Set verstion to 1.5.4-alpha 2021-05-12 10:28:08 +02:00
alonso.torres
9775b79a0b 🐛 Fix problem with memoized group 2021-05-12 10:25:17 +02:00
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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")

View File

@@ -1 +1 @@
1.5.3-alpha
1.5.4-alpha