Skip to content

Commit

Permalink
Update3431 (#499)
Browse files Browse the repository at this point in the history
* Update LICENSE

* update version to 3.4.3

* add change log

* fix change log
  • Loading branch information
zhoujuanjuan authored Sep 13, 2023
1 parent 95fefda commit 07d7c5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [3.4.3] - 2023-9-13

### Changed

#### base

- Fixed the problem that some component documents cannot be viewed [#495](https://github.com/LianjiaTech/bruno/issues/495).

#### components

- <code>BrnPopupWindow</code> : fixed issue [#486](https://github.com/LianjiaTech/bruno/issues/486) which is called after initState and whenever the dependencies change thereafter.
- <code>BrnTabBar</code>: fixed the issue [#487](https://github.com/LianjiaTech/bruno/issues/487) of invalid setting of badge.
- <code>BrnStepInputFormItem</code>: fixed the situation where manually input numbers are preceded by 0 [#458](https://github.com/LianjiaTech/bruno/issues/458).



## [3.4.2] - 2023-8-23

### Changed
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.4.2
version: 3.4.3
homepage: https://bruno.ke.com/
repository: https://github.com/LianjiaTech/bruno
issue_tracker: https://github.com/LianjiaTech/bruno/issues
Expand Down

0 comments on commit 07d7c5e

Please sign in to comment.