Skip to content

Commit

Permalink
CodelesslySDK v6.1.0
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Nov 24, 2024
1 parent 19c4a4c commit 0bd3d3a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 6.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.

## 6.0.0

- Fall cleanup! A large refresh and cleanup of SDK internals.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_sdk
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!
version: 6.0.0
version: 6.1.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter
# Codelessly
codelessly_api: 4.2.1
codelessly_api: 4.3.0
codelessly_json_annotation: 4.9.0+2

# Firebase
Expand All @@ -40,7 +40,7 @@ dependencies:
url_launcher: ^6.3.1
webview_flutter: ^4.10.0
webview_flutter_android: ^4.1.0
webview_flutter_wkwebview: ^3.16.2
webview_flutter_wkwebview: ^3.16.3
webview_flutter_web: ^0.2.3+4
web: ^1.1.0

Expand Down

0 comments on commit 0bd3d3a

Please sign in to comment.