treege 0.7.3 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/treege/releases)
2
2
 
3
- ## v0.7.3
4
- - **[DOCS]** : Add npm tag to README.md
3
+ ## v0.8.8
4
+ - **[FEAT]** : Add possibility to add node between another node
@@ -25,7 +25,9 @@ declare const useFormTreeCardMutation: () => {
25
25
  isBooleanField: boolean;
26
26
  isDecision: boolean;
27
27
  isDecisionField: boolean;
28
+ isEditModal: boolean;
28
29
  isHiddenField: boolean;
30
+ isLeaf: boolean;
29
31
  isRepeatableDisabled: boolean;
30
32
  isRequiredDisabled: boolean;
31
33
  isTreeField: boolean;