diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ccff8..16c048d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.2.1 + +The layout of a screen while its on-screen keyboard is up. + +* `shutter shot --keyboard ` (experimental) lays every preview out as a device does while its on-screen keyboard is up: the view reports a bottom inset of that many logical pixels (`MediaQuery.viewInsets`) from the first frame. A `Scaffold`, or any layout reading the inset, makes room for the keyboard; the keyboard itself is not drawn. There is no default height. +* `shot` prints the height, `manifest.json` records it, and `diff` prints both runs' when they differ. It is not part of shot ids. + ## 0.2.0 States that come from a gesture or typing, and what opens above a preview. diff --git a/lib/src/version.dart b/lib/src/version.dart index 0a9ef8e..acd386f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.2.0'; +const packageVersion = '0.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 28c2714..e5b4b19 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: shutter description: >- Renders a Flutter project's widget previews to PNG, reusing the ones it already has, and diffs two runs pixel by pixel into before and after images of a change. -version: 0.2.0 +version: 0.2.1 repository: https://github.com/koji-1009/shutter issue_tracker: https://github.com/koji-1009/shutter/issues topics: