Skip to content

Commit 4f16a62

Browse files
authoredMay 1, 2023
Merge pull request #116 from Securrency-OSS/dv/v0.2.0-release
V 0.2 release
2 parents f83031a + 778fa95 commit 4f16a62

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed
 

‎packages/mirai/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.2.0
2+
3+
* BREAKING: feat: Call `Mirai.initialize` to initialize Mirai (#103)
4+
* feat: Add support for iconTheme (#91)
5+
* feat: Add FractionallySizedBox widget (#100)
6+
* feat: Add support for elevatedButtonTheme (#92)
7+
* feat: Add support for outlinedButtonTheme (#93)
8+
* feat: Add support for iconButtonTheme (#94)
9+
* feat: Add center widget (#102)
10+
* feat: Add support to inject dio instance (#104)
11+
* feat: Add support for InputFormatters (#111)
12+
* feat: Add support for InputValidation (#106)
13+
* feat: Add `BoxDecoration` support for Container (#112)
14+
* feat: Add Stack and Positioned widget (#114)
15+
* chore: Update Readme (#101)
16+
117
## 0.1.0
218

319
* Added Mirai Theme support

‎packages/mirai/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mirai
2-
description: A Server Driven UI library for Flutter
3-
version: 0.1.0
2+
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.
3+
version: 0.2.0
44
homepage: https://github.com/Securrency-OSS/mirai.git
55

66
environment:
@@ -12,8 +12,8 @@ dependencies:
1212
sdk: flutter
1313
freezed_annotation: ^2.2.0
1414
json_annotation: ^4.8.0
15-
logger: ^1.2.2
16-
dio: ^5.0.1
15+
logger: ^1.3.0
16+
dio: ^5.1.1
1717

1818

1919
dev_dependencies:

0 commit comments

Comments
 (0)