Skip to content

Commit

Permalink
chore: release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimibe committed Jun 27, 2024
1 parent de7a7fc commit 91816ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [6.0.0] - 27.06.2024
### Features:
* feat: interdependent items builder [GH-175](https://github.com/Dimibe/grouped_list/pull/175)
* feat: add groupStickyHeaderBuilder [GH-126](https://github.com/Dimibe/grouped_list/pull/126)
* feat: added footer widget [GH-189](https://github.com/Dimibe/grouped_list/pull/189)
* feat: group section style [GH-206](https://github.com/Dimibe/grouped_list/pull/206)

### Bugfixes:
* fix: distinct key parent child [GH-171](https://github.com/Dimibe/grouped_list/pull/171)
* fix RangeError when _sortedElements is empty [GH-164](https://github.com/Dimibe/grouped_list/pull/164)
* fix: wrong initial sticky header [GH-198](https://github.com/Dimibe/grouped_list/pull/198)

## [5.1.3] - 09.04.2023

* Prepare for dart 3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A flutter `ListView` in which list items can be grouped to sections.
Add the package to your pubspec.yaml:

```yaml
grouped_list: ^5.1.3
grouped_list: ^6.0.0
```
In your dart file, import the library:
Expand Down
1 change: 0 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: example
description: grouped_list example.
publish_to: 'none'
version: 2.0.0

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: grouped_list
description: A Flutter ListView where the list items can be grouped into sections.
version: 5.1.3
version: 6.0.0
homepage: https://begnis.dev
repository: https://github.com/Dimibe/grouped_list

Expand Down

0 comments on commit 91816ed

Please sign in to comment.