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.
  • Loading branch information
rayliverified committed Jul 11, 2024
1 parent 2b7f474 commit eb553fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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.

## 2.0.2
- Update external components with reactions.
- Add click and long click reactions to rectangle node.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 2.0.2
version: 2.1.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI

Expand Down

0 comments on commit eb553fc

Please sign in to comment.