treege 0.7.2 → 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,5 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/treege/releases)
2
2
 
3
- ## v0.7.2
4
- - update dependencies
5
- - improve translations type
3
+ ## v0.8.8
4
+ - **[FEAT]** : Add possibility to add node between another node
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  <p><strong>Treege is a tools for decision tree generator</strong></p>
4
4
  </div>
5
5
 
6
+ [![npm version](https://badge.fury.io/js/treege.svg)](https://badge.fury.io/js/treege)
7
+
8
+
6
9
  <video src="https://user-images.githubusercontent.com/108873902/184317603-61ceafc6-a326-49b2-b0de-ffda9cf9c75e.mov"></video>
7
10
 
8
11
  - [Features](#Features)
@@ -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;