fix(resizer): minWidth and mminHeight dynamic props

This commit is contained in:
moklick
2022-12-06 19:42:00 +01:00
parent 527cf13352
commit 2f477f384f
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# @reactflow/node-resizer
## 1.0.2
### Patch Changes
- fix `minWidth` and `minHeight` so that it can be used dynamically
## 1.0.1
### Patch Changes