Skip to content

Commit daba44a

Browse files
committed
v2.0.0 Release
- Update Checkbox shrinkwrap and padding sizing. - Change default Stroke cap to none. - Optimize node sorting algorithm.
1 parent a07628a commit daba44a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## 2.0.0
2+
- Update Checkbox shrinkwrap and padding sizing.
3+
- Change default Stroke cap to none.
4+
- Optimize node sorting algorithm.
5+
16
## 1.8.0
2-
- Custom Layout IDs support! Use a human readable ID for CodelesslyWidgets to help identify and differentiate CloudUI in your code.
7+
- Custom Layout IDs support! Now you can give your CloudUIs a name which makes identifying them much easier.
38

49
## 1.7.0
510
- Teams v1 support.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_api
22
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.
3-
version: 1.8.0
3+
version: 2.0.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

@@ -17,7 +17,7 @@ dependencies:
1717

1818
dev_dependencies:
1919
codelessly_json_serializable: 6.7.1+1
20-
build_runner: ^2.4.10
20+
build_runner: ^2.4.11
2121
lints: ^4.0.0
2222

2323
scripts: scripts.yaml

0 commit comments

Comments
 (0)