Skip to content

Commit

Permalink
v1.1.0 Release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Feb 4, 2024
1 parent 503b584 commit aab5524
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.1.0
- 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.0.0
- Official v1 release!
- Migrate to Material 3.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_sdk
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
version: 1.0.0
version: 1.1.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -19,7 +19,7 @@ platforms:
dependencies:
flutter:
sdk: flutter
codelessly_api: 1.0.0
codelessly_api: 1.1.0
codelessly_json_annotation: 4.8.1
firebase_core: ^2.24.2
firebase_auth: ^4.16.0
Expand Down

0 comments on commit aab5524

Please sign in to comment.