Skip to content

Commit 25bf93f

Browse files
committed
v0.3.0 Release
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases. - Create list operations and index for List `SetVariableAction`. - AutoScale improvements. Fix incorrect sizing and scrolling. - Improve InkWells and onTap behavior. - Improve Icon onTap behavior.
1 parent cba6a42 commit 25bf93f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.0
2+
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases.
3+
- Create list operations and index for List `SetVariableAction`.
4+
- AutoScale improvements. Fix incorrect sizing and scrolling.
5+
- Improve InkWells and onTap behavior.
6+
- Improve Icon onTap behavior.
7+
18
## 0.2.0
29
- New simplified variables system. Variables passed into the CodelesslyWidget can now be referenced by name in the Codelessly Editor.
310

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 0.2.0
3+
version: 0.3.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -19,7 +19,7 @@ platforms:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
codelessly_api: 0.2.0
22+
codelessly_api: 0.3.0
2323
equatable: ^2.0.5
2424
google_fonts: ^5.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)