From 5cc428a5115f6d7ce9f004bfff701c30f4c47557 Mon Sep 17 00:00:00 2001 From: rayliverified Date: Wed, 10 Jul 2024 23:56:03 -0500 Subject: [PATCH] v2.1.0 Release - New TextInputField features! This is the first batch of improvements to the TextInput component and includes the following: - Added Autofill Hints support. - Added Text Input Validator. - Added Text Input Formatter. - Added Submit Keyboard Action selector. - New Editor layout rendering pipeline. Improved TextInputField rendering. - Fix website publishing error that occurs when using an empty Navigate Action. --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834316f..6b76c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.1.0 +- New TextInputField features! This is the first batch of improvements to the TextInput component and includes the following: + - Added Autofill Hints support. + - Added Text Input Validator. + - Added Text Input Formatter. + - Added Submit Keyboard Action selector. +- New Editor layout rendering pipeline! + - Huge improvements to TextInputField rendering accuracy. +- Fix website publishing error that occurs when using an empty Navigate Action. + ## 2.0.2 - Update CodelesslyException to display better errors during development. - Update external components with reactions. diff --git a/pubspec.yaml b/pubspec.yaml index dd2ab0b..ff92376 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: codelessly_sdk -description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code! -version: 2.0.2 +description: Codelessly CloudUI™ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code! +version: 2.1.0 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslySDK @@ -18,7 +18,7 @@ platforms: dependencies: flutter: sdk: flutter - codelessly_api: 2.0.2 + codelessly_api: 2.1.0 codelessly_json_annotation: 4.8.1 firebase_core: ^3.2.0 firebase_auth: ^5.1.2