From 02fff1b387723f5b9556507021eddc425006d633 Mon Sep 17 00:00:00 2001 From: baumths Date: Fri, 24 Mar 2023 22:46:18 -0300 Subject: [PATCH] Prepare for v1.1.0 release --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c161948..7f82654c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index e8ed7245..78bccdb0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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