Skip to content

v3.1.1

Choose a tag to compare

@polaroidkidd polaroidkidd released this 29 Dec 12:11
Immutable release. Only release title and notes can be modified.
3a8a651

3.1.1

Patch Changes

  • 09c7482: Add msising tree utils exports

3.1.0

Minor Changes

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

1.1.1

Patch Changes

1.1.0

Minor Changes

  • a55493c: # Release Notes

    Update Docs

    • README.md now reflects latest changes
  • 892ddd9: # Release Notes

    • Update structure
      • Tests are now separate from the lib folder
      • Make usage of svelte-lib-helpers