From 3f2d606f8dfc36eb32d2c3e915481ac5638e50cd Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Wed, 9 Feb 2022 00:35:01 +0100 Subject: [PATCH 1/2] Delete dependabot.yml --- .github/dependabot.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c11f5721..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: '/' - schedule: - interval: monthly - time: '04:00' - open-pull-requests-limit: 10 - target-branch: main From ce2aa46efca3e81a3b46358a2fa30ad3d3b09442 Mon Sep 17 00:00:00 2001 From: Moritz Klack Date: Tue, 22 Feb 2022 21:45:48 +0100 Subject: [PATCH 2/2] chore(readme): add useUndoable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 200c6af0..b3da46b6 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ const BasicFlow = () => ; ## Community Packages +* [useUndoable](https://github.com/Infinium8/useUndoable) - Hook for undo/redo functionality with an explicit React Flow example * [react-flow-smart-edge](https://github.com/tisoap/react-flow-smart-edge) - Custom edge that doesn't intersect with nodes * [Feliz.ReactFlow](https://github.com/tforkmann/Feliz.ReactFlow) - Feliz React Bindings for React Flow