Skip to content

Commit 712da95

Browse files
committed
v1.4.0 Release
- New StyleSheets support! Create reusable color and text styles. - Update GridView `childAlignment` property. Minor refactor. - Improve Edge Pins. - Fix edge pins not being saved. - Clamp edge pins to positive values in wrapping parent layouts.
1 parent 61e8ed5 commit 712da95

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.4.0
2+
- New StyleSheets support! Create reusable color and text styles.
3+
- Update GridView `childAlignment` property. Minor refactor.
4+
- Improve Edge Pins.
5+
- Fix edge pins not being saved.
6+
- Clamp edge pins to positive values in wrapping parent layouts.
7+
18
## 1.3.0
29
- Temporarily remove Windows support as Firebase Auth is not supported on Windows yet.
310
- Update dependencies.

pubspec.yaml

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

@@ -18,17 +18,17 @@ platforms:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
codelessly_api: 1.3.0
21+
codelessly_api: 1.4.0
2222
codelessly_json_annotation: 4.8.1
23-
firebase_core: ^2.25.5
24-
firebase_auth: ^4.17.6
25-
cloud_firestore: ^4.15.6
23+
firebase_core: ^2.26.0
24+
firebase_auth: ^4.17.7
25+
cloud_firestore: ^4.15.7
2626
firebase_ui_firestore: ^1.6.2
2727
equatable: ^2.0.5
2828
google_fonts: ^6.1.0
2929
url_launcher: ^6.2.5
3030
collection: '>=1.17.0 <2.0.0'
31-
http: '>=0.13.0 <2.0.0'
31+
http: '>=1.1.2 <2.0.0'
3232
intl: '>=0.17.0 <1.0.0'
3333
universal_html: ^2.2.4
3434
webview_flutter: ^4.7.0

0 commit comments

Comments
 (0)