Skip to content

Commit

Permalink
v3.0.0 Release
Browse files Browse the repository at this point in the history
- Owner field & admin Role migration.
- Create `where` query API.
- Add new `VariableType.image`.
- Add Date decoder.
  • Loading branch information
rayliverified committed Sep 12, 2024
1 parent 1ebe88c commit 8d64aa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## 3.0.0

- Owner field & admin Role migration.
- Create `where` query API.
- Add new `VariableType.image`.
- Add Date decoder.

## 2.1.0

- New TextInputField features! This is the first batch of improvements to the TextInput component and includes the
following:
- 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.
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.1.0
version: 3.0.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI

Expand Down

0 comments on commit 8d64aa6

Please sign in to comment.