Skip to content

Commit 5cc428a

Browse files
committed
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.
1 parent ad08423 commit 5cc428a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.1.0
2+
- New TextInputField features! This is the first batch of improvements to the TextInput component and includes the following:
3+
- Added Autofill Hints support.
4+
- Added Text Input Validator.
5+
- Added Text Input Formatter.
6+
- Added Submit Keyboard Action selector.
7+
- New Editor layout rendering pipeline!
8+
- Huge improvements to TextInputField rendering accuracy.
9+
- Fix website publishing error that occurs when using an empty Navigate Action.
10+
111
## 2.0.2
212
- Update CodelesslyException to display better errors during development.
313
- Update external components with reactions.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
2-
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 2.0.2
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!
3+
version: 2.1.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -18,7 +18,7 @@ platforms:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
codelessly_api: 2.0.2
21+
codelessly_api: 2.1.0
2222
codelessly_json_annotation: 4.8.1
2323
firebase_core: ^3.2.0
2424
firebase_auth: ^5.1.2

0 commit comments

Comments
 (0)