From 2feee6d6a249b2b2c7ce7912cca2a7db19548230 Mon Sep 17 00:00:00 2001 From: Quentin Le Caignec Date: Tue, 24 Sep 2024 14:33:24 +0200 Subject: [PATCH] refactor: modified DynamicZone, FormDynamicZone, types/utilities, example ReactHookFormDynamicZone --- .changeset/chatty-flowers-drop.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/chatty-flowers-drop.md diff --git a/.changeset/chatty-flowers-drop.md b/.changeset/chatty-flowers-drop.md new file mode 100644 index 00000000..ad758d2c --- /dev/null +++ b/.changeset/chatty-flowers-drop.md @@ -0,0 +1,7 @@ +--- +'@smile/haring-react-shared': minor +'storybook-pages': minor +'@smile/haring-react': minor +--- + +Refactored DynamicZone and FormDynamicZone to be more configurable, remove state and react-hook-form dependency and make them neutral, fixed errors and added a few features, added example page ReactHookFormDynamicZone to implement FormDynamicZone example with react-hook-form, added/reworked types and utilities