Skip to content

Commit fcb26e3

Browse files
committed
v2.0.2 Release
- Update CodelesslyException to display better errors during development. - Update external components with reactions. - Add click and long click reactions to rectangle node.
1 parent fc14b4e commit fcb26e3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.2
2+
- Update CodelesslyException to display better errors during development.
3+
- Update external components with reactions.
4+
- Add click and long click reactions to rectangle node.
5+
16
## 2.0.1
27
- Fix nested shrink-wrapping Stacks size calculations.
38

pubspec.yaml

+2-2
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: 2.0.1
3+
version: 2.0.2
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -18,7 +18,7 @@ platforms:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
codelessly_api: 2.0.0
21+
codelessly_api: 2.0.2
2222
codelessly_json_annotation: 4.8.1
2323
firebase_core: ^3.1.1
2424
firebase_auth: ^5.1.1

0 commit comments

Comments
 (0)