Skip to content

Commit 50e0d16

Browse files
committed
v0.7.3 Release
- Migrate Variables and Conditions to use permissions model. - TextField Improvements. - Fix shrink-wrapping conflict with expands property. - Fix text field model not calculating text field height properly for shrink-wrapping. - Allow min lines and max lines input fields to clear. - Fix shrink-wrap height calculation being affected by isDense property. - Preview Improvements. - Use editor video preview images for renderer. - Show current variant for preview mode. - Stack Layout Improvements. - Update codegen to reflect new shrinkwrapping-stack alignment changes. - Miscellaneous fixes. - Fix color filter for image error builder. - Add more logs & minor improvements.
1 parent 5481a88 commit 50e0d16

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.7.3
2+
- Migrate Variables and Conditions to use permissions model.
3+
- TextField Improvements.
4+
- Fix shrink-wrapping conflict with expands property.
5+
- Fix text field model not calculating text field height properly for shrink-wrapping.
6+
- Allow min lines and max lines input fields to clear.
7+
- Fix shrink-wrap height calculation being affected by isDense property.
8+
- Preview Improvements.
9+
- Use editor video preview images for renderer.
10+
- Show current variant for preview mode.
11+
- Stack Layout Improvements.
12+
- Update codegen to reflect new shrinkwrapping-stack alignment changes.
13+
- Miscellaneous fixes.
14+
- Fix color filter for image error builder.
15+
- Add more logs & minor improvements.
16+
117
## 0.7.2
218
- Implement global listeners for navigation.
319
- Update Alignment rules and behavior in Stacks.

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

0 commit comments

Comments
 (0)