Skip to content

Commit 344d2b6

Browse files
committed
v1.0.0 Release
- Official v1 release! - Migrate to Material 3. - Text field improvements. - Fix text field not updating internal state in a list view. - Fix text field state sync issue. - Fix list operation action when index is out of bounds. - Changes to enable ListViews to shrinkwrap. - Add variable support for button color properties.
1 parent b87f849 commit 344d2b6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.0
2+
- Official v1 release!
3+
- Migrate to Material 3.
4+
- Text field improvements.
5+
- Fix text field not updating internal state in a list view.
6+
- Fix text field state sync issue.
7+
- Fix list operation action when index is out of bounds.
8+
- Changes to enable ListViews to shrinkwrap.
9+
- Add variable support for button color properties.
10+
111
## 0.8.0
212
- Codelessly Data support. Save and write data to Codelessly Cloud.
313
- New GridView widget.

pubspec.yaml

Lines changed: 2 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.8.0
3+
version: 1.0.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.8.0
22+
codelessly_api: 1.0.0
2323
codelessly_json_annotation: 4.8.1
2424
firebase_core: ^2.24.2
2525
firebase_auth: ^4.16.0

0 commit comments

Comments
 (0)