Skip to content

Commit

Permalink
v1.4.0 Release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Mar 6, 2024
1 parent 61e8ed5 commit 712da95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 712da95

Please sign in to comment.