|
| 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 | + |
1 | 41 | ## 0.7.5 |
2 | 42 | - API fixes. |
3 | 43 | - Fix variable substitution in API parameter value. |
|
0 commit comments