Skip to content

Commit

Permalink
Merge commit '39ec413f71316b67bf6e130e1384c6dcc70fce12' into master
Browse files Browse the repository at this point in the history
* commit '39ec413f71316b67bf6e130e1384c6dcc70fce12':
  adapte flutter sdk 3.3.0 and update bruno version to 3.1.0 (#347)

# Conflicts:
#	README.en-US.md
#	README.md
  • Loading branch information
violinday committed Sep 30, 2022
2 parents f79092b + 39ec413 commit c9b1049
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [3.1.0] - 2022-9-30

### Changed

#### base

- Adapt flutter sdk 3.3.0 and update dart sdk version to >=2.17.0.
- add <code>BrnSafeDialog[dismiss]</code> instead of Navigator.pop to close the Dialog [#317](https://github.com/LianjiaTech/bruno/issues/317).
- optimize the upper font of form items [#330](https://github.com/LianjiaTech/bruno/issues/330).

#### components

- <code>BrnPageLoading</code> : calculated the range of loading based on screen width [#295](https://github.com/LianjiaTech/bruno/issues/295) .
- <code>BrnBottomTabBar</code> : fix attributes <code>selectedTextStyle </code>and <code>unSelectedTextStyle</code> do not take effectc [#285](https://github.com/LianjiaTech/bruno/issues/285) , thanks to **JunCaiLi** .
- <code>BrnSearchText</code> : fix an abnormal display when BrnSearchText sets the innerColor property [#275](https://github.com/LianjiaTech/bruno/issues/275), thanks to **xyhuangjia**.
- <code>BrnBrokenLine</code>: xDial support selected style [#282](https://github.com/LianjiaTech/bruno/issues/282).
- <code>BrnMultiSelectTagsPicker</code>: fix when setting properties layoutStyle value of <code>BrnMultiSelectTagsLayoutStyle. Auto</code> display abnormal [#316](https://github.com/LianjiaTech/bruno/issues/316), thanks to **JunCaiLi**.
- <code>BrnCommonCardTitle</code>: fix the theme customization does not take effect, thanks to **JunCaiLi**.
- <code>BrnMiddleInputDialog</code>: add attribute <code>keyboardType</code>, thanks to **moqi2011**.
- <code>BrnCheckbox</code>: fix unsynchronized internal and external check states [#333](https://github.com/LianjiaTech/bruno/issues/333), thanks to **moqi2011**.
- <code>BrnTextInputFormItem</code>: add attribute <code>focusNode</code>, thanks to **Ives7**.
- <code>BrnProgressChart</code>: fix invalid setting color, background color, and animation [#322](https://github.com/LianjiaTech/bruno/pull/322).
- <code>BrnToast</code>: fix default value error in attribute <code>gravity</code> [#341](https://github.com/LianjiaTech/bruno/issues/341).
- <code>BrnTextInputFormItem</code>: add attribute <code>textInputAction</code> , thanks to **Ives7**.
- <code>BrnIconButton</code>: fix setting attribute <code>fontsize</code> does not take effect [#345](https://github.com/LianjiaTech/bruno/issues/345) and tag deprecated it use <code>style</code> is recommended.
- .<code>BrnSingleSelectCityPage</code>: add attribute <code>emptyImage</code> [#329](https://github.com/LianjiaTech/bruno/issues/329) and optimize default images of <code>BrnAbnormalStateWidget</code>.



## [3.0.0] - 2022-7-8
Expand All @@ -17,7 +44,7 @@
- <code>BrnSmallOutlineButton</code> : fix attribute <code>lineColor</code> does not take effect,thanks to **Story5** .
- <code>BrnAddLabel</code> : support theme config.
- <code>BrnBigMainButton</code> : fix the theme configuration <code>borderRadius</code> and <code>fontSize</code> does not take effect [#214](https://github.com/LianjiaTech/bruno/issues/214) .
- <code>BrnCalendarView</code> : optimizes the time range selection supports selecting the same day [#200](https://github.com/LianjiaTech/bruno/issues/200) .
- <code>BrnCalendarView</code> : optimize the time range selection supports selecting the same day [#200](https://github.com/LianjiaTech/bruno/issues/200) .
- <code>BrnProgressBarChart</code>:remove useless attribute <code>hasMark</code> in class <code>ChartAxis</code>.
- <code>BrnSmallOutlineButton</code> : fix attribute <code>fontWeight</code> does not take effect [#233](https://github.com/LianjiaTech/bruno/issues/233) .
- <code>BrnDialog</code> : fix <code>themeData</code> does not take effec [#259](https://github.com/LianjiaTech/bruno/issues/259) .
Expand Down
10 changes: 4 additions & 6 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ An enterprise-class package of Flutter components for mobile applications.

![](https://img.ljcdn.com/beike/zjz/bruno/img/1638883534391.png)

#### New components :tada: :tada: :tada:
Bruno invites you to participate in the research! We will plan the roadmap according to your feedback. A community group has also been set up for developers to communicate and welcome to join:point_down:.

<code>BrnSwitchButton</code> <code>BrnSwitchFormItem</code> <code>BrnGeneralFormItem</code>
<img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/img/1664527706459.png" /><img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/img/1664526385904.png" />

<img src="https://img.ljcdn.com/beike/zjz/bruno/img/1651141461442.png" width="300" height="359" />

## ✨ Features

Expand All @@ -42,9 +41,7 @@ An enterprise-class package of Flutter components for mobile applications.

### Demo download

- The latest Demo download link: https://github.com/LianjiaTech/bruno/releases


Please download from [Releases](https://github.com/LianjiaTech/bruno/releases) or visit the website of the navigation bar [Online Demo](https://bruno.ke.com/page/demo).

## Adapted version of Flutter

Expand All @@ -56,6 +53,7 @@ An enterprise-class package of Flutter components for mobile applications.
| 2.1.1 (support nullsafety) | 2.2.2 |
| 2.2.0 | 2.10.5 |
| 3.0.0 | 3.0.3 |
| 3.1.0 | 3.3.0 |


## Preparing for use
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@

![](https://img.ljcdn.com/beike/zjz/bruno/img/1638883534391.png)

#### 组件上新 :tada: :tada: :tada:
**Bruno 项目组诚邀用户参与调研反馈,我们珍视每一位用户的建议并纳入到后续规划中。同时为了增进 Bruno 用户间交流要求,我们建立了社区群,欢迎大家加入**:point_down:

<code>BrnSwitchButton</code> <code>BrnSwitchFormItem</code> <code>BrnGeneralFormItem</code>

<img src="https://img.ljcdn.com/beike/zjz/bruno/img/1651141461442.png" width="300" height="359" />
<img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/img/1664527706459.png" /><img width="180" height="180" src="https://img.ljcdn.com/beike/zjz/bruno/img/1664526385904.png" />



Expand All @@ -40,9 +38,7 @@

### Demo 下载

- 最新 Demo 下载地址:https://github.com/LianjiaTech/bruno/releases


请从 [发版包](https://github.com/LianjiaTech/bruno/releases) 中获取,或访问官网导航栏中的 [在线演示](https://bruno.ke.com/page/demo) 功能


## 适配 Flutter 版本
Expand All @@ -56,6 +52,7 @@
| 2.1.1 (支持空安全) | 2.2.2 |
| 2.2.0 | 2.10.5 |
| 3.0.0 | 3.0.3 |
| 3.1.0 | 3.3.0 |



Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 3.1.0
homepage: https://github.com/LianjiaTech/bruno

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.3.0'

dependencies:
flutter:
Expand Down

0 comments on commit c9b1049

Please sign in to comment.