diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fafa2ae..aa14f1316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.1.0] - 2023. 5. 31 + +* Improve the adaptability of the column title - https://github.com/bosskmk/pluto_grid/pull/811 +* Customize the cell border color - https://github.com/bosskmk/pluto_grid/pull/810 +* Be able to disable the internal Key Manager + ## [7.0.2] - 2023. 5. 13 * Add Japanese, Turkish languages. diff --git a/pubspec.yaml b/pubspec.yaml index 9ff0f667c..5db4e291c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pluto_grid description: 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: 7.0.2 +version: 7.1.0 homepage: https://pluto.weblaze.dev repository: https://github.com/bosskmk/pluto_grid