We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c6175 commit 6f99883Copy full SHA for 6f99883
changelog.md
@@ -11,6 +11,9 @@ Please report any issues.
11
12
- `Node::addChild()` method (through the implementation in `MovableNodeTrait::addChild`) now allows adding the same node
13
under the same key without having an effect, previously it would throw the `ChildKeyCollision` exception
14
+- `Tree::link()` method now allows for turning off the duplicate node handling mechanism,
15
+ which prevents adding the same child multiple times
16
+ - used for performance optimization when linking multiple children in a sequence
17
18
19
## v1.2.x
0 commit comments