Skip to content

Commit

Permalink
increase version & update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
doonfrs committed Dec 19, 2023
1 parent fffbd4b commit 36ed914
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [8.2.0] - 2023. 12. 19
* Add builder function in plutoColumnType.select allow user to customize the popup by item widget.

## [8.1.0] - 2023. 12. 8
* Customize filter column by @RamshaFarheen bosskmk#739
* Add column title (padding, icon-size, and checkBox size to auto-fit calculation by @Milad-Akarie bosskmk#715
Expand Down
2 changes: 1 addition & 1 deletion lib/src/manager/pluto_grid_state_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ class PlutoGridStateChangeNotifier extends PlutoChangeNotifier
/// stateManager.refRows.addAll(FilteredList(initialList: value));
/// stateManager.notifyListeners();
/// });
/// {@endtemplate}
/// ```
/// {@endtemplate}
class PlutoGridStateManager extends PlutoGridStateChangeNotifier {
PlutoGridStateManager({
required super.columns,
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: pluto_grid_plus
description: PlutoGrid plus is a maintained version of PlutoGrid, PlutoGrid is a dataGrid that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS. (DataGrid, DataTable, Data Grid, Data Table, Sticky)
version: 8.1.0
version: 8.2.0
homepage: https://pluto.weblaze.dev
repository: https://github.com/doonfrs/pluto_grid_plus

Expand Down

0 comments on commit 36ed914

Please sign in to comment.