diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e10f5c..61bd650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 +- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases. +- Create list operations and index for List `SetVariableAction`. + ## 0.2.0 - New simplified variables system. Variables passed into the CodelesslyWidget can now be referenced by name in the Codelessly Editor. diff --git a/pubspec.yaml b/pubspec.yaml index 06eb2f1..3fc1c8e 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.2.0 +version: 0.3.0 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI