diff --git a/CHANGELOG.md b/CHANGELOG.md index 640a11a..e1ec954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 +* **FIX** Bug on items position +When a user open and closes the collapsed menu quickly, the position of the items menu becomes wrong in las version + + Thanks for [MonsterOfCode](https://github.com/MonsterOfCode) + ## 0.11.0 * **FIX**: AnimationController disposing completed fix diff --git a/README.md b/README.md index df47908..2fcdd99 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Follow these steps to use this package ```yaml dependencies: - sidebarx: ^0.11.0 + sidebarx: ^0.12.0 ``` ### Add import package diff --git a/example/pubspec.lock b/example/pubspec.lock index af006c1..496e04f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "0.11.0" + version: "0.12.0" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 88409a2..abc2593 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sidebarx description: flutter multiplatform navigation sidebar / side navigationbar / drawer widget -version: 0.11.0 +version: 0.12.0 homepage: https://github.com/Frezyx/sidebarx environment: