Skip to content

Commit

Permalink
update version to 3.4.0 (#474)
Browse files Browse the repository at this point in the history
* update version to 3.4.0

* add appbar change
  • Loading branch information
zhoujuanjuan authored Jul 24, 2023
1 parent eff5236 commit bc4a369
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
flutter-version: '3.10.0'
- run: dart --version
- run: flutter --version
- run: flutter pub get
Expand All @@ -37,7 +37,7 @@ jobs:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.7.0'
flutter-version: '3.10.0'
- run: dart --version
- run: flutter --version
- run: flutter pub get
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.4.0] - 2023-7-24

### Changed

#### base

- Adapt flutter sdk 3.10.0.

#### components

- **Breaking change**: Since flutter sdk 3.10.0 deletes the <code>brightness</code> and <code>textTheme</code> attributes of <code>Appbar</code>,<code> BrnAppBar </code>is deleted synchronously. Instead, use <code>themeData</code>. <code>BrnAppBarConfig</code> will support all your needs. For details, see Demo usage.
- <code>BrnSimpleSelection</code> : support theme configuration [#420 ](https://github.com/LianjiaTech/bruno/pull/420) , thanks to **JunCaiLi** .
- Add missing themeData for <code>BrnNormalFormGroup</code> and <code>BrnPortraitRadioGroup</code> [#455](https://github.com/LianjiaTech/bruno/pull/445), thanks to **Kingtous**.
- <code>BrnTabBar</code> : add <code>onTap</code> method for <code>_TabBarOverlayWidget</code> [#393](https://github.com/LianjiaTech/bruno/pull/393).




## [3.3.0] - 2023-2-1

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Please download from [Releases](https://github.com/LianjiaTech/bruno/releases) o
| 3.0.0 | 3.0.3 |
| 3.1.0 | 3.3.0 |
| 3.2.0 | 3.3.0 |
| 3.3.0 | 3.7.0 |
| 3.4.0 | 3.10.0 |


## Preparing for use
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
| 3.0.0 | 3.0.3 |
| 3.1.0 | 3.3.0 |
| 3.2.0 | 3.3.0 |
| 3.3.0 | 3.7.0 |
| 3.4.0 | 3.10.0 |




Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bruno
description: An enterprise-class package of Flutter components for mobile applications.
version: 3.3.0
version: 3.4.0
homepage: https://github.com/LianjiaTech/bruno

environment:
Expand Down

0 comments on commit bc4a369

Please sign in to comment.