Update CHANGELOG.md

This commit is contained in:
Moritz Klack
2023-01-26 11:55:33 +01:00
committed by GitHub
parent 5ef8460cdd
commit 8360ac3ae6
+7
View File
@@ -2,6 +2,13 @@
## 2.0.0
After this update it should be easier to update the node resizer (no need to update the reactflow package anymore).
New props:
- `shouldResize`: user can pass a function that determines if resize should be executed
- `direction`: gets passed as an attribute on resize
### Major Changes
- [#2749](https://github.com/wbkd/react-flow/pull/2749) [`e347dd82`](https://github.com/wbkd/react-flow/commit/e347dd82d342bf9c4884ca667afaa5cf639283e5) - Add `shouldResize`, rename and cleanup types - `ResizeEventParams` is now `ResizeParams`