diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ecfdd..eff7f5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.1 +- Implement safe area for canvases. +- Fix scroll physics and always scrollable option. + ## 0.7.0 - New Dialogs feature! 100% customizable dialogs with customizable close button, background, and padding. - New show dialog action. diff --git a/pubspec.yaml b/pubspec.yaml index 3fdc643..c348bd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: codelessly_api description: Flutter's layouts and widgets represented as models and JSON data. This API is used by the Codelessly Editor and CloudUI SDK to render Flutter Widgets. -version: 0.7.0 +version: 0.7.1 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI