Skip to content

Commit 12ac0f4

Browse files
committed
v0.5.0 Release
- Load API V1. - Update layout algorithm to Flutter's Stack behavior changes. - Fix ExpansionTiles layout and functionality issues. - Fix reactions not being modified. - Support Google Fonts v6. - Add visual density support for buttons. - Fix image alignment overlay BoxFit.none rendering poorly with different scaling. - Fix stack alignment in code-gen. - Fix ListTile action invocation. - Fix dropdown image icon not updating - Remove FetchWebsiteData.
1 parent b39a64e commit 12ac0f4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.5.0
2+
- Load API V1.
3+
- Update layout algorithm to Flutter's Stack behavior changes.
4+
- Fix ExpansionTiles layout and functionality issues.
5+
- Fix reactions not being modified.
6+
- Support Google Fonts v6.
7+
- Add visual density support for buttons.
8+
- Fix image alignment overlay BoxFit.none rendering poorly with different scaling.
9+
- Fix stack alignment in code-gen.
10+
- Fix ListTile action invocation.
11+
- Fix dropdown image icon not updating
12+
- Remove FetchWebsiteData.
13+
114
## 0.4.1
215
- Add hover and splash color to dropdown node.
316
- Add color support for custom image icons.

example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ void main() async {
1111
config: CodelesslyConfig(
1212
authToken: "cSlMIT93cj1lXkBuYk5QNmImSTUsTHw2MDQ4VkdlOCZFLHc7",
1313
isPreview: kDebugMode,
14+
preload: false,
1415
),
1516
);
1617

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.4.1
3+
version: 0.5.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.4.1
22+
codelessly_api: 0.5.0
2323
equatable: ^2.0.5
2424
google_fonts: ^6.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)