From 063ce5efdac418372a674d6f0bd35e9f78970d96 Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Tue, 13 Feb 2024 15:24:46 +0400 Subject: [PATCH] Upgrade mirai to v0.6 --- packages/mirai/CHANGELOG.md | 16 ++++++++++++++++ packages/mirai/pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/mirai/CHANGELOG.md b/packages/mirai/CHANGELOG.md index 1ffbf696..137f8e89 100644 --- a/packages/mirai/CHANGELOG.md +++ b/packages/mirai/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.6.0 + +* chore: update readme by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/210 +* feat: Add Mirai Switch by @kushalmahapatro in https://github.com/Securrency-OSS/mirai/pull/207 +* :bug: fix: Failed assertion 'initialValue == null || controller == null': is not true in TextFormField by @loud-at-heart in https://github.com/Securrency-OSS/mirai/pull/227 +* Securrency-OSS/mirai#191 - :rocket: Added support for align widget by @loud-at-heart in https://github.com/Securrency-OSS/mirai/pull/226 +* feat: Added tabAlignment in mirai tab bar by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/235 +* fix: Added scroll physics export statement in utils.dart by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/236 +* fix: Added support for `flex` in expanded widget by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/240 +* feat: Added `PageView` widget parser in `mirai` widget parsers by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/239 +* Update banner by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/247 +* feat: Use app theme colors in color property by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/246 +* feat: Added support for `textScaler` in Mirai Text Parser by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/245 +* feat: Add Mirai Network Widget by @divyanshub024 in https://github.com/Securrency-OSS/mirai/pull/248 +* feat: Added refresh-indicator to get a fresh `listView` json from the remote URL by @i-asimkhan in https://github.com/Securrency-OSS/mirai/pull/244 + ## 0.5.1 - minor changes diff --git a/packages/mirai/pubspec.yaml b/packages/mirai/pubspec.yaml index 6886bbf2..73c3cf44 100644 --- a/packages/mirai/pubspec.yaml +++ b/packages/mirai/pubspec.yaml @@ -1,6 +1,6 @@ name: mirai description: Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time. -version: 0.5.1 +version: 0.6.0 homepage: https://github.com/Securrency-OSS/mirai.git environment: