Skip to content

Commit da02d81

Browse files
committed
v0.8.0 Release
- Codelessly Data support. Save and write data to Codelessly Cloud. - New GridView widget. - Codelessly Data Query Filters support. Sort and filter data. - Variable improvements. - Include 'set' and 'replace' operations for list operations. - Add new ${value} predefined variable to expose internal node data. TextFields only for now. - Track internal value with new NodeProvider InheritedWidget per-widget. - Fix variable substitution for api request body of text type. - TextField improvements. - Add variable support for all text field text properties. - Add support for actions on prefix and suffix icons on text fields. - Fix set operation on map not showing input field. - Implement proper TextFieldModel minimum size computation. - Add support for TextInputType.numberWithOptions. - JSON improvements. - Fix json variable controller highlighting. - Fix json syntax highlighting for storage operations. - Fix focus nodes for json variable input fields. - List improvements. - Add insertAll option for list operations - Refactor insert list operation to use json input field. - Add copy-paste and shortcuts support for actions. - Add support for non-blocking actions. - Implement option to enable/disable action. - Add firebase queries support for grid view. - Add support for number operations. - Codelessly Data improvements. - Implement filters and sort for load from cloud database action. - Make document ID optional for load from cloud database action. - Improve UI of list view settings panel. - Dismiss filters dialog on save. - Implement collection streaming for cloud database. - Add limit option in list view settings panel. - Add limit option for load from cloud database action. - Add Firestore ListView support. - Add Firestore and remove FireDart. - Fix image url substitution. - New authentication and Firebase initialization.
1 parent 8cc7bf6 commit da02d81

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## 0.8.0
2+
- Codelessly Data support. Save and write data to Codelessly Cloud.
3+
- New GridView widget.
4+
- Codelessly Data Query Filters support. Sort and filter data.
5+
- Variable improvements.
6+
- Include 'set' and 'replace' operations for list operations.
7+
- Add new ${value} predefined variable to expose internal node data. TextFields only for now.
8+
- Track internal value with new NodeProvider InheritedWidget per-widget.
9+
- Fix variable substitution for api request body of text type.
10+
- TextField improvements.
11+
- Add variable support for all text field text properties.
12+
- Add support for actions on prefix and suffix icons on text fields.
13+
- Fix set operation on map not showing input field.
14+
- Implement proper TextFieldModel minimum size computation.
15+
- Add support for TextInputType.numberWithOptions.
16+
- JSON improvements.
17+
- Fix json variable controller highlighting.
18+
- Fix json syntax highlighting for storage operations.
19+
- Fix focus nodes for json variable input fields.
20+
- List improvements.
21+
- Add insertAll option for list operations
22+
- Refactor insert list operation to use json input field.
23+
- Add copy-paste and shortcuts support for actions.
24+
- Add support for non-blocking actions.
25+
- Implement option to enable/disable action.
26+
- Add firebase queries support for grid view.
27+
- Add support for number operations.
28+
- Codelessly Data improvements.
29+
- Implement filters and sort for load from cloud database action.
30+
- Make document ID optional for load from cloud database action.
31+
- Improve UI of list view settings panel.
32+
- Dismiss filters dialog on save.
33+
- Implement collection streaming for cloud database.
34+
- Add limit option in list view settings panel.
35+
- Add limit option for load from cloud database action.
36+
- Add Firestore ListView support.
37+
- Add Firestore and remove FireDart.
38+
- Fix image url substitution.
39+
- New authentication and Firebase initialization.
40+
141
## 0.7.5
242
- API fixes.
343
- Fix variable substitution in API parameter value.

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 0.7.5
3+
version: 0.8.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -19,7 +19,7 @@ platforms:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
codelessly_api: 0.7.5
22+
codelessly_api: 0.8.0
2323
codelessly_json_annotation: 4.8.1
2424
firebase_core: ^2.24.2
2525
firebase_auth: ^4.15.3
@@ -65,5 +65,6 @@ flutter:
6565

6666
false_secrets:
6767
- /lib/src/constants.dart
68+
- /lib/src/firebase_options_prod.dart
6869

6970
scripts: scripts.yaml

0 commit comments

Comments
 (0)