Skip to content

Commit

Permalink
v4.2.1 Release
Browse files Browse the repository at this point in the history
- Fix lint issues.
- Add `NodeBox.fromCenter` method.
- Use TextProp instead of StartEndProp.
  • Loading branch information
rayliverified committed Nov 10, 2024
1 parent 87d0632 commit 64c5dca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 4.2.1

- Fix lint issues.

## 4.2.0

- Add `NodeBox.fromCenter` method.
- Use TextProp instead of StartEndProp.

## 4.1.0

- Fix AppBar constraints.
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: 4.1.0
version: 4.2.1
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI

Expand Down

0 comments on commit 64c5dca

Please sign in to comment.