Skip to content

Commit f12a714

Browse files
committed
v0.4.1 Release
- Add hover and splash color to dropdown node. - Add color support for custom image icons. - Fix spacer crashing. - Remove unnecessary Material widgets. - Add WidgetBuildSettings to control widget decorators. - Fix layout system to support max constraints. - Miscellaneous fixes.
1 parent 73165e0 commit f12a714

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.4.1
2+
- Add hover and splash color to dropdown node.
3+
- Add color support for custom image icons.
4+
- Fix spacer crashing.
5+
- Remove unnecessary Material widgets.
6+
- Add WidgetBuildSettings to control widget decorators.
7+
- Fix layout system to support max constraints.
8+
- Miscellaneous fixes.
9+
110
## 0.4.0
211
- New WebView support for Web! Embedded videos and Iframes now work great!
312
- Improved WebView embedding for Android and iOS.

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.4.0
3+
version: 0.4.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.4.0
22+
codelessly_api: 0.4.1
2323
equatable: ^2.0.5
2424
google_fonts: ^5.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)