Skip to content

Commit 0bd3d3a

Browse files
committed
CodelesslySDK v6.1.0
- Create new Placeholders node. - Add enable and disable node feature. - Add new BlendModes support. - Enable simulator hot reloading. - Enable RenderedLayoutModel for buttons and dropdowns. - Dropdown improvements: - Fix dropdown onChanged callback value. - Fix dropdown crashing on list having duplicate items. - Fix dropdown value not found crash - Fix image builder not rendering svg correctly. - Fix TextInput settings panel not updating properly. - Fix auto canvas placeholder crashing in fixed-height scrollable canvases.
1 parent 19c4a4c commit 0bd3d3a

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 6.1.0
2+
3+
- Create new Placeholders node.
4+
- Add enable and disable node feature.
5+
- Add new BlendModes support.
6+
- Enable simulator hot reloading.
7+
- Enable RenderedLayoutModel for buttons and dropdowns.
8+
- Dropdown improvements:
9+
- Fix dropdown onChanged callback value.
10+
- Fix dropdown crashing on list having duplicate items.
11+
- Fix dropdown value not found crash
12+
- Fix image builder not rendering svg correctly.
13+
- Fix TextInput settings panel not updating properly.
14+
- Fix auto canvas placeholder crashing in fixed-height scrollable canvases.
15+
116
## 6.0.0
217

318
- Fall cleanup! A large refresh and cleanup of SDK internals.

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 6.0.0
3+
version: 6.1.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222
# Codelessly
23-
codelessly_api: 4.2.1
23+
codelessly_api: 4.3.0
2424
codelessly_json_annotation: 4.9.0+2
2525

2626
# Firebase
@@ -40,7 +40,7 @@ dependencies:
4040
url_launcher: ^6.3.1
4141
webview_flutter: ^4.10.0
4242
webview_flutter_android: ^4.1.0
43-
webview_flutter_wkwebview: ^3.16.2
43+
webview_flutter_wkwebview: ^3.16.3
4444
webview_flutter_web: ^0.2.3+4
4545
web: ^1.1.0
4646

0 commit comments

Comments
 (0)