diff --git a/CHANGELOG.md b/CHANGELOG.md index 5290d34..9848b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +## 0.14.0 +* **FIX** sidebar menu items not occupying the whole height available + ## 0.13.0 * **FEAT** Impement footerItems field This provides adding footer items to the sidebar that are listed just above the expand icon - Thanks for [DavidCatalano](https://github.com/DavidCatalano) +Thanks for [DavidCatalano](https://github.com/DavidCatalano) ## 0.12.0 * **FIX** Bug on items position diff --git a/README.md b/README.md index 9880521..f55d5a3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Follow these steps to use this package ```yaml dependencies: - sidebarx: ^0.13.0 + sidebarx: ^0.14.0 ``` ### Add import package diff --git a/example/pubspec.lock b/example/pubspec.lock index 9711744..19f92f6 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -101,7 +101,7 @@ packages: path: ".." relative: true source: path - version: "0.13.0" + version: "0.14.0" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 20a049d..e1a02ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sidebarx description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget -version: 0.13.0 +version: 0.14.0 homepage: https://github.com/Frezyx/sidebarx environment: