Skip to content

Commit d122c42

Browse files
committed
v0.5.1 Release
- New shrink-wrap support for Buttons. Buttons can now resize based on the content inside them. - New shrink-wrapping support for Slider, Switch, and Radio Button components. - Fix ListView and PageView reverse scroll direction not enabled. - Add `resolvedConstraint` override.
1 parent 6085051 commit d122c42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1
2+
- New shrink-wrap support for Buttons. Buttons can now resize based on the content inside them.
3+
- New shrink-wrapping support for Slider, Switch, and Radio Button components.
4+
- Fix ListView and PageView reverse scroll direction not enabled.
5+
- Add `resolvedConstraint` override.
6+
17
## 0.5.0
28
- Load APIs V1.
39
- Fix ExpansionTiles layout and functionality issues.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 0.5.0
3+
version: 0.5.1
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)