-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package version and documentation (#97)
* update package version * Update package documentation and version
- Loading branch information
Showing
4 changed files
with
216 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,182 +1,189 @@ | ||
## 2.11.0 - 16/03/2024 | ||
|
||
* **Enhancements** | ||
- Expose the item model in `expansionListBuilder` when rendering searchable expansion list | ||
- Expose the expansion group index in `expansionListBuilder` callback | ||
- Display the `emptyWidget` when all the expansion lists are empty (in previous version empty expansions were shown) | ||
- Add `hideEmptyExpansionItems` to indicate whether the expansion will be shown or not when the expansion group is empty | ||
- Add `expansionTileEnabled` to indicate the expansion tile `enable` value | ||
|
||
## 2.10.2 - 24/02/2024 | ||
|
||
- **Fix Bug** | ||
* **Fix Bug** | ||
- Keep keyboard state when search value is changing (keyboard closing issue fix) [Related PR](https://github.com/koukibadr/Searchable-Listview/pull/92) | ||
|
||
## 2.10.1 - 24/01/2024 | ||
|
||
- **Fix Bug** | ||
* **Fix Bug** | ||
- Fix field clear button when `autoCompleteHints` is used | ||
|
||
|
||
## 2.10.0 - 07/01/2024 | ||
|
||
- **Enhancements** | ||
* **Enhancements** | ||
- `closeKeyboardWhenScrolling` added to close automatically keyboard when scrolling [issue-85](https://github.com/koukibadr/Searchable-Listview/issues/85) | ||
- `scrollController` added to main widget to control scroll on listview or add listener on scolling | ||
|
||
## 2.9.1 - 03/12/2023 | ||
|
||
- **Bug Fix** | ||
* **Bug Fix** | ||
- Suffix icon not displayed when suffixIcon not null [PR#83](https://github.com/koukibadr/Searchable-Listview/pull/83) | ||
|
||
## 2.9.0 - 18/11/2023 | ||
|
||
- **Enhancement** | ||
* **Enhancement** | ||
- Add sort list items feature (`displaySortWidget`, `sortWidget` and `sortPredicate`) [PR#78](https://github.com/koukibadr/Searchable-Listview/pull/80) | ||
|
||
## 2.8.0 - 29/10/2023 | ||
|
||
- **Enhancement** | ||
* **Enhancement** | ||
- Remove `seperated` constructor (replace by `seperatorBuilder` attribute in the default constructor and `async` constructor) [PR#78](https://github.com/koukibadr/Searchable-Listview/pull/78) | ||
- Refactor `renderAsyncList` callback code [PR#77](https://github.com/koukibadr/Searchable-Listview/pull/77) | ||
|
||
## 2.7.1 - 27/09/2023 | ||
|
||
- Update package license to MIT license | ||
* Update package license to MIT license | ||
|
||
## 2.7.0 - 06/09/2023 | ||
|
||
- Update simple searchable list state management | ||
- Create seperate async consrtuctor for rendering async listview | ||
- Update `builder` callback by adding `list` and `item` parameters providing the rendered list and the current rendered item | ||
- `SearchableList.seperated` is now deprecated and it will be no longer available in the future versions | ||
|
||
* Update simple searchable list state management | ||
* Create seperate async consrtuctor for rendering async listview | ||
* Update `builder` callback by adding `list` and `item` parameters providing the rendered list and the current rendered item | ||
* `SearchableList.seperated` is now deprecated and it will be no longer available in the future versions | ||
|
||
## 2.6.1 - 27/08/2023 | ||
|
||
- Update listview builder callback definition (Exposing two parameters : actual index and initial index) (Issue : [#66](https://github.com/koukibadr/Searchable-Listview/issues/66)) | ||
* Update listview builder callback definition (Exposing two parameters : actual index and initial index) (Issue : [#66](https://github.com/koukibadr/Searchable-Listview/issues/66)) | ||
|
||
## 2.5.1 - 20/08/2023 | ||
|
||
- Fix build callback index attribute (Issue : [#66](https://github.com/koukibadr/Searchable-Listview/issues/66)) | ||
|
||
* Fix build callback index attribute (Issue : [#66](https://github.com/koukibadr/Searchable-Listview/issues/66)) | ||
|
||
## 2.5.0 - 12/08/2023 | ||
|
||
- Add list index availability in builder callback [#59](https://github.com/koukibadr/Searchable-Listview/issues/59) | ||
- Add shrink wrap and physics attributes [#61](https://github.com/koukibadr/Searchable-Listview/issues/61) | ||
* Add list index availability in builder callback [#59](https://github.com/koukibadr/Searchable-Listview/issues/59) | ||
* Add shrink wrap and physics attributes [#61](https://github.com/koukibadr/Searchable-Listview/issues/61) | ||
|
||
## 2.4.0 - 16/04/2023 | ||
|
||
- Add support to expansion lists | ||
- Filter expansion lists | ||
* Add support to expansion lists | ||
* Filter expansion lists | ||
|
||
## 2.3.2 - 30/03/2023 | ||
|
||
- Add secondary widget display alongside search field | ||
* Add secondary widget display alongside search field | ||
|
||
## 2.2.2 - 19/02/2023 | ||
|
||
- Fix keyboard closing issue [#48](https://github.com/koukibadr/Searchable-Listview/issues/48) | ||
* Fix keyboard closing issue [#48](https://github.com/koukibadr/Searchable-Listview/issues/48) | ||
|
||
## 2.2.1 - 27/11/2022 | ||
|
||
- Add autocomplete options attribute | ||
* Add autocomplete options attribute | ||
|
||
## 2.1.1 - 19/09/2022 | ||
|
||
- Add textfield parameters | ||
- Add padding between textfield and list attribute | ||
* Add textfield parameters | ||
* Add padding between textfield and list attribute | ||
|
||
## 2.0.1 - 27/08/2022 | ||
|
||
- Fix text style parameter integration | ||
* Fix text style parameter integration | ||
|
||
## 2.0.0 - 01/08/2022 | ||
|
||
- Support async callback on rendering list | ||
- Display loading when async call is loading | ||
- Display Error widget when async callback return error | ||
- Filter async callback result list | ||
* Support async callback on rendering list | ||
* Display loading when async call is loading | ||
* Display Error widget when async callback return error | ||
* Filter async callback result list | ||
|
||
## 1.7.2 - 14/07/2022 | ||
|
||
- Enhance widget rendering | ||
* Enhance widget rendering | ||
|
||
## 1.7.1 - 10/07/2022 | ||
|
||
- Update project documentation | ||
* Update project documentation | ||
|
||
## 1.7.0 - 10/07/2022 | ||
|
||
- Customizable text field position | ||
- Support pagination | ||
* Customizable text field position | ||
* Support pagination | ||
|
||
## 1.6.1 - 27/06/2022 | ||
|
||
- Update package documentation | ||
* Update package documentation | ||
|
||
## 1.6.0 - 05/06/2022 | ||
|
||
- Searchable list with divider | ||
- Seperated sliver effect constructor | ||
- Enhanced code version with Flutter 3 support | ||
- Scroll direction parameter | ||
* Searchable list with divider | ||
* Seperated sliver effect constructor | ||
* Enhanced code version with Flutter 3 support | ||
* Scroll direction parameter | ||
|
||
## 1.5.3 - 25/05/2022 | ||
|
||
- Fix onItemPressed attibute | ||
- Fix bugs | ||
* Fix onItemPressed attibute | ||
* Fix bugs | ||
|
||
## 1.5.2 - 27/04/2022 | ||
|
||
- Enhanced attributes checking | ||
* Enhanced attributes checking | ||
|
||
## 1.5.1 - 17/04/2022 | ||
|
||
- Update search type enum name | ||
- Perform iOS upgrade check | ||
- Bug fixes | ||
* Update search type enum name | ||
* Perform iOS upgrade check | ||
* Bug fixes | ||
|
||
## 1.5.0 - 14/04/2022 | ||
|
||
- Add sliver scroll effect | ||
- Bug fixes | ||
* Add sliver scroll effect | ||
* Bug fixes | ||
|
||
## 1.4.0 - 02/04/2022 | ||
|
||
- Add pull to refresh behaviour to the list | ||
- Bug fixes | ||
* Add pull to refresh behaviour to the list | ||
* Bug fixes | ||
|
||
## 1.3.5 - 25/03/2022 | ||
|
||
- Enhance package coding style (remove dynamic) | ||
- Bug fixes | ||
* Enhance package coding style (remove dynamic) | ||
* Bug fixes | ||
|
||
## 1.3.4 - 10/03/2022 | ||
|
||
- Fix list state issue on update list | ||
* Fix list state issue on update list | ||
|
||
## 1.3.3 - 03/03/2022 | ||
|
||
- Fix input decoration bug | ||
* Fix input decoration bug | ||
|
||
## 1.3.2 - 27/02/2022 | ||
|
||
- Add clear button suffix icon | ||
* Add clear button suffix icon | ||
|
||
## 1.3.1 - 25/01/2022 | ||
|
||
- Bug fixes | ||
* Bug fixes | ||
|
||
## 1.3.0 - 25/01/2022 | ||
|
||
- Add customization to search field text style | ||
* Add customization to search field text style | ||
|
||
## 1.2.0 - 21/01/2022 | ||
|
||
- Enhanced widget parameters | ||
- bug fixes | ||
* Enhanced widget parameters | ||
* bug fixes | ||
|
||
## 1.1.0 - 05/01/2022 | ||
|
||
- Add on item pressed callback parameter | ||
- bug fixes | ||
* Add on item pressed callback parameter | ||
* bug fixes | ||
|
||
## 1.0.0 - 18/12/2021 | ||
|
||
- Filter list view easily | ||
- Display custom widget when list is empty | ||
- Customize search text field | ||
- Change keyboard input type and keyboard submit button | ||
- Add focus on search text field | ||
* Filter list view easily | ||
* Display custom widget when list is empty | ||
* Customize search text field | ||
* Change keyboard input type and keyboard submit button | ||
* Add focus on search text field |
Oops, something went wrong.