Skip to content

Commit 8d64aa6

Browse files
committed
v3.0.0 Release
- Owner field & admin Role migration. - Create `where` query API. - Add new `VariableType.image`. - Add Date decoder.
1 parent 1ebe88c commit 8d64aa6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
## 3.0.0
2+
3+
- Owner field & admin Role migration.
4+
- Create `where` query API.
5+
- Add new `VariableType.image`.
6+
- Add Date decoder.
7+
18
## 2.1.0
29

3-
- New TextInputField features! This is the first batch of improvements to the TextInput component and includes the
4-
following:
10+
- New TextInputField features! This is the first batch of improvements to the TextInput component and includes the following:
511
- Added Autofill Hints support.
612
- Added Text Input Validator.
713
- Added Text Input Formatter.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1.0
3+
version: 3.0.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)