Skip to content

Commit

Permalink
Prepare for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed Mar 25, 2023
1 parent 7bcdf01 commit 02fff1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.0] 24-03-2023
- Fix refresh issue on controller change
- Author: @bambinoua (https://github.com/bambinoua)
- `TreeController` improvements
- Added: `breadthFirstSearch()`
- Added: `expandAll()`, `collapseAll()`, `isTreeExpanded`, `isTreeCollapsed`,
`areAllRootsExpanded`, `areAllRootsCollapsed`
- Co-Author: @bambinoua (https://github.com/bambinoua)

## [1.0.0] 20-03-2023
### ⚠️ Warning: Major Rewrite
Please, treat this version as a whole new package. Migrating from previous
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.0.0
version: 1.1.0
homepage: https://baumths.github.io/flutter_tree_view
repository: https://github.com/baumths/flutter_tree_view

Expand Down

0 comments on commit 02fff1b

Please sign in to comment.