Skip to content

Commit

Permalink
v2.1.0 Release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Jul 11, 2024
1 parent ad08423 commit 5cc428a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 5cc428a

Please sign in to comment.