Skip to content

Commit 68735ae

Browse files
committed
v1.4.0 Release
- New StyleSheets support! Define common color and text styles. - Update GridView `childAlignment` property. Minor refactor. - Improve Edge Pins. - Fix edge pins not being saved. - Clamp edge pins to positive values in wrapping parent layouts.
1 parent c04ecc9 commit 68735ae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.0
2+
- New StyleSheets support! Define common color and text styles.
3+
- Update GridView `childAlignment` property. Minor refactor.
4+
- Improve Edge Pins.
5+
- Fix edge pins not being saved.
6+
- Clamp edge pins to positive values in wrapping parent layouts.
7+
18
## 1.3.0
29
- Remove Montserrat font.
310

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: 1.3.0
3+
version: 1.4.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)