diff --git a/CHANGELOG.md b/CHANGELOG.md index 3add469..937778e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.16.0 +- breaking: remove `context.mediaQuery` (use the other helpers or the specific `...Of` methods instead) +- refactor size and orientation `BuildContext` extensions to use the specific `...Of` methods to reduce rebuilds. +- add `context.screenSize` and `context.screenOrientation` extensions +- chore: update dependencies + # 0.15.1 - replace deprecated lint rules diff --git a/pubspec.yaml b/pubspec.yaml index f8dc393..add9526 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fleasy description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier. -version: 0.15.1 +version: 0.16.0 repository: https://github.com/devj3ns/fleasy issue_tracker: https://github.com/devj3ns/fleasy/issues