Skip to content

Commit

Permalink
v4.3.0 Release
Browse files Browse the repository at this point in the history
- Create new Placeholders node.
- Add enable and disable node feature.
- Add new BlendModes support.
- Enable RenderedLayoutModel for buttons and dropdowns.
- Fix dropdown onChanged callback value.
  • Loading branch information
rayliverified committed Nov 24, 2024
1 parent 56660f8 commit e054486
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.3.0

- Create new Placeholders node.
- Add enable and disable node feature.
- Add new BlendModes support.
- Enable RenderedLayoutModel for buttons and dropdowns.
- Fix dropdown onChanged callback value.

## 4.2.1

- Fix lint issues.
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.2.1
version: 4.3.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI

Expand Down

0 comments on commit e054486

Please sign in to comment.