Skip to content

Commit 8622e96

Browse files
committed
v0.7.0 Release
- New Dialogs feature! 100% customizable dialogs with customizable close button, background, and padding. - New show dialog action. - New show dialog settings panel. - Improve Embedded Canvases preview rendering. - Improve Scrolling. - Enable scrolling for expanded frames with special conditions for child. - Fix ClipRect as SingleChildScrollView child not being merge swept. - Don't use alignment on container from the child in codegen if it is scrollable. - Removed fixed width/height with a SizedBox around SingleChildScrollView. - Don't wrap a stack child with Align widget if it is scrollable. - Fix scrollable property enable/disable conditions to allow proper scrolling in some special cases. - Fix Edge Pins not syncing with server. - Fix PageView triggers not executing. - Fix Button size rendering incorrectly. - Fix SDK incorrect variables initialization from actions. - Fix image always using fixed sizes.
1 parent d9f1be0 commit 8622e96

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.7.0
2+
- New Dialogs feature! 100% customizable dialogs with customizable close button, background, and padding.
3+
- New show dialog action.
4+
- New show dialog settings panel.
5+
- Improve Embedded Canvases preview rendering.
6+
- Improve Scrolling.
7+
- Enable scrolling for expanded frames with special conditions for child.
8+
- Fix ClipRect as SingleChildScrollView child not being merge swept.
9+
- Don't use alignment on container from the child in codegen if it is scrollable.
10+
- Removed fixed width/height with a SizedBox around SingleChildScrollView.
11+
- Don't wrap a stack child with Align widget if it is scrollable.
12+
- Fix scrollable property enable/disable conditions to allow proper scrolling in some special cases.
13+
- Fix Edge Pins not syncing with server.
14+
- Fix PageView triggers not executing.
15+
- Fix Button size rendering incorrectly.
16+
- Fix SDK incorrect variables initialization from actions.
17+
- Fix image always using fixed sizes.
18+
119
## 0.6.0
220
- Embedded Canvases V1.
321
- Embed canvases into layouts.

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

0 commit comments

Comments
 (0)