Skip to content

Commit ffe46f8

Browse files
committed
0.0.7 release
1 parent fd1ce68 commit ffe46f8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.changeset/effector-model-7.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@effector/model': patch
3+
---
4+
5+
- Add `InputType` and `KeyvalWithState` type helpers
6+
- Add `isKeyval` method
7+
- Add recursive keyval support
8+
- Implement lazy initialization for keyval body
9+
- Add support for filling nested keyvals on `.edit.add`
10+
- Fix `onMount` types
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@effector/model-react': patch
3+
---
4+
5+
- Implement tree render support in `useEntityList`
6+
- Add `useEditKeyval` public hook
7+
- Fix `useEditItemField` types
8+
- Fix peerDependencies

0 commit comments

Comments
 (0)