Skip to content

Commit

Permalink
0.1.16
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 17, 2025
1 parent 7307c0c commit 331877f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.1.16 (2025-01-17)

### Fix

* fix(tree): Add drag-and-drop functionality to TreeBrowser component

- Introduced drag-and-drop capabilities for reordering tree nodes within the TreeBrowser component.
- Added new props `move_update` and `onMoveUpdate` to handle item movement and communicate updates to the backend.
- Implemented visual indicators for valid drop targets and positions (above, below, child) during drag operations.
- Enhanced the TreeBrowserWidget to manage move updates and maintain state consistency.
- Updated CSS styles to support drag-and-drop interactions and improve user experience.

These changes significantly enhance the interactivity and usability of the TreeBrowser, allowing users to easily rearrange nodes. ([`7307c0c`](https://github.com/numerous-com/numerous-widgets/commit/7307c0c70b6ea2f64c62c93deab6b60b22dad741))


## v0.1.15 (2025-01-17)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "numerous-widgets"
version = "0.1.15"
version = "0.1.16"
dependencies = ["anywidget", "pydantic", "jinja2"]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 331877f

Please sign in to comment.