Skip to content

Commit

Permalink
Prepare for v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed Apr 24, 2024
1 parent a2f4385 commit 8e2b8ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.6.0] 24-04-2024
- Added a way to set the default expansion state of tree nodes through
the `defaultExpansionState` property of `TreeController`.
- Made `TreeController.toggledNodes` public for state restoration/persistence.

## [1.5.0] 10-04-2024
- Fixed an issue that prevented two `AnimatedTreeView`s with the same nodes
to be displayed alongside each other or on a router stack.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_fancy_tree_view
description: >
A collection of widgets and slivers that helps bringing hierarchical data to life.
version: 1.5.0
version: 1.6.0
homepage: https://baumths.github.io/flutter_tree_view
repository: https://github.com/baumths/flutter_tree_view

Expand Down

0 comments on commit 8e2b8ce

Please sign in to comment.