Skip to content

Commit 451b974

Browse files
committed
v0.3.0 Release
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases. - Create list operations and index for List `SetVariableAction`.
1 parent d26f887 commit 451b974

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.0
2+
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases.
3+
- Create list operations and index for List `SetVariableAction`.
4+
15
## 0.2.0
26
- New simplified variables system. Variables passed into the CodelesslyWidget can now be referenced by name in the Codelessly Editor.
37

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_api
22
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.
3-
version: 0.2.0
3+
version: 0.3.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)