Skip to content

Commit

Permalink
v1.4.0 Release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Mar 6, 2024
1 parent c04ecc9 commit 68735ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0
- 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.3.0
- Remove Montserrat font.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_api
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.
version: 1.3.0
version: 1.4.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI

Expand Down

0 comments on commit 68735ae

Please sign in to comment.