Skip to content

Commit 3678a27

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. - Update null values to display empty instead of "null" text. - Add video thumbnail previews. - Fix video controller disposal. - Fix expansion tile auto collapsing on resize. - Fix expansion tile settings panel resetting `initiallyExpanded` property.
1 parent c360f85 commit 3678a27

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
- Update null values to display empty instead of "null" text.
6+
- Add video thumbnail previews.
7+
- Fix video controller disposal.
8+
- Fix expansion tile auto collapsing on resize.
9+
- Fix expansion tile settings panel resetting `initiallyExpanded` property.
10+
111
## 0.5.0
212
- Load API V1.
313
- Update layout algorithm to Flutter's Stack behavior changes.

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: 0.5.0
3+
version: 0.5.1
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.5.0
22+
codelessly_api: 0.5.1
2323
equatable: ^2.0.5
2424
google_fonts: ^6.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)