Skip to content

Commit 1389a43

Browse files
committed
version 8.0.0
1 parent 09a2f09 commit 1389a43

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [8.0.0] - 2024.05.13
2+
3+
- Update widgets for Material 3 (#50) (@Satsrag)
4+
- New tonal buttons (@Satsrag)
5+
- New `MongolFilledButton` widget (@Satsrag)
6+
- New `MongolCheckboxListTile` widget (@Satsrag)
7+
- New `MongolRadioListTile` widget (@Satsrag)
8+
- New `MongolSwitchListTile` widget (@Satsrag)
9+
- New `MongolCheckedPopupMenuItem` (@Satsrag)
10+
- Update for breaking change in Flutter 3.22
11+
112
## [7.0.0] - 2023.12.27
213

314
- Update APIs to match the Flutter 3.16 release. (#47) (with lots of help from @Satsrag)

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'demos/resizable_text_demo.dart';
1818
import 'demos/text_demo.dart';
1919
import 'demos/text_span_demo.dart';
2020

21-
const versionTitle = 'Flutter mongol package 7.0.0';
21+
const versionTitle = 'Flutter mongol package 8.0.0';
2222

2323
void main() {
2424
runApp(const DemoApp());

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mongol
22
description: Flutter widget package for displaying and editing vertical Mongolian text.
33
# When updating version, also update CHANGELOG.md and example/lib/main.dart
4-
version: 7.0.0
4+
version: 8.0.0
55
homepage: https://github.com/suragch/mongol
66
topics:
77
- text

0 commit comments

Comments
 (0)