From b159c417f16442a9b8f3a7f603bb9e322b3a2948 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Tue, 7 May 2024 15:37:14 -0500 Subject: [PATCH] v1.8.0 Release - Custom Layout IDs support! Use a human readable ID for CodelesslyWidgets to help identify and differentiate CloudUI in your code. --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587e147..9d04297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.8.0 +- Custom Layout IDs support! Use a human readable ID for CodelesslyWidgets to help identify and differentiate CloudUI in your code. + ## 1.7.0 - Teams v1 support. diff --git a/pubspec.yaml b/pubspec.yaml index 47e47a7..1bc2d05 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: 1.7.0 +version: 1.8.0 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI