Skip to content

Commit eb553fc

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.
1 parent 2b7f474 commit eb553fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## 2.0.2
29
- Update external components with reactions.
310
- Add click and long click reactions to rectangle node.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_api
22
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.
3-
version: 2.0.2
3+
version: 2.1.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)