Skip to content

Commit 7e46be4

Browse files
committed
v0.7.5 Release
- API fixes. - Fix variable substitution in API parameter value. - Fix default value not being used correctly for API parameters. - Remove body and bodyBytes param from API response to optimize performance. - Fix drag and drop insert to the edge of Accordion, Expansion Tile, ListView, and PageView. - Enable support for base64 data decoding in ImageBuilder.
1 parent 19dc9bc commit 7e46be4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.7.5
2+
- API fixes.
3+
- Fix variable substitution in API parameter value.
4+
- Fix default value not being used correctly for API parameters.
5+
- Remove body and bodyBytes param from API response to optimize performance.
6+
- Fix drag and drop insert to the edge of Accordion, Expansion Tile, ListView, and PageView.
7+
- Enable support for base64 data decoding in ImageBuilder.
8+
19
## 0.7.4
210
- Hotfix shrinkwrapping stack alignment layout.
311
- Use maybePop instead of pop for navigate action.

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: 0.7.4
3+
version: 0.7.5
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.7.3
22+
codelessly_api: 0.7.5
2323
codelessly_json_annotation: 4.8.1
2424
equatable: ^2.0.5
2525
google_fonts: ^6.1.0

0 commit comments

Comments
 (0)