Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed May 30, 2021
1 parent a4b5907 commit e07999d
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## [0.4.0] 11-05-2021
## [0.5.0] 30-05-2021
### Reverts most changes from 0.4.0

* Removing the TreeViewController made nodes inside a different page or in
a drawer to lose their state.
- TreeViewController is back, all logic from _TreeViewState got moved back
to it.

* Merged the utils methods into TreeNode (ancestors, descendants, ...).

* The TreeView no longer auto scrolls nodes.
- Now scrolling has to be done by the user.


## [0.4.0] 17-05-2021
### Simplification of the TreeView API.

* Dropped TreeViewController and merged it's logic into [TreeViewState]
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
@@ -99,7 +99,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
@@ -134,7 +134,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
typed_data:
dependency: transitive
description:
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: flutter_fancy_tree_view
description: >
A highly customizable TreeView Widget for visualization of nested data in
Flutter.
version: 0.4.0
version: 0.5.0
homepage: https://mbaumgartenbr.github.io/flutter_tree_view
repository: https://github.com/mbaumgartenbr/flutter_tree_view

0 comments on commit e07999d

Please sign in to comment.