Skip to content

Commit 4c6a472

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.
1 parent bb86e31 commit 4c6a472

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## 0.7.1
210
- Implement safe area for canvases.
311
- Fix scroll physics and always scrollable option.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_api
22
description: Flutter's layouts and widgets represented as models and JSON data. This API is used by the Codelessly Editor and CloudUI SDK to render Flutter Widgets.
3-
version: 0.7.1
3+
version: 0.7.3
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)