From 712da95346fa4e26862a27139dfa4846936152ac Mon Sep 17 00:00:00 2001 From: Ray Li Date: Tue, 5 Mar 2024 23:07:15 -0600 Subject: [PATCH] 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. --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86dfcb5d..1f23b3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.4.0 +- 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.3.0 - Temporarily remove Windows support as Firebase Auth is not supported on Windows yet. - Update dependencies. diff --git a/pubspec.yaml b/pubspec.yaml index 6468ae50..b53d453f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: codelessly_sdk description: Codelessly CloudUIâ„¢ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code! -version: 1.3.0 +version: 1.4.0 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslySDK @@ -18,17 +18,17 @@ platforms: dependencies: flutter: sdk: flutter - codelessly_api: 1.3.0 + codelessly_api: 1.4.0 codelessly_json_annotation: 4.8.1 - firebase_core: ^2.25.5 - firebase_auth: ^4.17.6 - cloud_firestore: ^4.15.6 + firebase_core: ^2.26.0 + firebase_auth: ^4.17.7 + cloud_firestore: ^4.15.7 firebase_ui_firestore: ^1.6.2 equatable: ^2.0.5 google_fonts: ^6.1.0 url_launcher: ^6.2.5 collection: '>=1.17.0 <2.0.0' - http: '>=0.13.0 <2.0.0' + http: '>=1.1.2 <2.0.0' intl: '>=0.17.0 <1.0.0' universal_html: ^2.2.4 webview_flutter: ^4.7.0