Skip to content

Commit aab5524

Browse files
committed
v1.1.0 Release
- New AutoComplete support for Variables. - New `createdAt` and `updatedAt` variables to support sorting by date. - Button improvements: - Improve button layout calculations. - Fix conditions not evaluating on button labels. - Image Editor improvements: - Fix image fill editor pixel overflow. - Fix image fill tooltips rendering oddly. - Fix images invisible after flipping. - Fixes: - Fix disable automatic padding from Frames with strokes. - Fix canvas color visibility not working when there's only 1 fill. - Fix set variable action not using variable type properly. - Fix inequality operator was checking for equality. - Fix unsupported type text not visible in json view.
1 parent 503b584 commit aab5524

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.1.0
2+
- New AutoComplete support for Variables.
3+
- New `createdAt` and `updatedAt` variables to support sorting by date.
4+
- Button improvements:
5+
- Improve button layout calculations.
6+
- Fix conditions not evaluating on button labels.
7+
- Image Editor improvements:
8+
- Fix image fill editor pixel overflow.
9+
- Fix image fill tooltips rendering oddly.
10+
- Fix images invisible after flipping.
11+
- Fixes:
12+
- Fix disable automatic padding from Frames with strokes.
13+
- Fix canvas color visibility not working when there's only 1 fill.
14+
- Fix set variable action not using variable type properly.
15+
- Fix inequality operator was checking for equality.
16+
- Fix unsupported type text not visible in json view.
17+
118
## 1.0.0
219
- Official v1 release!
320
- Migrate to Material 3.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 1.0.0
3+
version: 1.1.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: 1.0.0
22+
codelessly_api: 1.1.0
2323
codelessly_json_annotation: 4.8.1
2424
firebase_core: ^2.24.2
2525
firebase_auth: ^4.16.0

0 commit comments

Comments
 (0)