Skip to content

Commit 32d8bad

Browse files
committed
v0.4.0 Release
- New WebView support for Web! Embedded videos and Iframes now work great! - Improved WebView embedding for Android and iOS. - New `SetMapVariableAction` support for map variables. - Support more conditions. - `isEmpty`, `isNotEmpty`, `contains` - `isOdd`, `isEven`, `isNull` - Add `remove` for list type variable. - Remove deprecations and update formatting and documentation. - Update Stack rendering to match Flutter's updated Stack behavior. - If a stack is wrapping, use margin to position children to preserve Stack layout. - Change magnetization delegate to lock child inside the bounds of a stack that is wrapping. - Disallow wrapping if any child is outside the bounds of the wrapping node. - Fix row/column scrollable widget tree implementation to render more accurately, especially with padding. - Fix EdgeInsets.LTRB missing values in codegen. - Round snapping value in NodeInteractionFreeform to discourage negative precision errors. - Rename `automaticallyCollectCrashReports` to `automaticallySendCrashReports`.
1 parent 73f438e commit 32d8bad

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.4.0
2+
- New WebView support for Web! Embedded videos and Iframes now work great!
3+
- Improved WebView embedding for Android and iOS.
4+
- New `SetMapVariableAction` support for map variables.
5+
- Support more conditions.
6+
- `isEmpty`, `isNotEmpty`, `contains`
7+
- `isOdd`, `isEven`, `isNull`
8+
- Add `remove` for list type variable.
9+
- Remove deprecations and update formatting and documentation.
10+
- Update Stack rendering to match Flutter's updated Stack behavior.
11+
- If a stack is wrapping, use margin to position children to preserve Stack layout.
12+
- Change magnetization delegate to lock child inside the bounds of a stack that is wrapping.
13+
- Disallow wrapping if any child is outside the bounds of the wrapping node.
14+
- Fix row/column scrollable widget tree implementation to render more accurately, especially with padding.
15+
- Fix EdgeInsets.LTRB missing values in codegen.
16+
- Round snapping value in NodeInteractionFreeform to discourage negative precision errors.
17+
- Rename `automaticallyCollectCrashReports` to `automaticallySendCrashReports`.
18+
119
## 0.3.0
220
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases.
321
- Create list operations and index for List `SetVariableAction`.

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.3.0
3+
version: 0.4.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.3.0
22+
codelessly_api: 0.4.0
2323
equatable: ^2.0.5
2424
google_fonts: ^5.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)