Skip to content

Commit

Permalink
Prepare for v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed Oct 4, 2023
1 parent aa4fbea commit 22fc8ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.0] 04-10-2023
- Added `TreeController.search()` + filtering example
- Added a way to limit the depth of the tree. Checkout `IndentGuide.maxLevel`
- Fixed `collapseCascading()` when used with an animated tree would only
animate the first level and the other levels would just vanish immediately
- Deprecated `(Descend|Return)Condition` in favor of `ValuePredicate`
- Deprecated `alwaysReturnsTrue` and `alwaysReturnsFalse`

## [1.3.0] 13-09-2023
- Added [pub topics](https://pub.dev/topics) to pubspec.yaml
- Indentation Improvements:
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.3.0
version: 1.4.0
homepage: https://baumths.github.io/flutter_tree_view
repository: https://github.com/baumths/flutter_tree_view

Expand Down

0 comments on commit 22fc8ab

Please sign in to comment.