diff --git a/CHANGELOG.md b/CHANGELOG.md index d445610..7a8f710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 12c2b13..e49ed96 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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