v3.1.1
Immutable
release. Only release title and notes can be modified.
3.1.1
Patch Changes
- 09c7482: Add msising tree utils exports
3.1.0
Minor Changes
-
66c4bb4: # Dependency Updates
3.0.0
Major Changes
-
a103778: # Remove actions from node snippet
Remove CRUD helper actions from being spread onto the node-snippet and supply them via simple imports. Because of the tree component's children only have access to their own tree and it's children, updating a parent node from a child node is not possible. The only way to handle this in a clean fashion is to provide the CRUD functions directly.
2.0.0
Major Changes
- 2dbbc61: # Update Tree API
- Remove export of utility functions from
tree.utils - Update, Insert and Delete functions now work by reference. We do not want to create a new tree every time
- Remove export of utility functions from
1.1.1
Patch Changes
- 1734920: Fix the release script